From 7d3326b244fc5d52208c061bc4e3b69f38d42b91 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Fri, 3 Nov 2023 22:56:50 -0400 Subject: [PATCH] Fix the zOS openj9-systemtest tag Should be openj9-0.41.0 rather than v0.41.0-release Signed-off-by: Peter Shipton --- testenv/testenv_zos.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testenv/testenv_zos.properties b/testenv/testenv_zos.properties index 2efc1b0d38..03db7888b4 100644 --- a/testenv/testenv_zos.properties +++ b/testenv/testenv_zos.properties @@ -5,7 +5,7 @@ OPENJ9_BRANCH=ibm-jdk11-zOS-11.0.21 STF_REPO=git@github.com:adoptium/STF.git STF_BRANCH=v0.9.9 OPENJ9_SYSTEMTEST_REPO=git@github.com:eclipse-openj9/openj9-systemtest.git -OPENJ9_SYSTEMTEST_BRANCH=v0.41.0-release +OPENJ9_SYSTEMTEST_BRANCH=openj9-0.41.0 ADOPTOPENJDK_SYSTEMTEST_REPO=git@github.com:adoptium/aqa-systemtest.git ADOPTOPENJDK_SYSTEMTEST_BRANCH=v0.9.9 JDK11_OPENJ9_REPO=git@github.ibm.com:runtimes/openj9-openjdk-jdk11-zos.git