Path: blob/21.2-virgl/src/gallium/drivers/softpipe/ci/gitlab-ci.yml
4574 views
softpipe-gles2:1extends:2- llvmpipe-gles23- .softpipe-rules4variables:5GPU_VERSION: softpipe6GALLIUM_DRIVER: "softpipe"7DEQP_EXPECTED_RENDERER: softpipe8FLAKES_CHANNEL: "#mesa-swrast-ci"910softpipe-gles3:11variables:12DEQP_VER: gles313extends: softpipe-gles21415softpipe-gles31:16parallel: 217variables:18DEQP_VER: gles3119extends: softpipe-gles22021softpipe-khr-gles2:22variables:23DEQP_VER: gles2-khr24extends: softpipe-gles22526softpipe-khr-gles3:27variables:28DEQP_VER: gles3-khr29extends: softpipe-gles23031softpipe-khr-gles31:32variables:33DEQP_VER: gles31-khr34extends: softpipe-gles23536softpipe-asan-gles31:37variables:38GPU_VERSION: softpipe-asan39DEQP_FRACTION: 1040DEQP_VER: gles3141TEST_LD_PRELOAD: libasan.so.642extends: softpipe-gles243needs:44- debian/x86_test-gl45- debian-testing-asan4647softpipe-piglit-quick:48extends:49- .test-gl50- .piglit-test51- .softpipe-rules52variables:53GALLIUM_DRIVER: softpipe54# rasterpos skipped until we uprev piglit (commit ff2a7650be7349)55# triangle-rasterization skipped due to flakes thanks to it using a time-based random seed.56# glx-multithread-texture is flaky, undiagnosed57PIGLIT_TESTS: >58-x rasterpos59-x triangle-rasterization60-x glx-multithread-texture61-x egl_ext_device_62-x egl_ext_platform_device63-x ext_timer_query@time-elapsed64-x glx-multithread-clearbuffer65-x glx-multithread-shader-compile66-x max-texture-size67-x maxsize68-x fs-execution-ordering69-x local-id-explosion70-x arb_pipeline_statistics_query-comp71-x streaming-texture-leak72-x longprim73-x shader-mem-barrier74-x arb_gpu_shader_fp6475-x arb_gpu_shader_int6476-x arb_tessellation_shader77-x glsl-4.0078-x glsl-4.1079-x glsl-4.2080-x glsl-4.3081-x glsl-4.4082-x glsl-4.5083-x gpu_shader484-x gpu_shader585-x glsl-uniform-interstage-limits86PIGLIT_PROFILES: quick_gl quick_shader87PIGLIT_RESULTS: softpipe-quick8889# Note that KHR-GL3* test sets include all tests from the previous90# version, so we only need to run one test list (unlike dEQP-GLES,91# where the test sets are separate).92softpipe-gl:93variables:94DEQP_VER: gl3395extends:96- softpipe-gles2979899