Skip to content

Commit

Permalink
Update DSL for new test and Build (eclipse-platform#1851)
Browse files Browse the repository at this point in the history
Update I and Y builds

Tracked in
eclipse-platform#1850
  • Loading branch information
MohananRahul committed Mar 1, 2024
1 parent 9db1aca commit 0566755
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion JenkinsJobs/Builds/I_build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for (STREAM in STREAMS){
# - - - Integration Eclipse SDK builds - - -
# 2023-12 Release Schedule
# Normal : 6 PM every day (1/6 - 2/9)
0 18 * * *
#0 18 * * *
# Milestone/RC Schedule
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.31"
"4.32"
],
"Branches": {
"4.31": "master"
"4.32": "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 * * *
#0 10 * * *
#milestone week
#0 6 * * 2
#0 6 * * 4
Expand Down

0 comments on commit 0566755

Please sign in to comment.