Artifacts from jobs listed in needs: are downloaded by default, so
there's no need to list them in dependencies: as well (in fact,
https://docs.gitlab.com/ce/ci/yaml/#artifact-downloads-with-needs says
using dependencies: together with needs: is invalid, so we might have
been getting lucky...).
Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5845>
needs:
- meson-testing
- x86_test-gl
- dependencies:
- - meson-testing
.test-vk:
extends:
needs:
- meson-testing
- x86_test-vk
- dependencies:
- - meson-testing
.piglit-test:
extends:
extends:
- .lava-test
- .use-arm_build
- dependencies:
- - meson-armhf
needs:
- kernel+rootfs_armhf
- meson-armhf
extends:
- .lava-test
- .use-arm_build
- dependencies:
- - meson-arm64
needs:
- kernel+rootfs_arm64
- meson-arm64