mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-28 04:34:25 +08:00
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:
parent
40526451ca
commit
315ac94107
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user