ci: Make test stage jobs not depend on earlier stage jobs
There's no dependency, they can start anytime. Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1406>
This commit is contained in:
parent
a0717e5f03
commit
e1cb1b324e
|
@ -127,6 +127,7 @@ meson-dist:
|
|||
check-commits:
|
||||
extends:
|
||||
- .fdo.ci-fairy
|
||||
needs: []
|
||||
stage: test
|
||||
script:
|
||||
- ci-fairy check-commits --junit-xml=results.xml
|
||||
|
@ -145,6 +146,7 @@ check-commits:
|
|||
check-merge-request:
|
||||
extends:
|
||||
- .fdo.ci-fairy
|
||||
needs: []
|
||||
stage: test
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
|
|
Loading…
Reference in New Issue