diff options
author | Eric Anholt <[email protected]> | 2020-04-22 12:08:06 -0700 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-04-27 19:06:57 +0000 |
commit | 6c01152c92cca2b8133e5a116335d0ef3a6cd474 (patch) | |
tree | 07786bdfc98c6e22afbc2cfe8b9ab6bc4a41c45b /.gitlab-ci.yml | |
parent | b34ee185f44c6d473e4e343d1e9f406a25dae67f (diff) |
ci: Enable GLES 3.1 testing on db820c (a530).
The driver exposes GLES3.1, so let's make sure we're not regressing its
featureset.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4685>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08246701c47..9d79b31be89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -848,6 +848,12 @@ arm64_a530_gles3: CI_NODE_INDEX: 1 CI_NODE_TOTAL: 100 +arm64_a530_gles31: + extends: + - arm64_a530_gles3 + variables: + DEQP_VER: gles31 + # RADV CI .test-radv: extends: .radv-rules |