From 50061178d71580cd7f4973c09afa0de02f48308f Mon Sep 17 00:00:00 2001 From: LongyuZhang Date: Fri, 6 Sep 2024 13:28:34 -0400 Subject: [PATCH] Temporarily exclude alinux ubu22 image pull (#5560) 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"] ],