Skip to content

ci: Don't tie up a full job slot for cerbero trigger

Daniel Stone requested to merge daniels/gstreamer:ci-placeholder-job into main

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.

cc @tpm @alatiera @xclaesse

Merge request reports