From 8c537dbd6c50fd8a258bb20d67181f1cea737995 Mon Sep 17 00:00:00 2001 From: Lan Xia Date: Thu, 27 Apr 2023 11:57:23 -0400 Subject: [PATCH] Update testenv.properties for zos (#4544) Signed-off-by: Lan Xia --- testenv/testenv_zos.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testenv/testenv_zos.properties b/testenv/testenv_zos.properties index 5dc8fc78bd..e5c7ae2999 100644 --- a/testenv/testenv_zos.properties +++ b/testenv/testenv_zos.properties @@ -1,7 +1,7 @@ TKG_REPO=git@github.com:adoptium/TKG.git TKG_BRANCH=v0.9.7 -OPENJ9_REPO=git@github.com:eclipse-openj9/openj9.git -OPENJ9_BRANCH=v0.38.0-release +OPENJ9_REPO=git@github.ibm.com:runtimes/openj9.git +OPENJ9_BRANCH=ibm-jdk11-zOS-11.0.19 STF_REPO=git@github.com:adoptium/STF.git STF_BRANCH=v0.9.7 OPENJ9_SYSTEMTEST_REPO=git@github.com:eclipse-openj9/openj9-systemtest.git @@ -9,5 +9,5 @@ OPENJ9_SYSTEMTEST_BRANCH=openj9-0.38.0 ADOPTOPENJDK_SYSTEMTEST_REPO=git@github.com:adoptium/aqa-systemtest.git ADOPTOPENJDK_SYSTEMTEST_BRANCH=v0.9.7 JDK11_OPENJ9_REPO=git@github.ibm.com:runtimes/openj9-openjdk-jdk11-zos.git -JDK11_OPENJ9_BRANCH=ibm-jdk11-jcldev +JDK11_OPENJ9_BRANCH=ibm-jdk11-zOS-11.0.19 AQA_REQUIRED_TARGETS=sanity.functional,extended.functional,special.functional,sanity.openjdk,extended.openjdk,sanity.system,extended.system,sanity.perf,extended.perf \ No newline at end of file