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@collabora.com>
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5802>
This commit is contained in:
Tomeu Vizoso 2020-07-08 09:57:44 +02:00
parent 40526451ca
commit 315ac94107

View 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: