summaryrefslogtreecommitdiff
path: root/.gitlab-ci/lava-gitlab-ci.yml
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2020-07-10 17:19:00 +0200
committerMarge Bot <eric+marge@anholt.net>2020-07-14 08:51:14 +0000
commit3ed104b2aa14818f789cbe79de8c6742cc7b5ad7 (patch)
treea576da7029dea5ab4a14fc76223a8de3443d6801 /.gitlab-ci/lava-gitlab-ci.yml
parentaa2457fc130679a9f0f2512d2dbd02f66e33cd5d (diff)
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>
Diffstat (limited to '.gitlab-ci/lava-gitlab-ci.yml')
-rw-r--r--.gitlab-ci/lava-gitlab-ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml
index 6d9e3cb68b4..6ff4ed84d82 100644
--- a/.gitlab-ci/lava-gitlab-ci.yml
+++ b/.gitlab-ci/lava-gitlab-ci.yml
@@ -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