diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-09-06 11:57:42 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-09-06 14:40:18 +0200 |
commit | defed6fbb50cc753daac1e586c4809c85dce7f4d (patch) | |
tree | 665182391b6855dee3c9bad81819a61cde3befa4 /jjb | |
parent | f4bbcf4a338b163abdc08487ef8c8b6a87322ba4 (diff) |
Install python 11 and 12
Change-Id: I17fbee665615dde58019d5bf0e4c9d7454ce2bdf
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/xtesting.yaml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index fbd8ba445..acbaa7335 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -14,7 +14,7 @@ build_args: branch: master node: opnfv-build - dependency: 3.17 + dependency: 3.20 - 2023.2: from: build_args: @@ -63,7 +63,7 @@ build_args: branch: master node: opnfv-build - dependency: 3.17 + dependency: 3.20 - 2023.2: from: build_args: @@ -492,7 +492,7 @@ port: tag: - latest: - dependency: 3.17 + dependency: 3.20 - 2023.2: dependency: 3.17 - 2023.1: @@ -542,6 +542,8 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get \ -o DPkg::Lock::Timeout=300 install \ libxml2-dev libxslt-dev libffi-dev libjpeg-dev \ + python3.12 python3.12-dev python3.12-distutils \ + python3.11 python3.11-dev python3.11-distutils \ python3.10 python3.10-dev python3.10-distutils \ python3.9 python3.9-dev python3.9-distutils \ python3.8 python3.8-dev python3.8-distutils \ |