Skip to content

Commit

Permalink
jdk21+ promote windows aarch64 to release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Aug 22, 2024
1 parent 9ebab10 commit 3f85095
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 12 deletions.
3 changes: 3 additions & 0 deletions pipelines/jobs/configurations/jdk21u.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ targetConfigurations = [
'x64Windows' : [
'temurin'
],
'aarch64Windows' : [
'temurin'
],
'ppc64Aix' : [
'temurin'
],
Expand Down
6 changes: 3 additions & 3 deletions pipelines/jobs/configurations/jdk21u_evaluation.groovy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
targetConfigurations = [
'aarch64Windows' : [
'temurin'
]
// 'aarch64Windows' : [
// 'temurin'
// ]
]

// scmReferences to use for weekly evaluation release build
Expand Down
3 changes: 3 additions & 0 deletions pipelines/jobs/configurations/jdk21u_release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ targetConfigurations = [
'x64Windows' : [
'temurin'
],
'aarch64Windows' : [
'temurin'
],
'ppc64Aix' : [
'temurin'
],
Expand Down
3 changes: 3 additions & 0 deletions pipelines/jobs/configurations/jdk22u.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ targetConfigurations = [
'x64Windows' : [
'temurin'
],
'aarch64Windows' : [
'temurin'
],
'ppc64Aix' : [
'temurin'
],
Expand Down
6 changes: 3 additions & 3 deletions pipelines/jobs/configurations/jdk22u_evaluation.groovy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
targetConfigurations = [
'aarch64Windows' : [
'temurin'
]
// 'aarch64Windows' : [
// 'temurin'
// ]
]

// scmReferences to use for weekly evaluation release build
Expand Down
3 changes: 3 additions & 0 deletions pipelines/jobs/configurations/jdk22u_release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ targetConfigurations = [
'x64Windows' : [
'temurin'
],
'aarch64Windows' : [
'temurin'
],
'ppc64Aix' : [
'temurin'
],
Expand Down
3 changes: 3 additions & 0 deletions pipelines/jobs/configurations/jdk23.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ targetConfigurations = [
'x64Windows' : [
'temurin'
],
'aarch64Windows' : [
'temurin'
],
'ppc64Aix' : [
'temurin'
],
Expand Down
6 changes: 3 additions & 3 deletions pipelines/jobs/configurations/jdk23_evaluation.groovy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
targetConfigurations = [
'aarch64Windows' : [
'temurin'
]
// 'aarch64Windows' : [
// 'temurin'
// ]
]

// scmReferences to use for weekly evaluation release build
Expand Down
3 changes: 3 additions & 0 deletions pipelines/jobs/configurations/jdk23_release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ targetConfigurations = [
'x64Windows' : [
'temurin'
],
'aarch64Windows' : [
'temurin'
],
'ppc64Aix' : [
'temurin'
],
Expand Down
3 changes: 3 additions & 0 deletions pipelines/jobs/configurations/jdk24.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ targetConfigurations = [
'x64Windows' : [
'temurin'
],
'aarch64Windows' : [
'temurin'
],
'ppc64Aix' : [
'temurin'
],
Expand Down
6 changes: 3 additions & 3 deletions pipelines/jobs/configurations/jdk24_evaluation.groovy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
targetConfigurations = [
'aarch64Windows' : [
'temurin'
]
// 'aarch64Windows' : [
// 'temurin'
// ]
]

// scmReferences to use for weekly evaluation release build
Expand Down
3 changes: 3 additions & 0 deletions pipelines/jobs/configurations/jdk24_release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ targetConfigurations = [
'x64Windows' : [
'temurin'
],
'aarch64Windows' : [
'temurin'
],
'ppc64Aix' : [
'temurin'
],
Expand Down

0 comments on commit 3f85095

Please sign in to comment.