summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2022-07-09 20:22:35 -0700
committerMarge Bot <emma+marge@anholt.net>2023-01-26 00:48:19 +0000
commitf6c06ef2f66a638a302346639bcd907b64c646c8 (patch)
tree8889babbf84dd68e7ba8c56f117e0a2341ba338f /src/gallium/drivers/i915
parent67547a04b6023de381680c2374df9edfc6b084f1 (diff)
ci: Add manual rules variations to disable irrelevant driver jobs.
If you're only affecting one or a couple of drivers, it would be nice if your pipeline buttons on the web UI weren't full of manual run buttons for all the other drivers. This is a bunch of duplicated lines, but less than it could have been now that we have !references. In some of these cases (i915g, nouveau, etnaviv), we have no non-manual jobs for those drivers, so I could have just rewritten the original "driver-rules" to "driver-manual-rules". I decided to keep things consistent between drivers, though, because this is all esoteric enough to readers already without making different drivers' rules look different. Fixes: #4891 Acked-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17445>
Diffstat (limited to 'src/gallium/drivers/i915')
-rw-r--r--src/gallium/drivers/i915/ci/gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/i915/ci/gitlab-ci.yml b/src/gallium/drivers/i915/ci/gitlab-ci.yml
index e8ff9a96adf..8d5c696ed8f 100644
--- a/src/gallium/drivers/i915/ci/gitlab-ci.yml
+++ b/src/gallium/drivers/i915/ci/gitlab-ci.yml
@@ -1,9 +1,8 @@
# Manual test rules for using anholt's shared g33.
.anholt-g33-test:
extends:
- - .i915g-rules
+ - .i915g-manual-rules
- .test-gl
- - .test-manual-mr
tags:
- anholt-g33
variables: