Mesa (master): CI: Skip flaky CS test on VirGL

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 18 07:27:15 UTC 2020


Module: Mesa
Branch: master
Commit: e513d8d8cd112569674d08156c476c0333c101bf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e513d8d8cd112569674d08156c476c0333c101bf

Author: Daniel Stone <daniels at collabora.com>
Date:   Mon Aug 17 18:47:16 2020 +0100

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 <daniels at collabora.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6352>

---

 .gitlab-ci.yml                     | 1 +
 .gitlab-ci/deqp-virgl-gl-skips.txt | 2 ++
 2 files changed, 3 insertions(+)

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



More information about the mesa-commit mailing list