Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align linux-riscv64 evaluation pipelines on jdk17u, jdk21u and jdk{latest} only #874

Merged
merged 3 commits into from
Jan 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading