mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
ci: Fix visibility property of LAVA jobs
LAVA expects a different syntax for this property:
https://docs.lavasoftware.org/lava/glossary.html#term-visibility
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Fixes: 84f91dfea5 ("CI: Change LAVA job visibility")
Acked-by: Daniel Stone <daniels@collabora.com>
Acked-by: Michel Dänzer <mdaenzer@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9770>
This commit is contained in:
parent
75951a44ee
commit
93e19b8b40
2 changed files with 6 additions and 2 deletions
|
|
@ -11,7 +11,9 @@ timeouts:
|
|||
power-off:
|
||||
seconds: 30
|
||||
priority: 75
|
||||
visibility: "Collabora+fdo"
|
||||
visibility:
|
||||
group:
|
||||
- "Collabora+fdo"
|
||||
{% if tags %}
|
||||
{% set lavatags = tags.split(',') %}
|
||||
tags:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,9 @@ timeouts:
|
|||
power-off:
|
||||
seconds: 30
|
||||
priority: 75
|
||||
visibility: "Collabora+fdo"
|
||||
visibility:
|
||||
group:
|
||||
- "Collabora+fdo"
|
||||
{% if tags %}
|
||||
{% set lavatags = tags.split(',') %}
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue