Skip to content

Commit

Permalink
Disable OpenJ9 XL Specs
Browse files Browse the repository at this point in the history
Turn off large heap platforms in the ci builds.
More cleanup can be done related to xl packages
once the dust settles.

Depends adoptium#22

Signed-off-by: Adam Brousseau <[email protected]>
  • Loading branch information
AdamBrousseau committed Feb 10, 2021
1 parent 04694ab commit 2c0268c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 69 deletions.
18 changes: 0 additions & 18 deletions pipelines/jobs/configurations/jdk11u.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ targetConfigurations = [
"hotspot",
"openj9"
],
"x64MacXL" : [
"openj9"
],
"x64Linux" : [
"hotspot",
"openj9",
Expand All @@ -17,9 +14,6 @@ targetConfigurations = [
"openj9",
"dragonwell"
],
"x64WindowsXL" : [
"openj9"
],
"x32Windows" : [
"hotspot"
],
Expand All @@ -43,18 +37,6 @@ targetConfigurations = [
"arm32Linux" : [
"hotspot"
],
"x64LinuxXL" : [
"openj9"
],
"s390xLinuxXL" : [
"openj9"
],
"ppc64leLinuxXL" : [
"openj9"
],
"aarch64LinuxXL": [
"openj9"
],
"riscv64Linux": [
"openj9"
]
Expand Down
18 changes: 0 additions & 18 deletions pipelines/jobs/configurations/jdk16.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,17 @@ targetConfigurations = [
"hotspot",
"openj9"
],
"x64MacXL" : [
"openj9"
],
"x64Linux" : [
"hotspot",
"openj9"
],
"x64LinuxXL" : [
"openj9"
],
"x64AlpineLinux" : [
"hotspot"
],
"x64Windows" : [
"hotspot",
"openj9"
],
"x64WindowsXL": [
"openj9"
],
"x32Windows" : [
"hotspot"
],
Expand All @@ -34,23 +25,14 @@ targetConfigurations = [
"hotspot",
"openj9"
],
"ppc64leLinuxXL": [
"openj9"
],
"s390xLinux" : [
"hotspot",
"openj9"
],
"s390xLinuxXL" : [
"openj9"
],
"aarch64Linux": [
"hotspot",
"openj9"
],
"aarch64LinuxXL": [
"openj9"
],
"arm32Linux" : [
"hotspot"
]
Expand Down
18 changes: 0 additions & 18 deletions pipelines/jobs/configurations/jdk17.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,17 @@ targetConfigurations = [
"hotspot",
"openj9"
],
"x64MacXL" : [
"openj9"
],
"x64Linux" : [
"hotspot",
"openj9"
],
"x64LinuxXL" : [
"openj9"
],
"x64AlpineLinux" : [
"hotspot"
],
"x64Windows" : [
"hotspot",
"openj9"
],
"x64WindowsXL": [
"openj9"
],
"x32Windows" : [
"hotspot"
],
Expand All @@ -34,23 +25,14 @@ targetConfigurations = [
"hotspot",
"openj9"
],
"ppc64leLinuxXL": [
"openj9"
],
"s390xLinux" : [
"hotspot",
"openj9"
],
"s390xLinuxXL" : [
"openj9"
],
"aarch64Linux": [
"hotspot",
"openj9"
],
"aarch64LinuxXL": [
"openj9"
],
"arm32Linux" : [
"hotspot"
]
Expand Down
15 changes: 0 additions & 15 deletions pipelines/jobs/configurations/jdk8u.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ targetConfigurations = [
"openj9",
"dragonwell"
],
"x64WindowsXL" : [
"openj9"
],
"ppc64Aix" : [
"hotspot",
"openj9"
Expand All @@ -43,18 +40,6 @@ targetConfigurations = [
],
"sparcv9Solaris": [
"hotspot"
],
"x64LinuxXL" : [
"openj9"
],
"s390xLinuxXL" : [
"openj9"
],
"ppc64leLinuxXL" : [
"openj9"
],
"x64MacXL" : [
"openj9"
]
]

Expand Down

0 comments on commit 2c0268c

Please sign in to comment.