Skip to content

Commit

Permalink
enable evaluation builds of 11 and 17 for windows aarch64 (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Mar 30, 2023
1 parent 006dc75 commit 763e756
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
11 changes: 5 additions & 6 deletions pipelines/jobs/configurations/jdk11u_evaluation.groovy
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// when no target for evaluation, set it to null and disable scheduler below
targetConfigurations = null
//[
targetConfigurations = [
'aarch64Windows': [
'temurin'
]
// 'x64Mac' : [
// 'openj9'
// ],
Expand Down Expand Up @@ -28,11 +30,8 @@ targetConfigurations = null
// 'openj9',
// 'dragonwell',
// 'bisheng'
// ],
// 'aarch64Windows': [
// 'temurin'
// ]
//]
]

// if set to empty string then it wont get triggered
triggerSchedule_evaluation = ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class Config11 {
arch : 'aarch64',
crossCompile : 'x64',
additionalNodeLabels: 'win2016&&vs2019',
test : false,
test : 'default',
buildArgs : [
'temurin' : '--jvm-variant client,server --create-sbom --cross-compile'
]
Expand Down
6 changes: 3 additions & 3 deletions pipelines/jobs/configurations/jdk17u_evaluation.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
targetConfigurations = [
'aarch64AlpineLinux' : [
'temurin'
],
'aarch64Windows': [
'temurin'
]
// 'aarch64Windows': [
// 'temurin'
// ],
// 'x64Mac' : [
// 'openj9'
// ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class Config17 {
arch : 'aarch64',
crossCompile : 'x64',
additionalNodeLabels: 'win2016&&vs2019',
test : false,
test : 'default',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom --cross-compile'
]
Expand Down

0 comments on commit 763e756

Please sign in to comment.