mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 10:10:05 +01:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue