From a2c25f8d938d69d813aea369aaec22cc142d3ae0 Mon Sep 17 00:00:00 2001 From: LongyuZhang Date: Fri, 6 Sep 2024 12:08:13 -0400 Subject: [PATCH] Temporarily exclude alinux ubu22 image pull The machine is not available so far Signed-off-by: LongyuZhang --- buildenv/jenkins/openjdk_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv/jenkins/openjdk_tests b/buildenv/jenkins/openjdk_tests index f754419a4b..56c11fdd47 100644 --- a/buildenv/jenkins/openjdk_tests +++ b/buildenv/jenkins/openjdk_tests @@ -209,7 +209,7 @@ timestamps{ ['LABEL_ADDITION' : "${commonLabel}&&sw.os.rhel.9"] ], 'aarch64_linux' : [ - ['LABEL_ADDITION' : "${commonLabel}&&sw.os.ubuntu.22"], + // no machine available, ibm_git/infrastructure/issues/9721 ['LABEL_ADDITION' : "${commonLabel}&&sw.os.ubuntu.22"], ['LABEL_ADDITION' : "${commonLabel}&&sw.os.rhel.8"], ['LABEL_ADDITION' : "${commonLabel}&&sw.os.rhel.9"] ],