Skip to content

Commit

Permalink
Update JobDSL for 4.34-I-builds (#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohananRahul authored Sep 1, 2024
1 parent a6cc8ef commit 807508b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 16-28 8 5-7,1-3
0 18 16-28 8 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.33"
"4.34"
],
"Branches": {
"4.33": "master"
"4.34": "master"
}
}

0 comments on commit 807508b

Please sign in to comment.