Skip to content

Commit 5844121

Browse files
authored
Create new test jobs for 4.37 (#3076)
Fixes #3075
1 parent cd6037b commit 5844121

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

JenkinsJobs/Builds/FOLDER.groovy

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ for (STREAM in config.Streams){
1717
# format: Minute Hour Day Month Day of the week (0-7)
1818
1919
# - - - Integration Eclipse SDK builds - - -
20-
# 2025-06 Release Schedule
21-
# Normal : 6 PM every day (1/6 - 2/9)
22-
0 18 * * *
20+
# 2025-09 Release Schedule
21+
# Normal : 6 PM every day (11/6 - 27/8)
22+
# 0 18 * * *
2323
2424
2525
# RC Schedule
2626
# Post M3, no nightlies, I-builds only. (Be sure to "turn off" for tests and sign off days)
27-
# 0 6 16-28 5 5-7,1-3
28-
# 0 18 16-28 5 5-7,1-3
27+
# 0 6 15-27 8 5-7,1-3
28+
# 0 18 15-27 8 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.36"
3+
"4.37"
44
],
55
"Branches": {
6-
"4.36": "master"
6+
"4.37": "master"
77
}
88
}

0 commit comments

Comments
 (0)