aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMichel Dänzer <[email protected]>2020-07-10 17:19:00 +0200
committerMarge Bot <[email protected]>2020-07-14 08:51:14 +0000
commit3ed104b2aa14818f789cbe79de8c6742cc7b5ad7 (patch)
treea576da7029dea5ab4a14fc76223a8de3443d6801 /.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 <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5845>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 226474b98d5..c87d01b56b5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: