Module: Mesa
Branch: main
Commit: 7d85656fa70b731da4f01ec7598c43706a1325cd
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d85656fa70b731da4f01ec7598c43706a1325cd

Author: David Heidelberg <david.heidelb...@collabora.com>
Date:   Thu Nov  9 11:32:33 2023 +0100

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 <dani...@collabora.com>
Signed-off-by: David Heidelberg <david.heidelb...@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26125>

---

 .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:

Reply via email to