summaryrefslogtreecommitdiffstats
path: root/jjb/integration
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-03-06 13:11:40 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-03-06 13:11:40 +0000
commitad8d1fedeb6a0d8b41c60716760c8259ff3f6947 (patch)
treeaf89f521efc3fb9faf257bb39c865ef9f65c86b4 /jjb/integration
parentaabad3d1d9d02b2e680f80d1086e0ff6fda66238 (diff)
[Python ONAP SDK] Disable Python 3.10 and 3.11 tests
Both fails on Jenkins due to missing interpreter errors Issue-ID: INT-2193 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Id319765591ab9cee9a60392ff737d8e8ca7d06fe
Diffstat (limited to 'jjb/integration')
-rw-r--r--jjb/integration/integration-python-onapsdk.yaml17
1 files changed, 9 insertions, 8 deletions
diff --git a/jjb/integration/integration-python-onapsdk.yaml b/jjb/integration/integration-python-onapsdk.yaml
index e780058d5..0c7e6b4ee 100644
--- a/jjb/integration/integration-python-onapsdk.yaml
+++ b/jjb/integration/integration-python-onapsdk.yaml
@@ -22,14 +22,15 @@
tox-dir: '.'
tox-envs: 'py39'
pattern: '**/*.py'
- - 'python3.10':
- tox-dir: '.'
- tox-envs: 'py310'
- pattern: '**/*.py'
- - 'python3.11':
- tox-dir: '.'
- tox-envs: 'py311'
- pattern: '**/*.py'
+ # Disable due to https://jira.linuxfoundation.org/plugins/servlet/desk/portal/2/IT-25247
+ # - 'python3.10':
+ # tox-dir: '.'
+ # tox-envs: 'py310'
+ # pattern: '**/*.py'
+ # - 'python3.11':
+ # tox-dir: '.'
+ # tox-envs: 'py311'
+ # pattern: '**/*.py'
- 'pylint':
tox-dir: '.'
tox-envs: 'pylint'