mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-13 17:30:32 +01:00
zink/ci: enable RADV_PERFTEST=shader_object for NAVI10/VANGOGH
Mark arb_tessellation_shader-tes-gs-max-output as flake because it passes with ESO but crashes with pipelines (existing failure). Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28295>
This commit is contained in:
parent
fecbb4177c
commit
76cd9388a1
5 changed files with 8 additions and 2 deletions
|
|
@ -121,6 +121,7 @@ zink-radv-navi10-valve:
|
|||
variables:
|
||||
B2C_TIMEOUT_OVERALL_MINUTES: 30
|
||||
GPU_VERSION: zink-radv-navi10
|
||||
RADV_PERFTEST: shader_object
|
||||
|
||||
zink-radv-vangogh-valve:
|
||||
timeout: 35m
|
||||
|
|
@ -136,6 +137,7 @@ zink-radv-vangogh-valve:
|
|||
B2C_TIMEOUT_BOOT_MINUTES: 30
|
||||
B2C_TIMEOUT_OVERALL_MINUTES: 30
|
||||
FDO_CI_CONCURRENT: 6
|
||||
RADV_PERFTEST: shader_object
|
||||
# Override the list of tags to drop `priority:low`
|
||||
tags:
|
||||
- farm:$RUNNER_FARM_LOCATION
|
||||
|
|
|
|||
|
|
@ -72,7 +72,6 @@ spec@arb_shader_texture_lod@execution@arb_shader_texture_lod-texgradcube,Fail
|
|||
|
||||
spec@arb_shading_language_packing@execution@built-in-functions@fs-packhalf2x16,Fail
|
||||
spec@arb_shading_language_packing@execution@built-in-functions@vs-packhalf2x16,Fail
|
||||
spec@arb_tessellation_shader@arb_tessellation_shader-tes-gs-max-output -small -scan 1 50,Crash
|
||||
|
||||
spec@egl 1.4@eglterminate then unbind context,Fail
|
||||
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
||||
|
|
|
|||
|
|
@ -18,3 +18,6 @@ spec@glsl-1.50@execution@geometry@point-size-out
|
|||
spec@!opengl 1.0@rasterpos
|
||||
spec@!opengl 1.0@rasterpos@glsl_vs_gs_linked
|
||||
spec@!opengl 1.0@rasterpos@glsl_vs_tes_linke
|
||||
|
||||
# Marked as flake because it passes with ESO but crashes with pipelines.
|
||||
spec@arb_tessellation_shader@arb_tessellation_shader-tes-gs-max-output -small -scan 1 50
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@ spec@arb_sample_shading@interpolate-at-sample-position 8,Fail
|
|||
spec@arb_shader_texture_lod@execution@arb_shader_texture_lod-texgradcube,Fail
|
||||
spec@arb_shading_language_packing@execution@built-in-functions@fs-packhalf2x16,Fail
|
||||
spec@arb_shading_language_packing@execution@built-in-functions@vs-packhalf2x16,Fail
|
||||
spec@arb_tessellation_shader@arb_tessellation_shader-tes-gs-max-output -small -scan 1 50,Crash
|
||||
|
||||
spec@egl 1.4@eglterminate then unbind context,Fail
|
||||
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
||||
|
|
|
|||
|
|
@ -31,3 +31,6 @@ spec@!opengl 1.0@rasterpos
|
|||
spec@!opengl 1.0@rasterpos@glsl_vs_gs_linked
|
||||
spec@!opengl 1.0@rasterpos@glsl_vs_tes_linked
|
||||
spec@!opengl 1.1@depthstencil-default_fb-blit samples=4
|
||||
|
||||
# Marked as flake because it passes with ESO but crashes with pipelines.
|
||||
spec@arb_tessellation_shader@arb_tessellation_shader-tes-gs-max-output -small -scan 1 50
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue