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