aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTomeu Vizoso <[email protected]>2020-04-21 15:44:03 +0200
committerMarge Bot <[email protected]>2020-04-24 05:37:06 +0000
commit8cba1a13fa6baa6fd55a80b5bd1fce6cbb4b12f8 (patch)
treeae7b78eb54d7985238bfe27046e655cd46e0a2fe /.gitlab-ci.yml
parent5a5316ee1bc2cdc8515819d575418cdc70cb58c5 (diff)
gitlab-ci: Test Virgl with traces
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.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8dd5e6e40a6..1087a734e4e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -931,3 +931,14 @@ radv-polaris10-traces:
DEVICE_NAME: "vk-amd-polaris10"
tags:
- polaris10
+
+virgl-traces:
+ extends:
+ - .traces-test-gl
+ - .virgl-rules
+ variables:
+ LIBGL_ALWAYS_SOFTWARE: "true"
+ GALLIUM_DRIVER: "virpipe"
+ DEVICE_NAME: "gl-virgl"
+ MESA_GLES_VERSION_OVERRIDE: "3.1"
+ MESA_GLSL_VERSION_OVERRIDE: "310"