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>
This commit is contained in:
Tim-Philipp Müller 2024-11-01 14:52:32 +00:00 committed by GStreamer Marge Bot
parent 2cc32434ad
commit 0d8596fafc

View file

@ -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"