summaryrefslogtreecommitdiff
path: root/.gitlab-ci/lava
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2022-07-07 11:36:05 -0700
committerMarge Bot <emma+marge@anholt.net>2022-07-08 23:44:52 +0000
commit4ebb1c5ab32bdb42d5818102dcf4bc1fd28eba36 (patch)
treec25c4f881e9aa6901ea461df06e568b1fea6fcf7 /.gitlab-ci/lava
parent7c2fe7bf4b384ccc9462fc5d037028ef88dd67b8 (diff)
downloadmesa-4ebb1c5ab32bdb42d5818102dcf4bc1fd28eba36.tar.gz
ci: Rename .ci-run-policy rules to .build-rules.
... and explain what they're doing, compared to the test rules in test-source-dep.yml. Unfortunately, we can't really pull them into test-source-dep.yml with other source deps, because of various '&'-'*' references. Acked-by: Michel Dänzer <mdaenzer@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17386>
Diffstat (limited to '.gitlab-ci/lava')
-rwxr-xr-x.gitlab-ci/lava/lava-gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/lava/lava-gitlab-ci.yml b/.gitlab-ci/lava/lava-gitlab-ci.yml
index 6c9cd5652f7..91fd2a09f8e 100755
--- a/.gitlab-ci/lava/lava-gitlab-ci.yml
+++ b/.gitlab-ci/lava/lava-gitlab-ci.yml
@@ -1,6 +1,6 @@
.lava-test:
extends:
- - .ci-run-policy
+ - .build-rules
# Cancel job if a newer commit is pushed to the same branch
interruptible: true
variables: