gitlab-ci: Drop dependencies:
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>
This commit is contained in:
@@ -808,8 +808,6 @@ meson-mingw32-x86_64:
|
||||
needs:
|
||||
- meson-testing
|
||||
- x86_test-gl
|
||||
dependencies:
|
||||
- meson-testing
|
||||
|
||||
.test-vk:
|
||||
extends:
|
||||
@@ -820,8 +818,6 @@ meson-mingw32-x86_64:
|
||||
needs:
|
||||
- meson-testing
|
||||
- x86_test-vk
|
||||
dependencies:
|
||||
- meson-testing
|
||||
|
||||
.piglit-test:
|
||||
extends:
|
||||
|
@@ -82,8 +82,6 @@ kernel+rootfs_armhf:
|
||||
extends:
|
||||
- .lava-test
|
||||
- .use-arm_build
|
||||
dependencies:
|
||||
- meson-armhf
|
||||
needs:
|
||||
- kernel+rootfs_armhf
|
||||
- meson-armhf
|
||||
@@ -97,8 +95,6 @@ kernel+rootfs_armhf:
|
||||
extends:
|
||||
- .lava-test
|
||||
- .use-arm_build
|
||||
dependencies:
|
||||
- meson-arm64
|
||||
needs:
|
||||
- kernel+rootfs_arm64
|
||||
- meson-arm64
|
||||
|
Reference in New Issue
Block a user