diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-08-11 16:48:50 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-08-11 16:48:50 +0200 |
commit | aae7c22f7d912b34257e73f4dd16441655985e72 (patch) | |
tree | 0b426a3f6d82551c93982494b758cb6d5988f0b9 | |
parent | 8ca36c4092f3c95e9888655bc9d8b6786d21d026 (diff) |
Update Functest jjb due to Alpine 3.14
Change-Id: I6d3139992f434f7ee89860f6f1bc52642690988d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/functest/functest-kubernetes.yaml | 7 | ||||
-rw-r--r-- | jjb/functest/functest.yaml | 7 | ||||
-rw-r--r-- | jjb/functest/xtesting.yaml | 7 |
3 files changed, 12 insertions, 9 deletions
diff --git a/jjb/functest/functest-kubernetes.yaml b/jjb/functest/functest-kubernetes.yaml index c49eaf042..d090ab91b 100644 --- a/jjb/functest/functest-kubernetes.yaml +++ b/jjb/functest/functest-kubernetes.yaml @@ -16,7 +16,7 @@ buildargs: branch: master slave: lf-virtual1-7 - dependency: 3.13 + dependency: 3.14 - v1.21: from: buildargs: @@ -740,8 +740,9 @@ apt-get update && apt-get install \ software-properties-common gpg -y add-apt-repository -y ppa:deadsnakes/ppa - apt-get update && apt-get install python3.8 \ - python3.8-dev python3.8-distutils \ + apt-get update && 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 pip3 install tox tox-pip-version 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 diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 1d08d7c56..a836711cd 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -16,7 +16,7 @@ buildargs: branch: master slave: lf-virtual1 - dependency: 3.13 + dependency: 3.14 - wallaby: from: buildargs: @@ -492,8 +492,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 |