Lines Matching full:merge
118 # Forked project branch / pre-merge pipeline not for Marge bot
119 …- if: &is-forked-branch-or-pre-merge-not-for-marge '$CI_PROJECT_NAMESPACE != "mesa" || ($GITLAB_US…
124 # Post-merge pipeline
125 - if: &is-post-merge '$CI_PROJECT_NAMESPACE == "mesa" && $CI_COMMIT_BRANCH'
127 # Post-merge pipeline, not for Marge Bot
128 …- if: &is-post-merge-not-for-marge '$CI_PROJECT_NAMESPACE == "mesa" && $GITLAB_USER_LOGIN != "marg…
130 # Pre-merge pipeline
131 - if: &is-pre-merge '$CI_PIPELINE_SOURCE == "merge_request_event"'
133 # Pre-merge pipeline for Marge Bot
134 …- if: &is-pre-merge-for-marge '$GITLAB_USER_LOGIN == "marge-bot" && $CI_PIPELINE_SOURCE == "merge_…
176 - if: *is-post-merge
181 # merge request, and any files affecting the pipeline were changed
182 - if: *is-pre-merge-for-marge
186 - if: *is-post-merge-not-for-marge
223 - if: *is-pre-merge
230 - ci-fairy check-merge-request --require-allow-collaboration --junit-xml=check-merge-request.xml
237 # optionally run with the "play" button in the UI in pre-merge non-marge
243 - if: *is-forked-branch-or-pre-merge-not-for-marge