Skip to content

Commit

Permalink
Reschedule pipelines to run JDK8 bit earlier and replacing with JDK15 (
Browse files Browse the repository at this point in the history
…#1569)

This to manage overnight test execution for JDK8 HotSpot vs openj9

Signed-off-by: Archana Nogriya <[email protected]>
  • Loading branch information
archanaNogriya authored Feb 28, 2020
1 parent f55f08c commit c3a77b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk15.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ targetConfigurations = [
]
]

// 17:05
triggerSchedule="TZ=UTC\n05 17 * * *"
// 03:30
triggerSchedule="TZ=UTC\n30 03 * * *"

return this
4 changes: 2 additions & 2 deletions pipelines/jobs/configurations/jdk8u.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ targetConfigurations = [
]
]

// 03:30
triggerSchedule="TZ=UTC\n30 03 * * *"
// 17:05
triggerSchedule="TZ=UTC\n05 17 * * *"

return this

0 comments on commit c3a77b2

Please sign in to comment.