Skip to content

Commit d3a1346

Browse files
authored
Create new test jobs for 4.36 (#2854)
#2853
1 parent e51f396 commit d3a1346

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-03 Release Schedule
20+
# 2025-06 Release Schedule
2121
# Normal : 6 PM every day (1/6 - 2/9)
2222
# 0 18 * * *
2323
2424
25-
# Milestone/RC Schedule
26-
# Post M1, no nightlies, I-builds only. (Be sure to "turn off" for tests and sign off days)
27-
0 6 15-26 2 5-7,1-3
28-
0 18 14-26 2 5-7,1-3
25+
# RC Schedule
26+
# 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
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.35"
3+
"4.36"
44
],
55
"Branches": {
6-
"4.35": "master"
6+
"4.36": "master"
77
}
88
}

0 commit comments

Comments
 (0)