@@ -30,8 +30,8 @@ import com.datastax.jenkins.drivers.python.Slack
30
30
31
31
slack = new Slack ()
32
32
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' ]
35
35
DEFAULT_RUNTIME = [' 3.8.16' , ' 3.9.16' , ' 3.10.11' , ' 3.11.3' ]
36
36
DEFAULT_CYTHON = [" True" , " False" ]
37
37
matrices = [
@@ -502,14 +502,6 @@ pipeline {
502
502
<td><strong>DEFAULT</strong></td>
503
503
<td>Default to the build context.</td>
504
504
</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>
513
505
<tr>
514
506
<td><strong>3.0</strong></td>
515
507
<td>Apache CassandraⓇ v3.0.x</td>
@@ -522,22 +514,10 @@ pipeline {
522
514
<td><strong>4.0</strong></td>
523
515
<td>Apache CassandraⓇ v4.0.x</td>
524
516
</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>
529
517
<tr>
530
518
<td><strong>dse-5.1.35</strong></td>
531
519
<td>DataStax Enterprise v5.1.x</td>
532
520
</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>
541
521
<tr>
542
522
<td><strong>dse-6.8.30</strong></td>
543
523
<td>DataStax Enterprise v6.8.x (<b>CURRENTLY UNDER DEVELOPMENT</b>)</td>
@@ -621,7 +601,7 @@ pipeline {
621
601
parameterizedCron(branchPatternCron(). matcher(env. BRANCH_NAME ). matches() ? """
622
602
# Every weeknight (Monday - Friday) around 4:00 AM
623
603
# 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
625
605
""" : " " )
626
606
}
627
607
0 commit comments