Skip to content

Commit 18a1aa9

Browse files
authored
Create new test jobs for 4.35 (#2561)
1 parent 8585891 commit 18a1aa9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

JenkinsJobs/Builds/I_build.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ for (STREAM in STREAMS){
1717
# format: Minute Hour Day Month Day of the week (0-7)
1818
1919
# - - - Integration Eclipse SDK builds - - -
20-
# 2024-12 Release Schedule
20+
# 2025-03 Release Schedule
2121
# Normal : 6 PM every day (1/6 - 2/9)
2222
# 0 18 * * *
2323
2424
2525
# Milestone/RC Schedule
2626
# Post M1, no nightlies, I-builds only. (Be sure to "turn off" for tests and sign off days)
27-
0 6 9-20 11 5-7,1-3
28-
0 18 9-20 11 5-7,1-3
27+
# 0 6 14-26 2 5-7,1-3
28+
# 0 18 14-26 2 5-7,1-3
2929
""")
3030
}
3131
}

JenkinsJobs/JobDSL.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"Streams": [
3-
"4.34"
3+
"4.35"
44
],
55
"Branches": {
6-
"4.34": "master"
6+
"4.35": "master"
77
}
88
}

JenkinsJobs/YBuilds/Y_build.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for (STREAM in STREAMS){
1717
# format: Minute Hour Day Month Day of the week (0-7)
1818
1919
#Daily Y-build
20-
0 10 * * *
20+
#0 10 * * *
2121
#milestone week
2222
#0 6 * * 2
2323
#0 6 * * 4

0 commit comments

Comments
 (0)