summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2020-08-27 09:28:53 -0700
committerMarge Bot <eric+marge@anholt.net>2020-09-01 21:32:46 +0000
commit5c0d34cee45f77ebfbe374fc565e53497a290177 (patch)
tree5b0979cee5432f5e6ef0e8a3e2e4568f96d5bcd9 /.gitlab-ci.yml
parentef807a52f132d789063ba3d5b8b090c6816c4915 (diff)
ci: Enable KHR-GL30 CTS testing on freedreno a630.
Since we expose desktop GL, let's get at least a little bit of testing coverage of it. Reviewed-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6526>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fbfcc26ccbd..1215315dfba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1163,6 +1163,11 @@ arm64_a630_gmem:
FD_MESA_DEBUG: nobypass
NIR_VALIDATE: 1
+arm64_a630_gl:
+ extends: arm64_a630_gles2
+ variables:
+ DEQP_VER: gl30
+
arm64_a630_vk:
extends: arm64_a630_gles2
variables: