ci: fix rebase mistake
Fixes: 32a818d11d ("ci: drop workaround for jobs not being created in fork pipelines")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40505>
This commit is contained in:
parent
982f567b19
commit
d38916d673
1 changed files with 3 additions and 6 deletions
|
|
@ -373,16 +373,13 @@
|
|||
- changes: [ .ci-farms-disabled/vmware ]
|
||||
exists: [ .ci-farms-disabled/vmware ]
|
||||
when: never
|
||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||
changes: [ .ci-farms-disabled/pengutronix ]
|
||||
- changes: [ .ci-farms-disabled/pengutronix ]
|
||||
exists: [ .ci-farms-disabled/pengutronix ]
|
||||
when: never
|
||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||
changes: [ .ci-farms-disabled/lumag ]
|
||||
- changes: [ .ci-farms-disabled/lumag ]
|
||||
exists: [ .ci-farms-disabled/lumag ]
|
||||
when: never
|
||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||
changes: [ .ci-farms-disabled/imagination ]
|
||||
- changes: [ .ci-farms-disabled/imagination ]
|
||||
exists: [ .ci-farms-disabled/imagination ]
|
||||
when: never
|
||||
# Any other change to ci-farms/* means some farm is getting re-enabled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue