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:
Michel Dänzer
2020-07-10 17:19:00 +02:00
committed by Marge Bot
parent aa2457fc13
commit 3ed104b2aa
2 changed files with 0 additions and 8 deletions

View File

@@ -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:

View File

@@ -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