Skip to content

Commit

Permalink
Enable jdk-22 pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Aug 11, 2023
1 parent 04fd251 commit 6d97558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions pipelines/jobs/configurations/jdk22.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ targetConfigurations = [
]

// 23:30 Mon, Wed, Fri
triggerSchedule_nightly = 'TZ=UTC\n30 23 * * 1,3,5'
//Uses releaseTrigger_22ea: triggerSchedule_nightly = 'TZ=UTC\n30 23 * * 1,3,5'
// 23:30 Sat
triggerSchedule_weekly = 'TZ=UTC\n30 23 * * 6'

Expand All @@ -46,7 +46,4 @@ weekly_release_scmReferences = [
'dragonwell' : ''
]

// Disable for the moment, choose appropriate schedule above^ when enabling!
disableJob = true

return this
5 changes: 1 addition & 4 deletions pipelines/jobs/configurations/jdk22_evaluation.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ targetConfigurations = [
// if set to empty string then it wont get triggered

// 23:40 Mon, Wed
triggerSchedule_evaluation = 'TZ=UTC\n40 23 * * 1,3'
//Uses releaseTrigger_22ea: triggerSchedule_evaluation = 'TZ=UTC\n40 23 * * 1,3'
// 23:40 Sat
triggerSchedule_weekly_evaluation = 'TZ=UTC\n40 23 * * 6'

Expand All @@ -23,7 +23,4 @@ weekly_evaluation_scmReferences = [
'temurin' : ''
]

// Disable for the moment, choose appropriate schedule above^ when enabling!
disableJob = true

return this

0 comments on commit 6d97558

Please sign in to comment.