llvmpipe,rusticl/ci: move rusticl files rule out of llvmpipe

With the next commit, llvmpipe will no longer be the only driver to test rusticl.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29851>
This commit is contained in:
Eric Engestrom
2024-06-19 08:06:24 +02:00
committed by Marge Bot
parent 70dfe9c6d1
commit 959d38099f
2 changed files with 15 additions and 3 deletions

View File

@@ -63,9 +63,7 @@
rules:
- !reference [.test, rules]
- !reference [.llvmpipe-cl-rules, rules]
- changes:
- src/gallium/frontends/rusticl/**/*
when: on_success
- !reference [.rusticl-rules, rules]
.llvmpipe-test:

View File

@@ -0,0 +1,14 @@
.rusticl-rules:
rules:
- !reference [.test, rules]
- changes: &rusticl_file_list
- src/gallium/frontends/rusticl/**/*
when: on_success
.rusticl-manual-rules:
retry: !reference [.scheduled_pipeline-rules, retry]
rules:
- !reference [.test, rules]
- !reference [.no_scheduled_pipelines-rules, rules]
- changes: *rusticl_file_list
when: manual