Skip to content

Commit c4759dd

Browse files
committed
Revert to jdk11 and try 6.0.0 again
1 parent 7563ba3 commit c4759dd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Jenkinsfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,13 @@ pipeline {
6767
}
6868
stage('Python bwc-upgrade tests') {
6969
agent { label 'medium && x64' }
70-
tools { jdk 'jdk17' }
70+
tools { jdk 'jdk11' }
7171
steps {
7272
checkout scm
7373
sh '''
7474
rm -rf env
7575
/usr/bin/python3.11 -m venv env
7676
source env/bin/activate
77-
unset JAVA_TOOL_OPTIONS
78-
unset JAVA_OPTS
7977
python -m pip install -U -e .
8078
8179
(cd tests/bwc && python -m unittest -vvvf test_upgrade.py)

tests/bwc/test_upgrade.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ class MetaDataCompatibilityTest(NodeProvider, unittest.TestCase):
191191
SUPPORTED_VERSIONS = (
192192
VersionDef('2.3.x', []),
193193
VersionDef('3.3.x', []),
194-
VersionDef('5.10.13', []),
195194
VersionDef('6.0.0', []),
196195
)
197196

0 commit comments

Comments
 (0)