mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00: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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user