diff options
author | Tomeu Vizoso <[email protected]> | 2020-04-21 14:51:59 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-04-24 05:37:06 +0000 |
commit | 5a5316ee1bc2cdc8515819d575418cdc70cb58c5 (patch) | |
tree | 64226ba86adc47ce73c1c934f8e2b0b8752a2cad /.gitlab-ci.yml | |
parent | 9b7c20b315c6bc9b54d844cfc58c80d32e9cd1a6 (diff) |
gitlab-ci: Test OpenGL ES 3.1 on virgl
Signed-off-by: Tomeu Vizoso <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4659>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d14072b88e..8dd5e6e40a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -739,6 +739,17 @@ virgl-gles3: DEQP_RUNNER_OPTIONS: "--compact-display false --timeout 120" extends: virgl-gles2 +virgl-gles31: + variables: + DEQP_VER: gles31 + CI_NODE_INDEX: 1 + CI_NODE_TOTAL: 10 + DEQP_OPTIONS: "--deqp-log-images=disable" + DEQP_RUNNER_OPTIONS: "--compact-display false --timeout 120" + MESA_GLES_VERSION_OVERRIDE: "3.1" + MESA_GLSL_VERSION_OVERRIDE: "310" + extends: virgl-gles2 + # Rules for tests that should not be present in MRs or the main # project's pipeline (don't block marge or report red on # mesa/mesamaster) but should be present on pipelines in personal |