ci: Don't tie up a full job slot for cerbero trigger
authorDaniel Stone <daniels@collabora.com>
Wed, 30 Mar 2022 09:52:53 +0000 (10:52 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 30 Mar 2022 12:53:22 +0000 (12:53 +0000)
commitd19dbfc1e34bf04e1f30cfaf3a6eb04dd0e950ba
treea8dac827b171c23d0381ab0551bb73ce5b8e5abf
parent602d249847a7f821d0b77670a10a0e3f96b72979
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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2071>
.gitlab-ci.yml