From 8564118d2adceaa1e6336254b197020027165cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 15 Apr 2024 14:11:26 +0100 Subject: [PATCH] ci: tag fedora amd64 docker job as placeholder job It finishes fairly quickly in most cases and even if it needs to rebuild the image it doesn't use a lot of cpu resources. Part-of: --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27ddd19214..1d41e397a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -136,8 +136,9 @@ fedora amd64 docker: - '.fdo.container-build@fedora' stage: 'preparation' needs: [] - tags: - - 'packet.net' + # Note: assumption is that placeholder jobs run on a packet runner + # (which has faster network connectivity to the registry). + tags: [ 'placeholder-job' ] .gst-indent image: tags: [ 'placeholder-job' ]