mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 13:50:11 +01:00
ci: give high priority to post-merge jobs as well
Right now, `deploy-docs` (updating the docs.mesa3d.org website) is the only job that can exist in that pipeline (along with `alpine/x86_64_build`, but that job is always a no-op). Right now this job can get stuck for a long time waiting for a runner, but it's very short, and we kinda want the website to be updated quickly. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34554>
This commit is contained in:
parent
a96e280dfe
commit
adfe29cb46
1 changed files with 4 additions and 0 deletions
|
|
@ -47,6 +47,10 @@ workflow:
|
|||
DEQP_RUNNER_MAX_FAILS: 40
|
||||
# post-merge pipeline
|
||||
- if: &is-post-merge $GITLAB_USER_LOGIN == "marge-bot" && $CI_PIPELINE_SOURCE == "push"
|
||||
variables:
|
||||
FDO_RUNNER_JOB_PRIORITY_TAG_X86_64: priority:high
|
||||
FDO_RUNNER_JOB_PRIORITY_TAG_X86_64_KVM: priority:high-kvm
|
||||
FDO_RUNNER_JOB_PRIORITY_TAG_AARCH64: priority:high-aarch64
|
||||
# Pre-merge pipeline
|
||||
- if: &is-pre-merge $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
# Push to a branch on a fork
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue