diff options
author | vv770d <vv770d@att.com> | 2022-08-24 17:35:45 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2022-08-24 17:38:12 +0000 |
commit | b39543603f98c745ece0f049644f6583a64d6195 (patch) | |
tree | 95ced2598c8027f885fad7013d26d8b7f191325c /jjb | |
parent | 7627f91d4eb5403b4e88ca7804efd0474b377766 (diff) |
[DCAE] Set 3.9 for tox run
Address error from
https://jenkins.onap.org/job/dcaegen2-services-ml-prediction-ms-tox-verify-all/11/console
Change-Id: I3545af9c260f52cbc01f9ecbedf5ee6594b159f2
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-3236
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/dcaegen2/dcaegen2-services-docker-python-subprojects.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/dcaegen2/dcaegen2-services-docker-python-subprojects.yaml b/jjb/dcaegen2/dcaegen2-services-docker-python-subprojects.yaml index 3f37a13a1..77099cc69 100644 --- a/jjb/dcaegen2/dcaegen2-services-docker-python-subprojects.yaml +++ b/jjb/dcaegen2/dcaegen2-services-docker-python-subprojects.yaml @@ -41,7 +41,7 @@ docker-get-container-tag-script: '../../shell/docker-ts-tag-override.sh' nexus-iq-namespace: 'onap-' tox-dir: '{src-dir}' - tox-envs: 'py3' + tox-envs: 'py3.9' sonarcloud: true sonarcloud-project-organization: '{sonarcloud_project_organization}' sonarcloud-api-token: '{sonarcloud_api_token}' |