amd/ci: limit radv jobs to radv + aco files changes

Otherwise, any change in src/amd/ would always trigger all the radv
jobs.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26460>
This commit is contained in:
Eric Engestrom 2023-12-01 23:09:05 +00:00 committed by Marge Bot
parent 03d8ea9912
commit ebaede788e

View file

@ -27,8 +27,12 @@
stage: amd
rules:
- !reference [.vulkan-rules, rules]
- changes:
*amd_common_file_list
when: on_success
- changes: &radv_file_list
- src/amd/**/*
- src/amd/compiler/**/*
- src/amd/vulkan/**/*
- src/vulkan/**/*
when: on_success
@ -50,6 +54,9 @@
rules:
- !reference [.valve-farm-manual-rules, rules]
- !reference [.vulkan-manual-rules, rules]
- changes:
*amd_common_file_list
when: on_success
- changes:
*radv_file_list
when: manual