mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 15:40:10 +01:00
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.
This commit is contained in:
parent
31940037fa
commit
767c83f443
2 changed files with 4 additions and 0 deletions
|
|
@ -798,6 +798,8 @@ pages:
|
|||
- master
|
||||
dependencies:
|
||||
- t_fedora:33
|
||||
needs:
|
||||
- t_fedora:33
|
||||
|
||||
triage:issues:
|
||||
stage: triage
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue