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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user