summaryrefslogtreecommitdiff
path: root/.gitlab-ci/test-source-dep.yml
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2022-08-30 11:49:45 +0200
committerMarge Bot <emma+marge@anholt.net>2022-09-02 07:05:57 +0000
commit8fed0add86c6c69f9d99f6432ce00e172875b744 (patch)
tree28b613af11dd67c0daf1bed3bffd1ddc319d354f /.gitlab-ci/test-source-dep.yml
parent91fec2657a0dcf9bc2e6d080d84a114ecde44382 (diff)
downloadmesa-8fed0add86c6c69f9d99f6432ce00e172875b744.tar.gz
radeonsi/ci: trigger radeonsi-raven-skqp for any RADV changes
Otherwise SKQP VK won't be run. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7120 Co-authored-by: Guilherme Gallo <guilherme.gallo@collabora.com> Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Acked-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org> Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18316>
Diffstat (limited to '.gitlab-ci/test-source-dep.yml')
-rw-r--r--.gitlab-ci/test-source-dep.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index aacc5591ef2..7b94481ae58 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -388,6 +388,18 @@
- src/amd/registers/**/*
when: on_success
+.radeonsi+radv-rules:
+ stage: amd
+ rules:
+ - !reference [.collabora-farm-rules, rules]
+ - !reference [.gl-rules, rules]
+ - changes:
+ *radeonsi_file_list
+ when: on_success
+ - changes:
+ *radv_file_list
+ when: on_success
+
.radeonsi-vaapi-rules:
stage: amd
rules: