mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
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:
parent
03d8ea9912
commit
ebaede788e
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue