mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 04:10:09 +01:00
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>
This commit is contained in:
parent
e54c7f4b1a
commit
41be85ad7b
2 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -42,6 +42,8 @@ apt-get install -y --no-remove \
|
|||
libclang-cpp10 \
|
||||
libxcb-shm0 \
|
||||
ocl-icd-libopencl1 \
|
||||
python3-lxml \
|
||||
python3-simplejson \
|
||||
$STABLE_EPHEMERAL
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue