ci/lava: Remove job definitions using kernel+rootfs jobs
These are all unused now and can be removed. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34451>
This commit is contained in:
committed by
Marge Bot
parent
10ea0002a6
commit
55e78ef678
@@ -168,81 +168,6 @@ variables:
|
||||
- job: debian/arm64_test-vk
|
||||
artifacts: false
|
||||
|
||||
.lava-test:arm32:
|
||||
variables:
|
||||
ARCH: arm32
|
||||
DEBIAN_ARCH: armhf
|
||||
KERNEL_IMAGE_NAME: zImage
|
||||
KERNEL_IMAGE_TYPE: "zimage"
|
||||
BOOT_METHOD: u-boot
|
||||
extends:
|
||||
- .use-debian/arm64_build # for same $MESA_ARTIFACTS_TAG as in kernel+rootfs_arm32
|
||||
- .use-debian/x86_64_pyutils
|
||||
- .lava-test
|
||||
- .use-kernel+rootfs-arm
|
||||
needs:
|
||||
- !reference [.lava-test, needs]
|
||||
- job: kernel+rootfs_arm32
|
||||
artifacts: false
|
||||
- job: debian-arm32
|
||||
artifacts: false
|
||||
|
||||
.lava-test-deqp:arm32:
|
||||
extends:
|
||||
- .lava-test:arm32
|
||||
variables:
|
||||
HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
|
||||
|
||||
.lava-test:arm64:
|
||||
variables:
|
||||
ARCH: arm64
|
||||
DEBIAN_ARCH: arm64
|
||||
KERNEL_IMAGE_NAME: Image
|
||||
KERNEL_IMAGE_TYPE: "image"
|
||||
BOOT_METHOD: u-boot
|
||||
extends:
|
||||
- .use-debian/arm64_build # for same $MESA_ARTIFACTS_TAG as in kernel+rootfs_arm64
|
||||
- .use-debian/x86_64_pyutils
|
||||
- .lava-test
|
||||
- .use-kernel+rootfs-arm
|
||||
needs:
|
||||
- !reference [.lava-test, needs]
|
||||
- job: kernel+rootfs_arm64
|
||||
artifacts: false
|
||||
- job: debian-arm64
|
||||
artifacts: false
|
||||
|
||||
.lava-test-deqp:arm64:
|
||||
variables:
|
||||
HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
|
||||
extends:
|
||||
- .lava-test:arm64
|
||||
|
||||
.lava-test:x86_64:
|
||||
variables:
|
||||
ARCH: x86_64
|
||||
DEBIAN_ARCH: amd64
|
||||
KERNEL_IMAGE_NAME: bzImage
|
||||
KERNEL_IMAGE_TYPE: "zimage"
|
||||
BOOT_METHOD: u-boot
|
||||
extends:
|
||||
- .use-debian/x86_64_build-base # for same $MESA_ARTIFACTS_BASE_TAG as in kernel+rootfs_x86_64
|
||||
- .use-debian/x86_64_pyutils
|
||||
- .lava-test
|
||||
- .use-kernel+rootfs-x86_64
|
||||
needs:
|
||||
- !reference [.lava-test, needs]
|
||||
- job: kernel+rootfs_x86_64
|
||||
artifacts: false
|
||||
- job: debian-testing
|
||||
artifacts: false
|
||||
|
||||
.lava-test-deqp:x86_64:
|
||||
variables:
|
||||
HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
|
||||
extends:
|
||||
- .lava-test:x86_64
|
||||
|
||||
.lava-piglit-traces:
|
||||
extends:
|
||||
- .test-piglit
|
||||
|
||||
Reference in New Issue
Block a user