Skip to content

Commit

Permalink
Run weekend trial Release builds (#130)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard authored Apr 16, 2021
1 parent e3bcfa1 commit 2e88f2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk11u.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ triggerSchedule_weekly="TZ=UTC\n05 17 * * 6"

// scmReferences to use for weekly release build
weekly_release_scmReferences=[
"hotspot" : "",
"openj9" : "",
"hotspot" : "release",
"openj9" : "v0.26.0-release",
"corretto" : "",
"dragonwell" : ""
]
Expand Down
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk16u.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ triggerSchedule_weekly="TZ=UTC\n30 04 * * 7"

// scmReferences to use for weekly release build
weekly_release_scmReferences=[
"hotspot" : "",
"openj9" : "",
"hotspot" : "release",
"openj9" : "v0.26.0-release",
"corretto" : "",
"dragonwell" : ""
]
Expand Down
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk8u.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ triggerSchedule_weekly="TZ=UTC\n05 12 * * 6"

// scmReferences to use for weekly release build
weekly_release_scmReferences=[
"hotspot" : "",
"openj9" : "",
"hotspot" : "release",
"openj9" : "v0.26.0-release",
"corretto" : "",
"dragonwell" : ""
]
Expand Down

0 comments on commit 2e88f2a

Please sign in to comment.