Skip to content

Commit ae4b5bd

Browse files
committed
Use earliest and latest supported python runtimes for smoke test
1 parent 9e48dc2 commit ae4b5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ matrices = [
5252
],
5353
"SMOKE": [
5454
"SERVER": DEFAULT_CASSANDRA.takeRight(2) + DEFAULT_DSE.takeRight(1),
55-
"RUNTIME": DEFAULT_RUNTIME.takeRight(2),
55+
"RUNTIME": DEFAULT_RUNTIME.take(1) + DEFAULT_RUNTIME.takeRight(1),
5656
"CYTHON": ["True"]
5757
]
5858
]

0 commit comments

Comments
 (0)