diff options
author | Michel Dänzer <[email protected]> | 2020-07-10 17:19:00 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-07-14 08:51:14 +0000 |
commit | 3ed104b2aa14818f789cbe79de8c6742cc7b5ad7 (patch) | |
tree | a576da7029dea5ab4a14fc76223a8de3443d6801 /.gitlab-ci/lava-gitlab-ci.yml | |
parent | aa2457fc130679a9f0f2512d2dbd02f66e33cd5d (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 <[email protected]>
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.yml | 4 |
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 |