Skip to content

Commit

Permalink
Align linux-riscv64 evaluation pipelines on jdk17u, jdk21u and jdk{la…
Browse files Browse the repository at this point in the history
…test} only (#874)

* Add linux-riscv64 to the evaluation pipeline

It should be supported as well.

* Enable daily builds of jdk21u

* Match comments of other *_evaluation.groovy files
  • Loading branch information
luhenry authored Jan 6, 2024
1 parent 17615b4 commit 7a9dc7a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
7 changes: 6 additions & 1 deletion pipelines/jobs/configurations/jdk17u_evaluation.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ targetConfigurations = [
],
'aarch64Windows': [
'temurin'
],
'riscv64Linux': [
'temurin'
]
// 'x64Mac' : [
// 'openj9'
Expand Down Expand Up @@ -31,8 +34,10 @@ targetConfigurations = [
]

// if set to empty string then it wont get triggered

// 23:30 Tue, Thu
triggerSchedule_evaluation = 'TZ=UTC\n30 23 * * 2,4'
// if set to empty string then it wont get triggered
// 12:05 Sun
triggerSchedule_weekly_evaluation = 'TZ=UTC\n05 12 * * 7'

// scmReferences to use for weekly evaluation build
Expand Down
3 changes: 0 additions & 3 deletions pipelines/jobs/configurations/jdk20u_evaluation.groovy
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
targetConfigurations = [
'riscv64Linux': [
'temurin'
],
'aarch64AlpineLinux' : [
'temurin'
],
Expand Down
2 changes: 1 addition & 1 deletion pipelines/jobs/configurations/jdk21u_evaluation.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ targetConfigurations = [
// if set to empty string then it wont get triggered

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

Expand Down
3 changes: 0 additions & 3 deletions pipelines/jobs/configurations/jdk22_evaluation.groovy
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
targetConfigurations = [
'riscv64Linux': [
'temurin'
],
'aarch64Windows' : [
'temurin'
]
Expand Down

0 comments on commit 7a9dc7a

Please sign in to comment.