From 6c522e4982185aa7633a9bbfb20c6cf3533795bc Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 24 May 2023 13:02:55 +0300 Subject: [PATCH] ci: Schedule lint jobs in the placeholder runnners These require almost no resources to be run and finish instantly. Part-of: --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c36daed3a..89b0e0f216 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -99,6 +99,7 @@ trigger: stage: 'preparation' variables: GIT_STRATEGY: none + tags: [ 'placeholder-job' ] script: - echo "Trigger job done, now running the pipeline." rules: @@ -131,6 +132,7 @@ fedora amd64 docker: - 'packet.net' .gst-indent image: + tags: [ 'placeholder-job' ] variables: FDO_DISTRIBUTION_VERSION: 'bookworm' FDO_REPO_SUFFIX: "$INDENT_AMD64_SUFFIX" @@ -147,6 +149,7 @@ gst-indent amd64 docker: needs: [] .commitlint image: + tags: [ 'placeholder-job' ] variables: FDO_DISTRIBUTION_VERSION: '37' FDO_REPO_SUFFIX: "$COMMITLINT_AMD64_SUFFIX"