ci/deqp-runner: implement max-fails
If we get more than 40 unexpected fails/crashes in a merge pipeline, then stop early to preserve pipeline resources. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31429>
This commit is contained in:
committed by
Marge Bot
parent
fd9e0a41dd
commit
f406595ec7
@@ -36,6 +36,8 @@ workflow:
|
||||
KERNEL_IMAGE_BASE: https://${S3_HOST}/${S3_KERNEL_BUCKET}/${KERNEL_REPO}/${KERNEL_TAG}
|
||||
MESA_CI_PERFORMANCE_ENABLED: 1
|
||||
VALVE_INFRA_VANGOGH_JOB_PRIORITY: "" # Empty tags are ignored by gitlab
|
||||
# fast-fail in merge pipelines: stop early if we get this many unexpected fails/crashes
|
||||
DEQP_RUNNER_MAX_FAILS: 40
|
||||
# post-merge pipeline
|
||||
- if: &is-post-merge $GITLAB_USER_LOGIN == "marge-bot" && $CI_PIPELINE_SOURCE == "push"
|
||||
# nightly pipeline
|
||||
|
||||
Reference in New Issue
Block a user