Skip to content

Commit 52609a0

Browse files
committed
Try 3node; jdk17; 27th > 28th
1 parent 990ea74 commit 52609a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pipeline {
6767
}
6868
stage('Python bwc-upgrade tests') {
6969
agent { label 'medium && x64' }
70-
tools { jdk 'jdk11' }
70+
tools { jdk 'jdk17' }
7171
steps {
7272
checkout scm
7373
sh '''

tests/bwc/test_upgrade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ class MetaDataCompatibilityTest(NodeProvider, unittest.TestCase):
194194
)
195195

196196
def test_metadata_compatibility(self):
197-
nodes = 1
197+
nodes = 3
198198

199199
cluster = self._new_cluster(
200200
self.SUPPORTED_VERSIONS[0].version,

0 commit comments

Comments
 (0)