mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
radv/ci: re-enable fossils testing
It has been disabled in December 2021 due to unreliability,
and never got re-enabled.
VEGA10 is disabled because it currently fails:
Replay of parallel-rdp/uber_subgroup.foz failed
Fossilize ERROR: Compute pipeline crashed or hung, hash: 520406f40241abf8. Rerun with: --compute-pipeline-range 4 5.
Suggested-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16455>
This commit is contained in:
parent
534cc99081
commit
5bc289c547
1 changed files with 6 additions and 5 deletions
|
|
@ -166,10 +166,11 @@ deqp-vangogh-valve:
|
|||
- amdgpu:codename:VANGOGH
|
||||
|
||||
############### Fossilize
|
||||
.radv-fossils:
|
||||
radv-fossils:
|
||||
extends:
|
||||
- .fossilize-test
|
||||
- .test-vk
|
||||
- .test-radv
|
||||
- .fossilize-test
|
||||
script:
|
||||
# Pitcairn (GFX6)
|
||||
- export RADV_FORCE_FAMILY="PITCAIRN"
|
||||
|
|
@ -180,9 +181,9 @@ deqp-vangogh-valve:
|
|||
# Polaris10 (GFX8)
|
||||
- export RADV_FORCE_FAMILY="POLARIS10"
|
||||
- ./install/fossilize-runner.sh
|
||||
# Vega10 (GFX9)
|
||||
- export RADV_FORCE_FAMILY="VEGA10"
|
||||
- ./install/fossilize-runner.sh
|
||||
# Vega10 (GFX9): Currently fails, thus disabled
|
||||
#- export RADV_FORCE_FAMILY="VEGA10"
|
||||
#- ./install/fossilize-runner.sh
|
||||
# Navi10 (GFX10)
|
||||
- export RADV_FORCE_FAMILY="NAVI10"
|
||||
- ./install/fossilize-runner.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue