From 7d85656fa70b731da4f01ec7598c43706a1325cd Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Thu, 9 Nov 2023 11:32:33 +0100 Subject: [PATCH] ci: tag sanity, rustfmt and clang-format job as a "placeholder" job There is close to zero work needed to execute this job. Should speed up the initial process of entering into pipeline tree and also provide an opportunity for `aarch64` runners to engage sooner, even when x86_64 machines are loaded. Acked-by: Daniel Stone Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci.yml | 2 ++ .gitlab-ci/test/gitlab-ci.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c56c05cbb68..9a82e41a578 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -265,6 +265,8 @@ sanity: when: on_failure reports: junit: check-*.xml + tags: + - placeholder-job # Jobs that need to pass before spending hardware resources on further testing diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index cba608d1003..9fcf01cd462 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -33,6 +33,8 @@ timeout: 10m script: - git diff --color=always --exit-code # Fails if there are diffs + tags: + - placeholder-job rustfmt: extends: