virgl/ci: clean up manual rules for virgl

In f6c06ef2f6 ("ci: Add manual rules variations to disable irrelevant
driver jobs."), we fixed this for *most* driver. This fixes up the last
driver, hopefully removing an annoying needless button in the UI for
some MRs.

Reviewed-by: Emma Anholt <emma@anholt.net>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Acked-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22263>
This commit is contained in:
Erik Faye-Lund
2023-04-03 13:31:56 +02:00
committed by Marge Bot
parent 67750f138b
commit 1b7a4029d0
2 changed files with 13 additions and 2 deletions

View File

@@ -755,6 +755,18 @@
- src/gallium/winsys/virgl/**/*
when: on_success
.virgl-iris-manual-rules:
stage: layered-backends
rules:
- !reference [.collabora-farm-rules, rules]
- !reference [.gl-manual-rules, rules]
- changes:
*virgl_file_list
when: manual
- changes:
*iris_file_list
when: manual
.virgl-iris-rules-performance:
stage: layered-backends
rules:

View File

@@ -90,8 +90,7 @@ virgl-traces:
virgl-iris-traces:
extends:
- .virgl-iris-test
- .virgl-rules
- .test-manual-mr
- .virgl-iris-manual-rules
variables:
PIGLIT_REPLAY_EXTRA_ARGS: "--keep-image --download-caching-proxy-url=${FDO_HTTP_CACHE_URI}"