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:
|
check-commits:
|
||||||
extends:
|
extends:
|
||||||
- .fdo.ci-fairy
|
- .fdo.ci-fairy
|
||||||
|
needs: []
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- ci-fairy check-commits --junit-xml=results.xml
|
- ci-fairy check-commits --junit-xml=results.xml
|
||||||
|
@ -145,6 +146,7 @@ check-commits:
|
||||||
check-merge-request:
|
check-merge-request:
|
||||||
extends:
|
extends:
|
||||||
- .fdo.ci-fairy
|
- .fdo.ci-fairy
|
||||||
|
needs: []
|
||||||
stage: test
|
stage: test
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||||
|
|
Loading…
Reference in New Issue