From f466e8ea3c94b8fdf90cbe25887163ce47d48ae5 Mon Sep 17 00:00:00 2001 From: Sergi Blanch Torne Date: Wed, 8 Feb 2023 15:56:21 +0100 Subject: [PATCH] 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 Reviewed-by: Martin Roukala Part-of: --- .gitlab-ci/test-source-dep.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index c50db143659..0a4a03a3bfd 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -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