From 0d8596fafc8f1746c20b8bfe8429c96db0c62238 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= <tim@centricular.com>
Date: Fri, 1 Nov 2024 14:52:32 +0000
Subject: [PATCH] ci: tag rustfmt job as placeholder job

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/7810>
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 932e9da08c..34df0495d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -292,6 +292,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"