Extend service release range in Q and Raj release trains.

Closes #215
This commit is contained in:
Mark Paluch
2022-06-20 14:25:23 +02:00
parent b6d4091a27
commit a41b01a5b9

View File

@@ -66,13 +66,11 @@ public class ReleaseTrains {
.filterModules(module -> !module.getProject().equals(SOLR)).withCalver("2021.0");
Q = PASCAL.next("Q", Transition.MINOR) //
.withCalver("2021.1") //
.withIterations(new Train.Iterations(M1, M2, M3, M4, M5, RC1, RC2, GA, SR1, SR2, SR3, SR4, SR5));
.withCalver("2021.1");
RAJ = Q.next("Raj", Transition.MINOR) //
.withCalver("2021.2") //
.withAlwaysUseBranch(true)
.withIterations(new Train.Iterations(M1, M2, M3, M4, M5, RC1, RC2, GA, SR1, SR2, SR3, SR4, SR5));
.withAlwaysUseBranch(true);
TURING = PASCAL.next("Turing", Transition.MAJOR, //
new Module(RELATIONAL, "3.0")) //