gitlab-ci: add python3-requests to the test-vk container
authorAndres Gomez <tanty@igalia.com>
Wed, 18 Mar 2020 09:52:53 +0000 (11:52 +0200)
committerAndres Gomez <tanty@igalia.com>
Mon, 23 Mar 2020 15:17:56 +0000 (17:17 +0200)
After 90a39af5f65 ("ci: Drop the git dependency in tracie"), we have
this error in the radv-polaris10-traces job:

"
...

+ /builds/tanty/mesa/artifacts/tracie/tests/test.sh
tracie_succeeds_if_all_images_match: Fail
Traceback (most recent call last):
  File "/tmp/tracie.test.glY0O23HJo/tracie.py", line 6, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

...
"

v2:
  - Updated commit log to be more descriptive (Michel).

Fixes: 90a39af5f65 ("ci: Drop the git dependency in tracie")
Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4237>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4237>

.gitlab-ci.yml
.gitlab-ci/container/x86_test-vk.sh

index f80bdac7114bdb43e364979321dbafa621626421..2f9cc15a70d00301c40d1ef1e19b6436a494911a 100644 (file)
@@ -140,7 +140,7 @@ x86_test-gl:
 x86_test-vk:
   extends: x86_build
   variables:
-    FDO_DISTRIBUTION_TAG: &x86_test-vk "2020-03-16"
+    FDO_DISTRIBUTION_TAG: &x86_test-vk "2020-03-23"
 
 # Debian 9 based x86 build image (old LLVM)
 x86_build_old:
index ba52eea32bca290c9e16f0655245b307042b93bb..80652420b5fa276ec749205c06f3cc5e6d325841 100644 (file)
@@ -63,6 +63,7 @@ apt-get install -y --no-remove \
       python \
       python3-distutils \
       python3-pil \
+      python3-requests \
       python3-yaml \
       xauth \
       xvfb