Skip to content

Commit

Permalink
Update DSL to 4.33 for Test and Build
Browse files Browse the repository at this point in the history
  • Loading branch information
MohananRahul committed Jun 3, 2024
1 parent 85203f0 commit fd98592
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions JenkinsJobs/Builds/I_build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ for (STREAM in STREAMS){
# Milestone/RC Schedule
# Post M1, no nightlies, I-builds only. (Be sure to "turn off" for tests and sign off days)
0 6 18-29 5 5-7,1-3
0 18 18-29 5 5-7,1-3
#0 6 16-28 8 5-7,1-3
#0 18 16-28 8 5-7,1-3
Expand Down
4 changes: 2 additions & 2 deletions JenkinsJobs/JobDSL.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Streams": [
"4.32"
"4.33"
],
"Branches": {
"4.32": "master"
"4.33": "master"
}
}
2 changes: 1 addition & 1 deletion JenkinsJobs/YBuilds/Y_build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for (STREAM in STREAMS){
# format: Minute Hour Day Month Day of the week (0-7)
#Daily Y-build
0 10 * * 3,5
#0 10 * * 3,5
#milestone week
#0 6 * * 2
#0 6 * * 4
Expand Down

0 comments on commit fd98592

Please sign in to comment.