gitlab-ci: Remove left-behind rules:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Wed, 8 Jul 2020 07:57:44 +0000 (09:57 +0200)
committerTomeu Vizoso <tomeu.vizoso@collabora.com>
Thu, 9 Jul 2020 07:19:25 +0000 (09:19 +0200)
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@collabora.com>
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5802>

.gitlab-ci/lava-gitlab-ci.yml

index 77ec9b89728dec7703733fff4bc8929b0e92575d..5f7a919ab203a9481be6d3bb2ef00a3a0e4f03be 100644 (file)
@@ -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: