From 767c83f4432249cfb06d9a35abddef2e5d64384f Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 11 Nov 2020 08:46:52 +0100 Subject: [PATCH] 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. --- .gitlab-ci.yml | 2 ++ .gitlab-ci/ci.template | 2 ++ 2 files changed, 4 insertions(+) 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