ci: set priority:low tag only on non-Marge pipelines
This allows dynamically setting the priority to avoid starving Marge. Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org> Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23976>
This commit is contained in:
parent
c56528b450
commit
8e383e6d9e
2 changed files with 4 additions and 1 deletions
|
|
@ -4,14 +4,17 @@ workflow:
|
||||||
- if: $GITLAB_USER_LOGIN == "marge-bot" && $CI_COMMIT_BRANCH == null
|
- if: $GITLAB_USER_LOGIN == "marge-bot" && $CI_COMMIT_BRANCH == null
|
||||||
variables:
|
variables:
|
||||||
MESA_CI_PERFORMANCE_ENABLED: 1
|
MESA_CI_PERFORMANCE_ENABLED: 1
|
||||||
|
VALVE_INFRA_VANGOGH_JOB_PRIORITY: "" # Empty tags are ignored by gitlab
|
||||||
# post-merge pipeline
|
# post-merge pipeline
|
||||||
- if: $GITLAB_USER_LOGIN == "marge-bot" && $CI_COMMIT_BRANCH
|
- if: $GITLAB_USER_LOGIN == "marge-bot" && $CI_COMMIT_BRANCH
|
||||||
variables:
|
variables:
|
||||||
LAVA_JOB_PRIORITY: 40
|
LAVA_JOB_PRIORITY: 40
|
||||||
|
VALVE_INFRA_VANGOGH_JOB_PRIORITY: priority:low
|
||||||
# any other pipeline
|
# any other pipeline
|
||||||
- if: $GITLAB_USER_LOGIN != "marge-bot"
|
- if: $GITLAB_USER_LOGIN != "marge-bot"
|
||||||
variables:
|
variables:
|
||||||
LAVA_JOB_PRIORITY: 50
|
LAVA_JOB_PRIORITY: 50
|
||||||
|
VALVE_INFRA_VANGOGH_JOB_PRIORITY: priority:low
|
||||||
- when: always
|
- when: always
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
|
|
||||||
|
|
@ -300,7 +300,7 @@ radeonsi-raven-va-full:x86_64:
|
||||||
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
|
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
|
||||||
tags:
|
tags:
|
||||||
- amdgpu:codename:VANGOGH
|
- amdgpu:codename:VANGOGH
|
||||||
- priority:low
|
- $VALVE_INFRA_VANGOGH_JOB_PRIORITY
|
||||||
|
|
||||||
############### VKCTS tests ###############
|
############### VKCTS tests ###############
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue