Module: Mesa
Branch: master
Commit: 41be85ad7bc2bbb8fd55cc4b417527f6fd7ec0d7
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=41be85ad7bc2bbb8fd55cc4b417527f6fd7ec0d7

Author: Christian Gmeiner <[email protected]>
Date:   Fri Oct 30 12:12:14 2020 +0100

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 <[email protected]>
Reviewed-by: Michel Dänzer <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7379>

---

 .gitlab-ci.yml                      | 2 +-
 .gitlab-ci/container/x86_test-gl.sh | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

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:
diff --git a/.gitlab-ci/container/x86_test-gl.sh 
b/.gitlab-ci/container/x86_test-gl.sh
index b97ea724764..c8b87ff1a20 100644
--- a/.gitlab-ci/container/x86_test-gl.sh
+++ b/.gitlab-ci/container/x86_test-gl.sh
@@ -42,6 +42,8 @@ apt-get install -y --no-remove \
       libclang-cpp10 \
       libxcb-shm0 \
       ocl-icd-libopencl1 \
+      python3-lxml \
+      python3-simplejson \
       $STABLE_EPHEMERAL
 
 

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to