Skip to content
Draft
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
3 changes: 2 additions & 1 deletion pipelines/jobs/configurations/jdk17u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ class Config17 {
]
],

// Bumped to win2019 and vs2019 to support ZGC
x64Windows: [
os : 'windows',
arch : 'x64',
additionalNodeLabels: 'win2012&&vs2017',
additionalNodeLabels: 'win2019&&vs2019',
test : 'default',
buildArgs : [
"temurin" : '--create-jre-image'
Expand Down
5 changes: 2 additions & 3 deletions pipelines/jobs/configurations/jdk18_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ class Config18 {
configureArgs : '--enable-headless-only=yes'
],

// Bumped to win2019 and vs2019 to support ZGC
x64Windows: [
os : 'windows',
arch : 'x64',
additionalNodeLabels: 'win2012&&vs2017',
additionalNodeLabels: 'win2019&&vs2019',
test : 'default'
],

Expand All @@ -56,7 +57,6 @@ class Config18 {
]
],


x32Windows: [
os : 'windows',
arch : 'x86-32',
Expand All @@ -78,7 +78,6 @@ class Config18 {
cleanWorkspaceAfterBuild: true
],


s390xLinux : [
os : 'linux',
arch : 's390x',
Expand Down
6 changes: 3 additions & 3 deletions pipelines/jobs/configurations/jdk19_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ class Config19 {
configureArgs : '--enable-headless-only=yes'
],

// Bumped to win2019 and vs2019 to support ZGC
x64Windows: [
os : 'windows',
arch : 'x64',
additionalNodeLabels: 'win2012&&vs2017',
additionalNodeLabels: 'win2019&&vs2019',
test : 'default'
],

Expand All @@ -56,7 +57,6 @@ class Config19 {
]
],


x32Windows: [
os : 'windows',
arch : 'x86-32',
Expand All @@ -78,7 +78,6 @@ class Config19 {
cleanWorkspaceAfterBuild: true
],


s390xLinux : [
os : 'linux',
arch : 's390x',
Expand Down Expand Up @@ -120,6 +119,7 @@ class Config19 {
test : 'default',
configureArgs : '--enable-dtrace'
],

riscv64Linux : [
os : 'linux',
arch : 'riscv64',
Expand Down