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:
Michel Dänzer 2024-03-14 11:57:49 +01:00 committed by Marge Bot
parent a0717e5f03
commit e1cb1b324e

View File

@ -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'