ci: simplify ci-tron priority variable
Set it to low, and only override in merge pipelines. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31755>
This commit is contained in:

committed by
Marge Bot

parent
c2299b6642
commit
e70db26d18
@@ -47,24 +47,20 @@ workflow:
|
|||||||
variables:
|
variables:
|
||||||
KERNEL_IMAGE_BASE: https://${S3_HOST}/${S3_KERNEL_BUCKET}/${KERNEL_REPO}/${KERNEL_TAG}
|
KERNEL_IMAGE_BASE: https://${S3_HOST}/${S3_KERNEL_BUCKET}/${KERNEL_REPO}/${KERNEL_TAG}
|
||||||
JOB_PRIORITY: 50
|
JOB_PRIORITY: 50
|
||||||
VALVE_INFRA_VANGOGH_JOB_PRIORITY: priority:low
|
|
||||||
# pipeline for direct pushes that bypassed the CI
|
# pipeline for direct pushes that bypassed the CI
|
||||||
- if: &is-direct-push $CI_PROJECT_NAMESPACE == "mesa" && $CI_PIPELINE_SOURCE == "push" && $GITLAB_USER_LOGIN != "marge-bot"
|
- if: &is-direct-push $CI_PROJECT_NAMESPACE == "mesa" && $CI_PIPELINE_SOURCE == "push" && $GITLAB_USER_LOGIN != "marge-bot"
|
||||||
variables:
|
variables:
|
||||||
KERNEL_IMAGE_BASE: https://${S3_HOST}/${S3_KERNEL_BUCKET}/${KERNEL_REPO}/${KERNEL_TAG}
|
KERNEL_IMAGE_BASE: https://${S3_HOST}/${S3_KERNEL_BUCKET}/${KERNEL_REPO}/${KERNEL_TAG}
|
||||||
JOB_PRIORITY: 40
|
JOB_PRIORITY: 40
|
||||||
VALVE_INFRA_VANGOGH_JOB_PRIORITY: priority:low
|
|
||||||
# pre-merge or fork pipeline
|
# pre-merge or fork pipeline
|
||||||
- if: $FORCE_KERNEL_TAG != null
|
- if: $FORCE_KERNEL_TAG != null
|
||||||
variables:
|
variables:
|
||||||
KERNEL_IMAGE_BASE: https://${S3_HOST}/${S3_KERNEL_BUCKET}/${KERNEL_REPO}/${FORCE_KERNEL_TAG}
|
KERNEL_IMAGE_BASE: https://${S3_HOST}/${S3_KERNEL_BUCKET}/${KERNEL_REPO}/${FORCE_KERNEL_TAG}
|
||||||
JOB_PRIORITY: 50
|
JOB_PRIORITY: 50
|
||||||
VALVE_INFRA_VANGOGH_JOB_PRIORITY: priority:low
|
|
||||||
- if: $FORCE_KERNEL_TAG == null
|
- if: $FORCE_KERNEL_TAG == null
|
||||||
variables:
|
variables:
|
||||||
KERNEL_IMAGE_BASE: https://${S3_HOST}/${S3_KERNEL_BUCKET}/${KERNEL_REPO}/${KERNEL_TAG}
|
KERNEL_IMAGE_BASE: https://${S3_HOST}/${S3_KERNEL_BUCKET}/${KERNEL_REPO}/${KERNEL_TAG}
|
||||||
JOB_PRIORITY: 50
|
JOB_PRIORITY: 50
|
||||||
VALVE_INFRA_VANGOGH_JOB_PRIORITY: priority:low
|
|
||||||
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
@@ -105,6 +101,8 @@ variables:
|
|||||||
MESA_VK_ABORT_ON_DEVICE_LOSS: 1
|
MESA_VK_ABORT_ON_DEVICE_LOSS: 1
|
||||||
# Avoid the wall of "Unsupported SPIR-V capability" warnings in CI job log, hiding away useful output
|
# Avoid the wall of "Unsupported SPIR-V capability" warnings in CI job log, hiding away useful output
|
||||||
MESA_SPIRV_LOG_LEVEL: error
|
MESA_SPIRV_LOG_LEVEL: error
|
||||||
|
# Default priority for non-merge pipelines
|
||||||
|
VALVE_INFRA_VANGOGH_JOB_PRIORITY: priority:low
|
||||||
|
|
||||||
default:
|
default:
|
||||||
id_tokens:
|
id_tokens:
|
||||||
|
Reference in New Issue
Block a user