summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/build/gitlab-ci.yml2
-rw-r--r--.gitlab-ci/container/gitlab-ci.yml10
-rwxr-xr-x.gitlab-ci/lava/lava-gitlab-ci.yml2
-rw-r--r--.gitlab-ci/test-source-dep.yml6
-rw-r--r--.gitlab-ci/test/gitlab-ci.yml4
5 files changed, 12 insertions, 12 deletions
diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml
index 5e039a3774a..67f217083d8 100644
--- a/.gitlab-ci/build/gitlab-ci.yml
+++ b/.gitlab-ci/build/gitlab-ci.yml
@@ -1,6 +1,6 @@
# Shared between windows and Linux
.build-common:
- extends: .ci-run-policy
+ extends: .build-rules
# Cancel job if a newer commit is pushed to the same branch
interruptible: true
artifacts:
diff --git a/.gitlab-ci/container/gitlab-ci.yml b/.gitlab-ci/container/gitlab-ci.yml
index c810693d9af..497939bb7ee 100644
--- a/.gitlab-ci/container/gitlab-ci.yml
+++ b/.gitlab-ci/container/gitlab-ci.yml
@@ -62,7 +62,7 @@
- .container
- .incorporate-base-tag+templates-commit
# Don't want the .container rules
- - .ci-run-policy
+ - .build-rules
# Debian 11 based x86 build image base
debian/x86_build-base:
@@ -277,7 +277,7 @@ fedora/x86_build:
.kernel+rootfs:
extends:
- - .ci-run-policy
+ - .build-rules
stage: container
variables:
GIT_STRATEGY: fetch
@@ -328,7 +328,7 @@ debian/arm_test:
- .fdo.container-build@debian
- .container
# Don't want the .container rules
- - .ci-run-policy
+ - .build-rules
needs:
- kernel+rootfs_arm64
- kernel+rootfs_armhf
@@ -406,7 +406,7 @@ windows_build_vs2019:
rules:
- if: '$MICROSOFT_FARM == "offline"'
when: never
- - !reference [.ci-run-policy, rules]
+ - !reference [.build-rules, rules]
variables:
MESA_IMAGE_PATH: &windows_build_image_path ${WINDOWS_X64_BUILD_PATH}
MESA_IMAGE_TAG: &windows_build_image_tag ${WINDOWS_X64_BUILD_TAG}
@@ -426,7 +426,7 @@ windows_test_vs2019:
rules:
- if: '$MICROSOFT_FARM == "offline"'
when: never
- - !reference [.ci-run-policy, rules]
+ - !reference [.build-rules, rules]
variables:
MESA_IMAGE_PATH: &windows_test_image_path ${WINDOWS_X64_TEST_PATH}
MESA_IMAGE_TAG: &windows_test_image_tag ${WINDOWS_X64_BUILD_TAG}--${WINDOWS_X64_TEST_TAG}
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:
diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index 75e45ce2062..6f18b4750ef 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -14,8 +14,8 @@
- if: *is-scheduled-pipeline
when: never
-# Mesa core source file dependencies that may impact any build or test.
-# ---------------------------------------------------------------------
+# Mesa core source file dependencies that may impact any test job
+# ---------------------------------------------------------------
.core-rules:
rules:
- !reference [.no_scheduled_pipelines-rules, rules]
@@ -39,7 +39,7 @@
- src/util/**/*
when: on_success
-# Mesa source file dependencies that may impact any GL driver build or test.
+# Mesa source file dependencies that may impact any GL driver test job.
.gl-rules:
rules:
- !reference [.core-rules, rules]
diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml
index 4d72836069a..780cf667c4c 100644
--- a/.gitlab-ci/test/gitlab-ci.yml
+++ b/.gitlab-ci/test/gitlab-ci.yml
@@ -1,6 +1,6 @@
.test:
extends:
- - .ci-run-policy
+ - .build-rules
# Cancel job if a newer commit is pushed to the same branch
interruptible: true
variables:
@@ -116,7 +116,7 @@
.baremetal-test:
extends:
- - .ci-run-policy
+ - .build-rules
- .test
# Cancel job if a newer commit is pushed to the same branch
interruptible: true