gitlab-ci: add rules:changes for RADV

Including mesa_core_file_list is probably not the best but it's
better than nothing.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4117>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4117>
This commit is contained in:
Samuel Pitoiset 2020-03-09 17:53:51 +01:00
parent be22995ecf
commit 8f5543990e
2 changed files with 12 additions and 0 deletions

View file

@ -708,6 +708,7 @@ arm64_a306_gles2:
# RADV CI
.test-radv:
extends: .radv-rules
stage: misc-tests
variables:
VK_DRIVER: radeon

View file

@ -116,3 +116,14 @@
- src/lima/**/*
when: on_success
- when: never
.radv-rules:
rules:
- changes:
*mesa_core_file_list
when: on_success
- changes:
- src/amd/**/*
- src/vulkan/**/*
when: on_success
- when: never