From e8b0748faa12d7b60fc7e483e9d0c71be6c3b28c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 8 Apr 2024 15:19:48 +0100 Subject: [PATCH] ci: tag linter and sanity check jobs as a "placeholder" jobs They hardly use any resources and almost finish immediately. Part-of: --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a02bf21e..d240613b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,6 +50,7 @@ trigger: stage: 'trigger' variables: GIT_STRATEGY: none + tags: [ 'placeholder-job' ] script: - echo "Trigger job done, now running the pipeline." rules: @@ -287,6 +288,7 @@ test windows stable: rustfmt: extends: '.debian:12-stable' stage: "lint" + tags: [ 'placeholder-job' ] needs: [] script: - cargo fmt --version @@ -295,6 +297,7 @@ rustfmt: typos: extends: '.debian:12-stable' stage: "lint" + tags: [ 'placeholder-job' ] needs: [] script: - typos @@ -302,6 +305,7 @@ typos: gstwebrtc-api lint: image: node:lts stage: "lint" + tags: [ 'placeholder-job' ] needs: [] script: - cd net/webrtc/gstwebrtc-api @@ -311,6 +315,7 @@ gstwebrtc-api lint: check commits: extends: '.debian:12-stable' stage: "lint" + tags: [ 'placeholder-job' ] needs: [] script: - ci-fairy check-commits --textwidth 0 --no-signed-off-by