From: Fiete Ostkamp Date: Wed, 4 Mar 2026 14:48:09 +0000 (+0100) Subject: [CDS] use python 3.8 tox env X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F50%2F143450%2F1;p=ci-management.git [CDS] use python 3.8 tox env - repo that is tested is on 3.7, but 3.8 is the oldest that is available on the builder Issue-ID: CCSDK-4157 Change-Id: I9b1d777539e0e344351247e3fa82462b1ca64ab2 Signed-off-by: Fiete Ostkamp --- diff --git a/jjb/ccsdk/cds-python.yaml b/jjb/ccsdk/cds-python.yaml index 16543f711..3d1ea6f34 100644 --- a/jjb/ccsdk/cds-python.yaml +++ b/jjb/ccsdk/cds-python.yaml @@ -7,7 +7,7 @@ build-node: ubuntu2204-builder-4c-4g python-version: python3 tox-dir: ms/py-executor - tox-envs: py37 + tox-envs: py38 gerrit_trigger_file_paths: - compare-type: REG_EXP pattern: "ms/py-executor/.*" @@ -29,7 +29,7 @@ build-node: ubuntu2204-builder-4c-4g python-version: python3 tox-dir: ms/artifact-manager - tox-envs: py37 + tox-envs: py38 gerrit_trigger_file_paths: - compare-type: REG_EXP pattern: "ms/artifact-manager/.*"