mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 06:10:23 +01:00
radeonsi/ci: Remove redundant radeonsi-vaapi-fluster-rules
The only difference was that these rules incorrectly added a second -fluster suffix to the expectation files after a refactoring. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39015>
This commit is contained in:
parent
47d85dc568
commit
7af687bd33
2 changed files with 2 additions and 13 deletions
|
|
@ -138,18 +138,6 @@
|
|||
*radeon_vcn_file_list
|
||||
when: manual
|
||||
|
||||
.radeonsi-vaapi-fluster-rules:
|
||||
stage: amd
|
||||
extends:
|
||||
- .test-fluster
|
||||
rules:
|
||||
- !reference [.radeonsi-vaapi-rules, rules]
|
||||
- changes:
|
||||
- src/amd/ci/$GPU_VERSION-fluster-fails.txt
|
||||
- src/amd/ci/$GPU_VERSION-fluster-flakes.txt
|
||||
- src/amd/ci/$GPU_VERSION-fluster-skips.txt
|
||||
when: on_success
|
||||
|
||||
.radeonsi-valve-rules:
|
||||
stage: amd
|
||||
rules:
|
||||
|
|
|
|||
|
|
@ -143,7 +143,8 @@ radeonsi-raven-vaapi-fluster:
|
|||
extends:
|
||||
- .lava-x86_64-test-video
|
||||
- .radeonsi-raven-test:x86_64
|
||||
- .radeonsi-vaapi-fluster-rules
|
||||
- .radeonsi-vaapi-rules
|
||||
- .test-fluster
|
||||
- .lava-hp-x360-14a-cb0001xx-zork:x86_64
|
||||
variables:
|
||||
DEQP_SUITE: fluster-vaapi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue