From 4fdd8b09bd629ef53dfbfde6da729c37dfc0eef4 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 26 Jan 2021 09:10:32 -0800 Subject: [PATCH] ci/freedreno: Ban vs-clip-vertex-enables which flakes in CI. It's reliably failing on its own, but has shown up as the top flake in CI. Part-of: --- .gitlab-ci.yml | 4 ++++ .gitlab-ci/piglit/freedreno-a630-shader.txt | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1300e4202aa..d3e1f91cca4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1473,8 +1473,12 @@ arm64_a630_vk_sysmem: # # vs-output-array-vec2-index-wr-before-gs is skipped because it causes # a flood of GPU hangs and makes the rest of the job flakey + # + # vs-clip-vertex-enables skipped because it seems to be flaky in parallel with + # other tests (reliably fails on its own) PIGLIT_OPTIONS: >- -x vs-output-array-vec2-index-wr-before-gs + -x vs-clip-vertex-enables -x arb_blend_func_extended-fbo-extended-blend-pattern_gles2 -x clear-accum -x copypixels-sync diff --git a/.gitlab-ci/piglit/freedreno-a630-shader.txt b/.gitlab-ci/piglit/freedreno-a630-shader.txt index 7adcbb339e0..8e5d936eaa1 100644 --- a/.gitlab-ci/piglit/freedreno-a630-shader.txt +++ b/.gitlab-ci/piglit/freedreno-a630-shader.txt @@ -932,7 +932,6 @@ spec/glsl-1.10/execution/vsfs-unused-array-member: crash spec/glsl-1.10/preprocessor/extension-defined-test: skip spec/glsl-1.10/preprocessor/extension-if-1: skip spec/glsl-1.20/execution/clipping/fixed-clip-enables: fail -spec/glsl-1.20/execution/clipping/vs-clip-vertex-enables: fail spec/glsl-1.30/execution/clipping/vs-clip-distance-deadcode: crash spec/glsl-1.30/execution/clipping/vs-clip-distance-enables: fail spec/glsl-1.30/execution/fs-large-local-array-vec2: crash @@ -1128,7 +1127,7 @@ summary: name: results ---- -------- pass: 8878 - fail: 32 + fail: 31 crash: 95 skip: 997 timeout: 0 @@ -1139,4 +1138,4 @@ summary: changes: 0 fixes: 0 regressions: 0 - total: 10004 + total: 10003