summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-08-11 16:48:50 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2021-08-11 16:48:50 +0200
commitaae7c22f7d912b34257e73f4dd16441655985e72 (patch)
tree0b426a3f6d82551c93982494b758cb6d5988f0b9 /jjb/functest/functest.yaml
parent8ca36c4092f3c95e9888655bc9d8b6786d21d026 (diff)
Update Functest jjb due to Alpine 3.14
Change-Id: I6d3139992f434f7ee89860f6f1bc52642690988d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest/functest.yaml')
-rw-r--r--jjb/functest/functest.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml
index 0a4dc2aae..ba194406a 100644
--- a/jjb/functest/functest.yaml
+++ b/jjb/functest/functest.yaml
@@ -17,7 +17,7 @@
branch: master
slave: lf-pod4-2
DASHBOARD_URL: http://172.30.12.85
- dependency: 3.13
+ dependency: 3.14
- wallaby:
from:
buildargs:
@@ -961,8 +961,9 @@
sudo apt-get update && sudo apt-get install \
software-properties-common gpg -y
sudo add-apt-repository -y ppa:deadsnakes/ppa
- sudo apt-get update && sudo apt-get install python3.8 \
- python3.8-dev python3.8-distutils \
+ sudo apt-get update && sudo apt-get install \
+ python3.9 python3.9-dev python3.9-distutils \
+ python3.8 python3.8-dev python3.8-distutils \
python3.7 python3.7-dev python3.6 python3.6-dev \
python python-dev python3-pip enchant -y
sudo pip3 install tox tox-pip-version