From 5e3825bc8518e6ee22cfe029bed081105d3ca78d Mon Sep 17 00:00:00 2001
From: Adam Brousseau <adam.brousseau88@gmail.com>
Date: Wed, 10 Feb 2021 13:08:10 -0500
Subject: [PATCH] Disable OpenJ9 XL Specs

Turn off large heap platforms in the ci builds.
More cleanup can be done related to xl packages
once the dust settles.

Depends #22

Signed-off-by: Adam Brousseau <adam.brousseau88@gmail.com>
---
 pipelines/jobs/configurations/jdk11u.groovy |  6 ------
 pipelines/jobs/configurations/jdk16.groovy  | 18 ------------------
 pipelines/jobs/configurations/jdk17.groovy  | 18 ------------------
 pipelines/jobs/configurations/jdk8u.groovy  | 15 ---------------
 4 files changed, 57 deletions(-)

diff --git a/pipelines/jobs/configurations/jdk11u.groovy b/pipelines/jobs/configurations/jdk11u.groovy
index 92b10fed7..fb8c8ef96 100644
--- a/pipelines/jobs/configurations/jdk11u.groovy
+++ b/pipelines/jobs/configurations/jdk11u.groovy
@@ -1,19 +1,13 @@
 targetConfigurations = [
         "x64Mac"        : [	"hotspot",	"openj9"					],
-        "x64MacXL"      : [			"openj9"					],
         "x64Linux"      : [	"hotspot",	"openj9",	"dragonwell",	"corretto"	],
         "x64Windows"    : [	"hotspot",	"openj9",	"dragonwell"			],
-        "x64WindowsXL"  : [			"openj9"					],
         "x32Windows"    : [	"hotspot"							],
         "ppc64Aix"      : [	"hotspot",	"openj9"					],
         "ppc64leLinux"  : [	"hotspot",	"openj9"					],
         "s390xLinux"    : [	"hotspot",	"openj9"					],
         "aarch64Linux"  : [	"hotspot",	"openj9",	"dragonwell"			],
         "arm32Linux"    : [	"hotspot"							],
-        "x64LinuxXL"    : [			"openj9"					],
-        "s390xLinuxXL"  : [			"openj9"					],
-        "ppc64leLinuxXL": [			"openj9"					],
-        "aarch64LinuxXL": [			"openj9"					],
         "riscv64Linux"  : [			"openj9"					]
 ]
 
diff --git a/pipelines/jobs/configurations/jdk16.groovy b/pipelines/jobs/configurations/jdk16.groovy
index 389aef46d..ad551d958 100644
--- a/pipelines/jobs/configurations/jdk16.groovy
+++ b/pipelines/jobs/configurations/jdk16.groovy
@@ -3,16 +3,10 @@ targetConfigurations = [
                 "hotspot",
                 "openj9"
         ],
-        "x64MacXL"    : [
-                "openj9"
-        ],
         "x64Linux"    : [
                 "hotspot",
                 "openj9"
         ],
-        "x64LinuxXL"  : [
-                "openj9"
-        ],
         "x64AlpineLinux" : [
                 "hotspot"
         ],
@@ -20,9 +14,6 @@ targetConfigurations = [
                 "hotspot",
                 "openj9"
         ],
-        "x64WindowsXL": [
-                "openj9"
-        ],
         "x32Windows"  : [
                 "hotspot"
         ],
@@ -34,23 +25,14 @@ targetConfigurations = [
                 "hotspot",
                 "openj9"
         ],
-        "ppc64leLinuxXL": [
-                "openj9"
-        ],
         "s390xLinux"  : [
                 "hotspot",
                 "openj9"
         ],
-        "s390xLinuxXL"  : [
-                "openj9"
-        ],
         "aarch64Linux": [
                 "hotspot",
                 "openj9"
         ],
-        "aarch64LinuxXL": [
-                "openj9"
-        ],
         "arm32Linux"  : [
                 "hotspot"
         ]
diff --git a/pipelines/jobs/configurations/jdk17.groovy b/pipelines/jobs/configurations/jdk17.groovy
index 399bde31b..29a62aeb0 100644
--- a/pipelines/jobs/configurations/jdk17.groovy
+++ b/pipelines/jobs/configurations/jdk17.groovy
@@ -3,16 +3,10 @@ targetConfigurations = [
                 "hotspot",
                 "openj9"
         ],
-        "x64MacXL"    : [
-                "openj9"
-        ],
         "x64Linux"    : [
                 "hotspot",
                 "openj9"
         ],
-        "x64LinuxXL"  : [
-                "openj9"
-        ],
         "x64AlpineLinux" : [
                 "hotspot"
         ],
@@ -20,9 +14,6 @@ targetConfigurations = [
                 "hotspot",
                 "openj9"
         ],
-        "x64WindowsXL": [
-                "openj9"
-        ],
         "x32Windows"  : [
                 "hotspot"
         ],
@@ -34,23 +25,14 @@ targetConfigurations = [
                 "hotspot",
                 "openj9"
         ],
-        "ppc64leLinuxXL": [
-                "openj9"
-        ],
         "s390xLinux"  : [
                 "hotspot",
                 "openj9"
         ],
-        "s390xLinuxXL"  : [
-                "openj9"
-        ],
         "aarch64Linux": [
                 "hotspot",
                 "openj9"
         ],
-        "aarch64LinuxXL": [
-                "openj9"
-        ],
         "arm32Linux"  : [
                 "hotspot"
         ]
diff --git a/pipelines/jobs/configurations/jdk8u.groovy b/pipelines/jobs/configurations/jdk8u.groovy
index 310f6c2ae..c04d044d7 100644
--- a/pipelines/jobs/configurations/jdk8u.groovy
+++ b/pipelines/jobs/configurations/jdk8u.groovy
@@ -18,9 +18,6 @@ targetConfigurations = [
                 "openj9",
                 "dragonwell"
         ],
-        "x64WindowsXL"  : [
-                "openj9"
-        ],
         "ppc64Aix"      : [
                 "hotspot",
                 "openj9"
@@ -43,18 +40,6 @@ targetConfigurations = [
         ],
         "sparcv9Solaris": [
                 "hotspot"
-        ],
-        "x64LinuxXL"       : [
-                "openj9"
-        ],
-        "s390xLinuxXL"       : [
-                "openj9"
-        ],
-        "ppc64leLinuxXL"       : [
-                "openj9"
-        ],
-        "x64MacXL"      : [
-                "openj9"
         ]
 ]