summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-11-11 08:46:52 +0100
committerThomas Haller <thaller@redhat.com>2020-11-11 08:47:16 +0100
commit767c83f4432249cfb06d9a35abddef2e5d64384f (patch)
treeeb8a7d348aed16f445ad0ba60cdcc53c9dfd285c
parent31940037faa9a9245645fe9209dc1c1c12a01c2d (diff)
downloadNetworkManager-767c83f4432249cfb06d9a35abddef2e5d64384f.tar.gz
gitlab-ci: add "needs" for pages test
It seems "pages" test does not get properly triggered, if only t_fedora:33 completes. It should, because the other distros are optional. Try to set "needs" to fix that.
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--.gitlab-ci/ci.template2
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 233f3ae425..c315b0c4db 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -798,6 +798,8 @@ pages:
- master
dependencies:
- t_fedora:33
+ needs:
+ - t_fedora:33
triage:issues:
stage: triage
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template
index 4b4060c0fb..e616ef3672 100644
--- a/.gitlab-ci/ci.template
+++ b/.gitlab-ci/ci.template
@@ -212,6 +212,8 @@ pages:
- master
dependencies:
- t_{{pages_build.name}}:{{pages_build.version}}
+ needs:
+ - t_{{pages_build.name}}:{{pages_build.version}}
triage:issues:
stage: triage