Skip to content

Commit 9e48dc2

Browse files
committed
update Jenkins matrix to use available python versions in the latest runner image
1 parent 8c41066 commit 9e48dc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ slack = new Slack()
3232

3333
DEFAULT_CASSANDRA = ['2.1', '2.2', '3.0', '3.11', '4.0']
3434
DEFAULT_DSE = ['dse-5.0.15', 'dse-5.1.35', 'dse-6.0.18', 'dse-6.7.17', 'dse-6.8.30']
35-
DEFAULT_RUNTIME = ['3.7.7', '3.8.3']
35+
DEFAULT_RUNTIME = ['3.8.16', '3.9.16', '3.10.11', '3.11.3']
3636
DEFAULT_CYTHON = ["True", "False"]
3737
matrices = [
3838
"FULL": [
@@ -620,8 +620,8 @@ pipeline {
620620
triggers {
621621
parameterizedCron(branchPatternCron().matcher(env.BRANCH_NAME).matches() ? """
622622
# Every weeknight (Monday - Friday) around 4:00 AM
623-
# These schedules will run with and without Cython enabled for Python 3.7.7 and 3.8.3
624-
H 4 * * 1-5 %CI_SCHEDULE=WEEKNIGHTS;EVENT_LOOP=LIBEV;CI_SCHEDULE_PYTHON_VERSION=3.7.7 3.8.3;CI_SCHEDULE_SERVER_VERSION=2.2 3.11 dse-5.1.35 dse-6.0.18 dse-6.7.17
623+
# These schedules will run with and without Cython enabled for Python 3.8.16 and 3.11.3
624+
H 4 * * 1-5 %CI_SCHEDULE=WEEKNIGHTS;EVENT_LOOP=LIBEV;CI_SCHEDULE_PYTHON_VERSION=3.8.16 3.11.3;CI_SCHEDULE_SERVER_VERSION=2.2 3.11 dse-5.1.35 dse-6.0.18 dse-6.7.17
625625
""" : "")
626626
}
627627

0 commit comments

Comments
 (0)