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:
@@ -3,12 +3,12 @@ variables:
|
|||||||
|
|
||||||
.kernel+rootfs:
|
.kernel+rootfs:
|
||||||
stage: container-2
|
stage: container-2
|
||||||
|
extends:
|
||||||
|
- .ci-run-policy
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: fetch
|
GIT_STRATEGY: fetch
|
||||||
script:
|
script:
|
||||||
- DEBIAN_ARCH=${DEBIAN_ARCH} .gitlab-ci/container/lava_arm.sh
|
- DEBIAN_ARCH=${DEBIAN_ARCH} .gitlab-ci/container/lava_arm.sh
|
||||||
rules:
|
|
||||||
- when: always
|
|
||||||
|
|
||||||
kernel+rootfs_arm64:
|
kernel+rootfs_arm64:
|
||||||
extends:
|
extends:
|
||||||
|
Reference in New Issue
Block a user