summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2020-10-30 12:12:14 +0100
committerMarge Bot <eric+marge@anholt.net>2020-10-30 17:22:06 +0000
commit41be85ad7bc2bbb8fd55cc4b417527f6fd7ec0d7 (patch)
tree6285bd84d7db6c531b5592f8b6795425de222574 /.gitlab-ci.yml
parente54c7f4b1ac6b82769e765da7404f3341853f185 (diff)
ci/x86: speed up piglit testing
Add python3 packages to speed up piglit run. - lxml. An accelerated python xml library using libxml2 (http://lxml.de/) - simplejson. A fast C based implementation of the python json library. (https://simplejson.readthedocs.org/en/latest/) Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7379>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7db3ebc22e5..4b9877cdcf3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -352,7 +352,7 @@ x86_test-base:
x86_test-gl:
extends: .use-x86_test-base
variables:
- FDO_DISTRIBUTION_TAG: &x86_test-gl "2020-10-09-spvtools-1"
+ FDO_DISTRIBUTION_TAG: &x86_test-gl "2020-10-30-python3-modules-1"
# Debian 10 based x86 test image for VK
x86_test-vk: