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

Enable jdk23 semeru builds #244

Merged
merged 1 commit into from
Aug 1, 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
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class Config22 {
x64Windows: [
os : 'windows',
arch : 'x64',
additionalNodeLabels: [
additionalNodeLabels: [
openj9 : 'hw.arch.x86 && sw.os.windows',
temurin : 'win2022&&vs2022'
],
Expand Down
34 changes: 13 additions & 21 deletions pipelines/jobs/configurations/jdk23.groovy
Original file line number Diff line number Diff line change
@@ -1,43 +1,35 @@
targetConfigurations = [
'x64Mac' : [
'temurin'
'openj9'
],
'x64Linux' : [
'temurin'
],
'x64AlpineLinux' : [
'temurin'
],
'aarch64AlpineLinux' : [
'temurin'
'openj9'
],
'x64Windows' : [
'temurin'
'openj9'
],
'ppc64Aix' : [
'temurin'
'openj9'
],
'ppc64leLinux': [
'temurin'
'openj9'
],
's390xLinux' : [
'temurin'
'openj9'
],
'aarch64Linux': [
'hotspot',
'temurin'
'openj9'
],
'aarch64Mac': [
'temurin'
],
'arm32Linux' : [
'hotspot'
],
'x32Windows' : [
'hotspot'
'openj9'
]
]

// Weekly 8:00 pm Mon~Thur
triggerSchedule_nightly = '0 20 * * 1-4'
// 12:00 pm Sat
triggerSchedule_weekly = '0 12 * * 6'

// scmReferences to use for weekly release build
weekly_release_scmReferences = [
'hotspot' : '',
Expand Down
Loading