From 594b8d9f81d90fe7a5aca00d7ba6d54cf3a2dff1 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 13 Nov 2024 10:20:49 +0100 Subject: [PATCH] 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: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b2ddef746e..c63c982350e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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