Mesa (main): ci: Drop .build-rules from container jobs.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jul 9 00:30:37 UTC 2022


Module: Mesa
Branch: main
Commit: 27f9feb7b0fbd1d2c4010923400d2c0b26fb4026
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=27f9feb7b0fbd1d2c4010923400d2c0b26fb4026

Author: Emma Anholt <emma at anholt.net>
Date:   Thu Jul  7 11:59:32 2022 -0700

ci: Drop .build-rules from container jobs.

The rules: in this job overrides the .build-rules.  This was a leftover
from retry: being the former definition of .build-rules.

Acked-by: Michel Dänzer <mdaenzer at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17386>

---

 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 920b17afab5..0c208a5bd68 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -216,8 +216,6 @@ test-docs-mr:
       - _build/meson-logs/strace
 
 .container-rules:
-  extends:
-    - .build-rules
   rules:
     - !reference [.no_scheduled_pipelines-rules, rules]
     # Run pipeline by default in the main project if any CI pipeline



More information about the mesa-commit mailing list