ci: improve comments
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26451>
This commit is contained in:

committed by
Marge Bot

parent
b6fa242fb0
commit
680f249c9f
@@ -196,8 +196,8 @@ include:
|
|||||||
- !reference [.disable-farm-mr-rules, rules]
|
- !reference [.disable-farm-mr-rules, rules]
|
||||||
# Never run immediately after merging, as we just ran everything
|
# Never run immediately after merging, as we just ran everything
|
||||||
- !reference [.never-post-merge-rules, rules]
|
- !reference [.never-post-merge-rules, rules]
|
||||||
# Run pipeline by default if it was triggered by Marge Bot, is for a
|
# Build everything in merge pipelines, if any files affecting the pipeline
|
||||||
# merge request, and any files affecting the pipeline were changed
|
# were changed
|
||||||
- if: *is-merge-attempt
|
- if: *is-merge-attempt
|
||||||
changes: &all_paths
|
changes: &all_paths
|
||||||
- VERSION
|
- VERSION
|
||||||
@@ -224,8 +224,8 @@ include:
|
|||||||
changes:
|
changes:
|
||||||
*all_paths
|
*all_paths
|
||||||
when: manual
|
when: manual
|
||||||
# Just skip everything for MRs which don't actually change anything in the
|
# Skip everything for pre-merge and merge pipelines which don't change
|
||||||
# build - the same rules as above, but without the file-change rules
|
# anything in the build
|
||||||
- if: *is-merge-attempt
|
- if: *is-merge-attempt
|
||||||
when: never
|
when: never
|
||||||
- if: *is-pre-merge
|
- if: *is-pre-merge
|
||||||
@@ -236,7 +236,8 @@ include:
|
|||||||
# Build everything in scheduled pipelines
|
# Build everything in scheduled pipelines
|
||||||
- if: *is-scheduled-pipeline
|
- if: *is-scheduled-pipeline
|
||||||
when: on_success
|
when: on_success
|
||||||
# Always allow user branches etc to trigger jobs manually
|
# Allow building everything in fork pipelines, but build nothing unless
|
||||||
|
# manually triggered
|
||||||
- when: manual
|
- when: manual
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user