From 89ab8a259cc0bd79271cea69555e658815b334d9 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sat, 22 Mar 2025 00:17:15 +0100 Subject: [PATCH] ci: drop placeholder-job tags to allow jobs to run That tag was supposed to allow these jobs to run faster, but these runners are currently having disk issues, and the normal runners look like they're plenty fast enough (at least right now since almost nobody runs ci jobs ^^). We might revert this later, but for now let's merge this to unblock CI. Part-of: --- .gitlab-ci.yml | 2 -- .gitlab-ci/build/gitlab-ci.yml | 2 -- .gitlab-ci/test/gitlab-ci.yml | 4 ---- 3 files changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4eabdcfd1ca..2efba253285 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -391,8 +391,6 @@ sanity: when: on_failure reports: junit: check-*.xml - tags: - - placeholder-job mr-label-maker-test: diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 38638bdfc11..fa4731ad519 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -832,5 +832,3 @@ python-artifacts: timeout: 10m script: - .gitlab-ci/prepare-artifacts-python.sh - tags: - - placeholder-job diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index d148eb4bd58..d6c5462ead8 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -31,8 +31,6 @@ timeout: 10m script: - git diff --color=always --exit-code # Fails if there are diffs - tags: - - placeholder-job rustfmt: extends: @@ -118,8 +116,6 @@ yaml-toml-shell-py-test: when: on_success - changes: *lint_files when: manual - tags: - - placeholder-job .test-gl: extends: