ci: Allow disabling the whole of austriancoder's farm

Add a global-level variable that allows disabling all jobs that would
have gone to my lab, to be used in case of outages.

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18997>
This commit is contained in:
Christian Gmeiner
2022-10-07 13:31:22 +02:00
committed by Marge Bot
parent 011a0b97b2
commit ff928d9567
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ variables:
IGALIA_FARM: "online" IGALIA_FARM: "online"
ANHOLT_FARM: "online" ANHOLT_FARM: "online"
VALVE_FARM: "online" VALVE_FARM: "online"
AUSTRIANCODER_FARM: "online" # only etnaviv GPUs
default: default:
before_script: before_script:
+5
View File
@@ -168,6 +168,10 @@
# so only enable automatic testing when running in the context of Mesa to # so only enable automatic testing when running in the context of Mesa to
# prevent failures in forks. # prevent failures in forks.
- if: '$CI_PROJECT_NAMESPACE != "mesa"' - if: '$CI_PROJECT_NAMESPACE != "mesa"'
.austriancoder-farm-rules:
rules:
- if: '$AUSTRIANCODER_FARM == "offline"'
when: never when: never
# Skips freedreno jobs if either of the farms we use are offline. # Skips freedreno jobs if either of the farms we use are offline.
@@ -626,6 +630,7 @@
.etnaviv-rules: .etnaviv-rules:
stage: etnaviv stage: etnaviv
rules: rules:
- !reference [.austriancoder-farm-rules, rules]
- !reference [.gl-rules, rules] - !reference [.gl-rules, rules]
- changes: - changes:
- src/etnaviv/**/* - src/etnaviv/**/*