ci: tag rustfmt job as placeholder job
authorTim-Philipp Müller <tim@centricular.com>
Fri, 1 Nov 2024 14:52:32 +0000 (14:52 +0000)
committerBackport Bot <gitlab-backport-bot@gstreamer-foundation.org>
Sat, 2 Nov 2024 00:45:59 +0000 (00:45 +0000)
Not really cpu bound and should finish quickly in any case.
Reduces wait time for initial stage and contention with the
normal job queue.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7815>

.gitlab-ci.yml

index bc3764b24e4a5daebc08e22f68b70a7fc783afc4..ea6e780b5c642cdf1c6710924beec054f8f604aa 100644 (file)
@@ -231,6 +231,7 @@ rustfmt:
   stage: 'preparation'
   needs:
     - "fedora amd64 docker"
+  tags: [ 'placeholder-job' ]
   script:
     - export RUSTUP_HOME="/usr/local/rustup"
     - export PATH="/usr/local/cargo/bin:$PATH"