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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34120>
This commit is contained in:
Eric Engestrom 2025-03-22 00:17:15 +01:00 committed by Marge Bot
parent e38724bd1c
commit 89ab8a259c
3 changed files with 0 additions and 8 deletions

View file

@ -391,8 +391,6 @@ sanity:
when: on_failure when: on_failure
reports: reports:
junit: check-*.xml junit: check-*.xml
tags:
- placeholder-job
mr-label-maker-test: mr-label-maker-test:

View file

@ -832,5 +832,3 @@ python-artifacts:
timeout: 10m timeout: 10m
script: script:
- .gitlab-ci/prepare-artifacts-python.sh - .gitlab-ci/prepare-artifacts-python.sh
tags:
- placeholder-job

View file

@ -31,8 +31,6 @@
timeout: 10m timeout: 10m
script: script:
- git diff --color=always --exit-code # Fails if there are diffs - git diff --color=always --exit-code # Fails if there are diffs
tags:
- placeholder-job
rustfmt: rustfmt:
extends: extends:
@ -118,8 +116,6 @@ yaml-toml-shell-py-test:
when: on_success when: on_success
- changes: *lint_files - changes: *lint_files
when: manual when: manual
tags:
- placeholder-job
.test-gl: .test-gl:
extends: extends: