Skip to content

Commit

Permalink
Set all windows pipelines to use vs2022 label as that is what they ar…
Browse files Browse the repository at this point in the history
…e configured to run with

Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Nov 28, 2024
1 parent 77da569 commit cc6b31a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pipelines/jobs/configurations/jdk11u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Config11 {
os : 'windows',
arch : 'x64',
additionalNodeLabels: [
temurin: 'win2022&&vs2019',
temurin: 'win2022&&vs2022',
openj9: 'win2012&&vs2017',
dragonwell: 'win2012'
],
Expand All @@ -87,7 +87,7 @@ class Config11 {
x32Windows: [
os : 'windows',
arch : 'x86-32',
additionalNodeLabels: 'win2022&&vs2019',
additionalNodeLabels: 'win2022&&vs2022',
configureArgs : [
'temurin' : '--disable-ccache'
],
Expand Down Expand Up @@ -247,7 +247,7 @@ class Config11 {
os : 'windows',
arch : 'aarch64',
crossCompile : 'x64',
additionalNodeLabels: 'win2022&&vs2019',
additionalNodeLabels: 'win2022&&vs2022',
test : 'default',
configureArgs : [
'temurin' : '--disable-ccache'
Expand Down
6 changes: 3 additions & 3 deletions pipelines/jobs/configurations/jdk17u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Config17 {
x64Windows: [
os : 'windows',
arch : 'x64',
additionalNodeLabels: 'win2022&&vs2019',
additionalNodeLabels: 'win2022&&vs2022',
test : 'default',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom --use-adoptium-devkit vs2022_redist_14.40.33807_10.0.26100.0'
Expand All @@ -78,7 +78,7 @@ class Config17 {
x32Windows: [
os : 'windows',
arch : 'x86-32',
additionalNodeLabels: 'win2022&&vs2019',
additionalNodeLabels: 'win2022&&vs2022',
test : 'default',
buildArgs : [
'temurin' : '--jvm-variant client,server --create-jre-image --create-sbom --use-adoptium-devkit vs2022_redist_14.40.33807_10.0.26100.0'
Expand Down Expand Up @@ -177,7 +177,7 @@ class Config17 {
os : 'windows',
arch : 'aarch64',
crossCompile : 'x64',
additionalNodeLabels: 'win2022&&vs2019',
additionalNodeLabels: 'win2022&&vs2022',
test : 'default',
buildArgs : [
'temurin' : '--create-jre-image --create-sbom --cross-compile --use-adoptium-devkit vs2022_redist_14.40.33807_10.0.26100.0'
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 @@ -68,7 +68,7 @@ class Config8 {
x64Windows : [
os : 'windows',
arch : 'x64',
additionalNodeLabels: 'win2022&&vs2017',
additionalNodeLabels: 'win2022&&vs2022',
test : 'default',
configureArgs : [
'temurin' : '--disable-ccache'
Expand Down

0 comments on commit cc6b31a

Please sign in to comment.