ci: add FDO_RUNNER_JOB_PRIORITY_TAG_* to control priority of generic freedesktop runners

This affects:
- generic jobs (sanity, rustfmt, shader-db, docs, etc.)
- linux image builds
- linux mesa builds
- software renderer tests
- android tests
- virgl & venus tests

Marge pipelines get high priority, nightly pipelines get low priority,
and everything else is in between.

(Hardware test farms have their own mechanisms.)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34264>
This commit is contained in:
Eric Engestrom
2023-11-30 16:53:23 +00:00
parent 88f70e48f5
commit 359f69ba0c
11 changed files with 71 additions and 22 deletions

View File

@@ -74,7 +74,8 @@ shader-db:
- shader-db
timeout: 15m
tags:
- kvm # FIXME: this is a hack, should not be needed
# FIXME: kvm is a hack, should not be needed
- $FDO_RUNNER_JOB_PRIORITY_TAG_X86_64_KVM
yaml-toml-shell-py-test:
extends: