Skip to content

Commit c8bebf6

Browse files
committed
Remove C* and DSE versions that are EOL'ed
1 parent ae4b5bd commit c8bebf6

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

Jenkinsfile

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ import com.datastax.jenkins.drivers.python.Slack
3030

3131
slack = new Slack()
3232

33-
DEFAULT_CASSANDRA = ['2.1', '2.2', '3.0', '3.11', '4.0']
34-
DEFAULT_DSE = ['dse-5.0.15', 'dse-5.1.35', 'dse-6.0.18', 'dse-6.7.17', 'dse-6.8.30']
33+
DEFAULT_CASSANDRA = ['3.0', '3.11', '4.0']
34+
DEFAULT_DSE = ['dse-5.1.35', 'dse-6.8.30']
3535
DEFAULT_RUNTIME = ['3.8.16', '3.9.16', '3.10.11', '3.11.3']
3636
DEFAULT_CYTHON = ["True", "False"]
3737
matrices = [
@@ -502,14 +502,6 @@ pipeline {
502502
<td><strong>DEFAULT</strong></td>
503503
<td>Default to the build context.</td>
504504
</tr>
505-
<tr>
506-
<td><strong>2.1</strong></td>
507-
<td>Apache CassandraⓇ; v2.1.x</td>
508-
</tr>
509-
<tr>
510-
<td><strong>2.2</strong></td>
511-
<td>Apache CassandarⓇ; v2.2.x</td>
512-
</tr>
513505
<tr>
514506
<td><strong>3.0</strong></td>
515507
<td>Apache CassandraⓇ v3.0.x</td>
@@ -522,22 +514,10 @@ pipeline {
522514
<td><strong>4.0</strong></td>
523515
<td>Apache CassandraⓇ v4.0.x</td>
524516
</tr>
525-
<tr>
526-
<td><strong>dse-5.0.15</strong></td>
527-
<td>DataStax Enterprise v5.0.x (<b>Long Term Support</b>)</td>
528-
</tr>
529517
<tr>
530518
<td><strong>dse-5.1.35</strong></td>
531519
<td>DataStax Enterprise v5.1.x</td>
532520
</tr>
533-
<tr>
534-
<td><strong>dse-6.0.18</strong></td>
535-
<td>DataStax Enterprise v6.0.x</td>
536-
</tr>
537-
<tr>
538-
<td><strong>dse-6.7.17</strong></td>
539-
<td>DataStax Enterprise v6.7.x</td>
540-
</tr>
541521
<tr>
542522
<td><strong>dse-6.8.30</strong></td>
543523
<td>DataStax Enterprise v6.8.x (<b>CURRENTLY UNDER DEVELOPMENT</b>)</td>
@@ -621,7 +601,7 @@ pipeline {
621601
parameterizedCron(branchPatternCron().matcher(env.BRANCH_NAME).matches() ? """
622602
# Every weeknight (Monday - Friday) around 4:00 AM
623603
# 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
604+
H 4 * * 1-5 %CI_SCHEDULE=WEEKNIGHTS;EVENT_LOOP=LIBEV;CI_SCHEDULE_PYTHON_VERSION=3.8.16 3.11.3;CI_SCHEDULE_SERVER_VERSION=3.11 4.0 dse-5.1.35 dse-6.8.30
625605
""" : "")
626606
}
627607

0 commit comments

Comments
 (0)