mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 13:50:11 +01:00
ci: improve name of merge-request pipelines
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35285>
This commit is contained in:
parent
730c938a46
commit
f2f8a1cb3e
1 changed files with 6 additions and 6 deletions
|
|
@ -52,7 +52,7 @@ workflow:
|
||||||
FDO_RUNNER_JOB_PRIORITY_TAG_X86_64_KVM: priority:high-kvm
|
FDO_RUNNER_JOB_PRIORITY_TAG_X86_64_KVM: priority:high-kvm
|
||||||
FDO_RUNNER_JOB_PRIORITY_TAG_AARCH64: priority:high-aarch64
|
FDO_RUNNER_JOB_PRIORITY_TAG_AARCH64: priority:high-aarch64
|
||||||
# Pre-merge pipeline
|
# Pre-merge pipeline
|
||||||
- if: &is-pre-merge $CI_PIPELINE_SOURCE == "merge_request_event"
|
- if: &is-merge-request $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
# Push to a branch on a fork
|
# Push to a branch on a fork
|
||||||
- if: &is-push-to-fork $CI_PROJECT_NAMESPACE != "mesa" && $CI_PIPELINE_SOURCE == "push"
|
- if: &is-push-to-fork $CI_PROJECT_NAMESPACE != "mesa" && $CI_PIPELINE_SOURCE == "push"
|
||||||
# nightly pipeline
|
# nightly pipeline
|
||||||
|
|
@ -263,7 +263,7 @@ include:
|
||||||
- src/**/*
|
- src/**/*
|
||||||
when: on_success
|
when: on_success
|
||||||
# Same as above, but for pre-merge pipelines
|
# Same as above, but for pre-merge pipelines
|
||||||
- if: *is-pre-merge
|
- if: *is-merge-request
|
||||||
changes:
|
changes:
|
||||||
*all_paths
|
*all_paths
|
||||||
when: manual
|
when: manual
|
||||||
|
|
@ -271,7 +271,7 @@ include:
|
||||||
# anything in the build
|
# anything in the build
|
||||||
- if: *is-merge-attempt
|
- if: *is-merge-attempt
|
||||||
when: never
|
when: never
|
||||||
- if: *is-pre-merge
|
- if: *is-merge-request
|
||||||
when: never
|
when: never
|
||||||
# Build everything after someone bypassed the CI
|
# Build everything after someone bypassed the CI
|
||||||
- if: *is-push-to-upstream-default-branch
|
- if: *is-push-to-upstream-default-branch
|
||||||
|
|
@ -304,14 +304,14 @@ include:
|
||||||
when: delayed
|
when: delayed
|
||||||
start_in: &build-delay 5 minutes
|
start_in: &build-delay 5 minutes
|
||||||
# Same as above, but for pre-merge pipelines
|
# Same as above, but for pre-merge pipelines
|
||||||
- if: *is-pre-merge
|
- if: *is-merge-request
|
||||||
changes: *all_paths
|
changes: *all_paths
|
||||||
when: manual
|
when: manual
|
||||||
# Skip everything for pre-merge and merge pipelines which don't change
|
# Skip everything for pre-merge and merge pipelines which don't change
|
||||||
# anything in the build
|
# anything in the build
|
||||||
- if: *is-merge-attempt
|
- if: *is-merge-attempt
|
||||||
when: never
|
when: never
|
||||||
- if: *is-pre-merge
|
- if: *is-merge-request
|
||||||
when: never
|
when: never
|
||||||
# Build everything after someone bypassed the CI
|
# Build everything after someone bypassed the CI
|
||||||
- if: *is-push-to-upstream-default-branch
|
- if: *is-push-to-upstream-default-branch
|
||||||
|
|
@ -369,7 +369,7 @@ sanity:
|
||||||
tags:
|
tags:
|
||||||
- $FDO_RUNNER_JOB_PRIORITY_TAG_X86_64
|
- $FDO_RUNNER_JOB_PRIORITY_TAG_X86_64
|
||||||
rules:
|
rules:
|
||||||
- if: *is-pre-merge
|
- if: *is-merge-request
|
||||||
when: on_success
|
when: on_success
|
||||||
- when: never
|
- when: never
|
||||||
variables:
|
variables:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue