Lines Matching full:pipeline
28 # Bucket for the pipeline artifacts pushed to S3
30 # per-pipeline artifact storage on MinIO
135 # Pipeline for forked project branch
138 # Forked project branch / pre-merge pipeline not for Marge bot
141 # Pipeline runs for the main branch of the upstream Mesa project
144 # Post-merge pipeline
147 # Post-merge pipeline, not for Marge Bot
150 # Pre-merge pipeline
153 # Pre-merge pipeline for Marge Bot
159 # Rules applied to every job in the pipeline
173 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"'
180 - if: *is-scheduled-pipeline
215 # Run pipeline by default in the main project if any CI pipeline
221 # Run pipeline by default if it was triggered by Marge Bot, is for a
222 # merge request, and any files affecting the pipeline were changed
225 # Run pipeline by default in the main project if it was not triggered by
226 # Marge Bot, and any files affecting the pipeline were changed