Skip to content

Commit c5bed09

Browse files
authored
Update Apache Cassandra 5.0-beta1 references to 5.0 (#1238)
1 parent 1b335d4 commit c5bed09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import com.datastax.jenkins.drivers.python.Slack
3131

3232
slack = new Slack()
3333

34-
DEFAULT_CASSANDRA = ['3.0', '3.11', '4.0', '4.1', '5.0-beta1']
34+
DEFAULT_CASSANDRA = ['3.0', '3.11', '4.0', '4.1', '5.0']
3535
DEFAULT_DSE = ['dse-5.1.35', 'dse-6.8.30', 'dse-6.9.0']
3636
DEFAULT_HCD = ['hcd-1.0.0']
3737
DEFAULT_RUNTIME = ['3.8.16', '3.9.16', '3.10.11', '3.11.3', '3.12.0']
@@ -577,8 +577,8 @@ pipeline {
577577
<td>Apache CassandraⓇ v4.0.x</td>
578578
</tr>
579579
<tr>
580-
<td><strong>5.0-beta1</strong></td>
581-
<td>Apache CassandraⓇ v5.0-beta1</td>
580+
<td><strong>5.0</strong></td>
581+
<td>Apache CassandraⓇ v5.0.x</td>
582582
</tr>
583583
<tr>
584584
<td><strong>dse-5.1.35</strong></td>
@@ -675,7 +675,7 @@ pipeline {
675675
parameterizedCron(branchPatternCron().matcher(env.BRANCH_NAME).matches() ? """
676676
# Every weeknight (Monday - Friday) around 4:00 AM
677677
# These schedules will run with and without Cython enabled for Python 3.8.16 and 3.12.0
678-
H 4 * * 1-5 %CI_SCHEDULE=WEEKNIGHTS;EVENT_LOOP=LIBEV;CI_SCHEDULE_PYTHON_VERSION=3.8.16 3.12.0;CI_SCHEDULE_SERVER_VERSION=3.11 4.0 5.0-beta1 dse-5.1.35 dse-6.8.30 dse-6.9.0 hcd-1.0.0
678+
H 4 * * 1-5 %CI_SCHEDULE=WEEKNIGHTS;EVENT_LOOP=LIBEV;CI_SCHEDULE_PYTHON_VERSION=3.8.16 3.12.0;CI_SCHEDULE_SERVER_VERSION=3.11 4.0 5.0 dse-5.1.35 dse-6.8.30 dse-6.9.0 hcd-1.0.0
679679
""" : "")
680680
}
681681

0 commit comments

Comments
 (0)