mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 17:10:11 +01:00
ci: reduce priority of nightly pipeline jobs from 50 to 45
This means the fork jobs now have clear priority over nightly jobs, although it might not matter much as nightly jobs are mostly long-running jobs and pre-merge & forks will have to wait regardless of priority. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32093>
This commit is contained in:
parent
50f9bec3ce
commit
594b8d9f81
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ workflow:
|
|||
# nightly pipeline
|
||||
- if: &is-scheduled-pipeline $CI_PIPELINE_SOURCE == "schedule"
|
||||
variables:
|
||||
JOB_PRIORITY: 45
|
||||
# (some) nightly builds perform LTO, so they take much longer than the
|
||||
# short timeout allowed in other pipelines.
|
||||
# Note: 0 = infinity = gitlab's job `timeout:` applies, which is 1h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue