ci: Allow zink-radv jobs to be manual when uprev piglit

It is required for the automatic uprev of piglit in mesa to have the
"^zink-radv-.*-valve" jobs in the pipeline that checks an uprev candidate. So,
when there is a change in the file where the revision of piglit is set, those
jobs will be listed as manual.

Signed-off-by: Sergi Blanch Torne <sergi.blanch.torne@collabora.com>
Reviewed-by: Martin Roukala <martin.roukala@mupuf.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21193>
This commit is contained in:
Sergi Blanch Torne
2023-02-08 15:56:21 +01:00
parent 0583c1f8d2
commit f466e8ea3c

View File

@@ -852,6 +852,9 @@
rules:
- !reference [.radv-valve-manual-rules, rules]
- !reference [.zink-common-manual-rules, rules]
- changes:
- .gitlab-ci/container/build-piglit.sh
when: manual
# Unfortunately YAML doesn't let us concatenate arrays, so we have to do the
# rules duplication manually