summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2020-04-22 11:30:38 -0700
committerMarge Bot <eric+marge@anholt.net>2020-04-27 19:06:57 +0000
commitfa49a5032f33802fc136ba7095edaf06df1efa33 (patch)
treea13d81d2bf0781756c0d6148068199e8d2bf485f /.gitlab-ci.yml
parentc259b3ea128405d2e6cf9c831061298959abeb79 (diff)
ci: Enable GLES3 testing on db410c/db820c (freedreno a306 and a530).
We haven't had it enabled due tointermittent failures. Those failures are, as far as I can tell, due to GPU faults from buffer overflows where a failing test in a thread stomps an otherwise passing thread's buffers. By running deqp single-threaded, we can get more consistent failures, at the cost of needing to do a tiny subset of the tests to keep runtime down. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4685>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6c6ff6a358c..08246701c47 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -821,10 +821,11 @@ arm64_a306_gles2:
arm64_a306_gles3:
extends:
- arm64_a306_gles2
- - .test-manual
- parallel: 8
variables:
DEQP_VER: gles3
+ DEQP_PARALLEL: 1
+ CI_NODE_INDEX: 1
+ CI_NODE_TOTAL: 50
arm64_a530_gles2:
extends:
@@ -841,10 +842,11 @@ arm64_a530_gles2:
arm64_a530_gles3:
extends:
- arm64_a530_gles2
- - .test-manual
- parallel: 6
variables:
DEQP_VER: gles3
+ DEQP_PARALLEL: 1
+ CI_NODE_INDEX: 1
+ CI_NODE_TOTAL: 100
# RADV CI
.test-radv: