From d19dbfc1e34bf04e1f30cfaf3a6eb04dd0e950ba Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 30 Mar 2022 10:52:53 +0100 Subject: [PATCH] ci: Don't tie up a full job slot for cerbero trigger We don't have a huge amount of capacity on shared runners, so better if we don't use that limited capacity on a job which sits there doing ~nothing. There is a new runner class called 'placeholder-job' which accepts a huge number of parallel jobs, separately to normal jobs, on the assumption that they will consume ~no resources; start using that. Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5569d53049..893d824052 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -762,6 +762,8 @@ build documentation: cerbero trigger: stage: build timeout: '3h' + tags: + - placeholder-job extends: - '.fedora image' - '.fdo.suffixed-image@fedora'