Skip to content

Commit

Permalink
Migrate JDK8 32bit and JDK11 64 bit to win2022
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Aug 10, 2023
1 parent 526420f commit 38d8beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Config11 {
os : 'windows',
arch : 'x64',
additionalNodeLabels: [
temurin: 'win2012&&vs2019',
temurin: 'win2022&&vs2019',
openj9: 'win2012&&vs2017',
dragonwell: 'win2012'
],
Expand Down
2 changes: 1 addition & 1 deletion pipelines/jobs/configurations/jdk8u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Config8 {
x32Windows : [
os : 'windows',
arch : 'x86-32',
additionalNodeLabels: 'win2012',
additionalNodeLabels: 'win2022',
buildArgs : [
temurin : '--jvm-variant client,server --create-sbom'
],
Expand Down

0 comments on commit 38d8beb

Please sign in to comment.