summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGuilherme Gallo <guilherme.gallo@collabora.com>2021-12-10 16:02:58 -0300
committerMarge Bot <emma+marge@anholt.net>2022-01-05 20:15:04 +0000
commita6d05e68634cc7b26da87fa879eaa4864143c1a6 (patch)
treea82d63ae83539cab0ce1bae30130ee4c93d75dce /.gitlab-ci.yml
parent8992cf5ab8b33c2f99e83cd339ca01d0bec72016 (diff)
ci: Add a630_skqp jobs
Start Xorg during skqp job, since it is needed to make rendered tests work. There are 1 new job, namely `a630_skqp` which runs GL and GLES backends and then the skqp GPU unittests. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5580 Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14146>
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 2dec40bd511..f7efd2661cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1362,3 +1362,8 @@ debian-mingw32-x86_64:
variables:
HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
FDO_CI_CONCURRENT: 0 # Default to number of CPUs
+
+.baremetal-skqp-test:
+ variables:
+ HWCI_START_XORG: 1
+ HWCI_TEST_SCRIPT: "/install/skqp-runner.sh"