summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-04-15 14:43:15 +0100
committerTim-Philipp Müller <tim@centricular.com>2024-04-15 14:43:15 +0100
commite4562da9b196d6c4010988f82d2851ad4c29e8c5 (patch)
treeb2b5af71a7a0ae510e248bc72f0af46844665884
parente115e6b5d1bcaed7e0c964d506185a01f3d3ce86 (diff)
ci: mark docker image jobs as placeholder jobs
They finish fairly quickly in most cases and even if they need to rebuild the image they won't use a lot of cpu resources. This way these jobs don't have to compete with the normal job queue and things get started a bit quicker. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1454>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 355815d8..9bdbb752 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -134,6 +134,7 @@ fedora image:
- .fdo.container-build@fedora
variables:
GIT_STRATEGY: none
+ tags: [ 'placeholder-job' ]
checks fedora image:
stage: "build docker"
@@ -142,6 +143,7 @@ checks fedora image:
- .fdo.container-build@fedora
variables:
GIT_STRATEGY: none
+ tags: [ 'placeholder-job' ]
android fedora image:
stage: "build docker"
@@ -151,6 +153,7 @@ android fedora image:
- .fdo.container-build@fedora
variables:
GIT_STRATEGY: none
+ tags: [ 'placeholder-job' ]
ubuntu image:
stage: "build docker"
@@ -160,6 +163,7 @@ ubuntu image:
- .fdo.container-build@ubuntu
variables:
GIT_STRATEGY: none
+ tags: [ 'placeholder-job' ]
# Rules for when to use a specific job