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/7815>
This commit is contained in:
Tim-Philipp Müller 2024-11-01 14:52:32 +00:00 committed by Backport Bot
parent 377b4525d9
commit ff302eb1fe

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