projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
377b452
)
ci: tag rustfmt job as placeholder job
author
Tim-Philipp Müller
<tim@centricular.com>
Fri, 1 Nov 2024 14:52:32 +0000
(14:52 +0000)
committer
Backport 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
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index bc3764b24e4a5daebc08e22f68b70a7fc783afc4..ea6e780b5c642cdf1c6710924beec054f8f604aa 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-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"