Mesa (master): gitlab-ci: Remove left-behind rules:

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jul 9 07:45:04 UTC 2020


Module: Mesa
Branch: master
Commit: 315ac9410717b8a25ff501a724370272c6d54d90
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=315ac9410717b8a25ff501a724370272c6d54d90

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Wed Jul  8 09:57:44 2020 +0200

gitlab-ci: Remove left-behind rules:

It's something that was added to ease development, but that was supposed
to be removed before merging.

It also causes problems when arm-related jobs aren't enabled, as
arm_build is needed by these jobs but in that case isn't there.

Also extend from .ci-run-policy.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Reviewed-by: Michel Dänzer <mdaenzer at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5802>

---

 .gitlab-ci/lava-gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml
index 77ec9b89728..5f7a919ab20 100644
--- a/.gitlab-ci/lava-gitlab-ci.yml
+++ b/.gitlab-ci/lava-gitlab-ci.yml
@@ -3,12 +3,12 @@ variables:
 
 .kernel+rootfs:
   stage: container-2
+  extends:
+    - .ci-run-policy
   variables:
     GIT_STRATEGY: fetch
   script:
     - DEBIAN_ARCH=${DEBIAN_ARCH} .gitlab-ci/container/lava_arm.sh
-  rules:
-    - when: always
 
 kernel+rootfs_arm64:
   extends:



More information about the mesa-commit mailing list