From e513d8d8cd112569674d08156c476c0333c101bf Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Mon, 17 Aug 2020 18:47:16 +0100 Subject: [PATCH] CI: Skip flaky CS test on VirGL We've seen this crash a few times over the past couple of weeks, but haven't yet managed to reproduce locally and fix. In the meantime, just skip. Signed-off-by: Daniel Stone Reviewed-by: Tomeu Vizoso Part-of: --- .gitlab-ci.yml | 1 + .gitlab-ci/deqp-virgl-gl-skips.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .gitlab-ci/deqp-virgl-gl-skips.txt diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22c2ef57cb9..a81a0f4ce33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -966,6 +966,7 @@ virgl-gles2-on-gl: DEQP_VER: gles2 NIR_VALIDATE: 0 DEQP_NO_SAVE_RESULTS: 1 + DEQP_SKIPS: deqp-virgl-gl-skips.txt # Don't use threads inside llvmpipe, we've already got all cores # busy at the deqp-runner level. LP_NUM_THREADS: 0 diff --git a/.gitlab-ci/deqp-virgl-gl-skips.txt b/.gitlab-ci/deqp-virgl-gl-skips.txt new file mode 100644 index 00000000000..415a8813670 --- /dev/null +++ b/.gitlab-ci/deqp-virgl-gl-skips.txt @@ -0,0 +1,2 @@ +# Sometimes crashes, e.g. https://gitlab.freedesktop.org/kusma/mesa/-/jobs/4109419 +dEQP-GLES31.functional.compute.basic.empty -- 2.30.2