Skip to content

Commit

Permalink
Update testenv.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
smlambert committed Aug 23, 2024
1 parent 0aeebf6 commit d62747c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions testenv/testenv.properties
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
TKG_REPO=https://github.com/adoptium/TKG.git
TKG_BRANCH=master
TKG_BRANCH=v1.0.4
OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
OPENJ9_BRANCH=master
STF_REPO=https://github.com/adoptium/STF.git
STF_BRANCH=master
STF_BRANCH=v1.0.4
OPENJ9_SYSTEMTEST_REPO=https://github.com/eclipse-openj9/openj9-systemtest.git
OPENJ9_SYSTEMTEST_BRANCH=master
ADOPTOPENJDK_SYSTEMTEST_REPO=https://github.com/adoptium/aqa-systemtest.git
ADOPTOPENJDK_SYSTEMTEST_BRANCH=master
ADOPTOPENJDK_SYSTEMTEST_BRANCH=v1.0.4
JDK8_REPO=https://github.com/adoptium/jdk8u.git
JDK8_BRANCH=dev
JDK8_BRANCH=jdk8u431-ga
JDK11_REPO=https://github.com/adoptium/jdk11u.git
JDK11_BRANCH=dev
JDK11_BRANCH=jdk-11.0.25-ga
JDK17_REPO=https://github.com/adoptium/jdk17u.git
JDK17_BRANCH=dev
JDK17_BRANCH=jdk-17.0.13-ga
JDK21_REPO=https://github.com/adoptium/jdk21u.git
JDK21_BRANCH=dev
JDK21_BRANCH=jdk-21.0.5-ga
JDK8_OPENJ9_REPO=https://github.com/ibmruntimes/openj9-openjdk-jdk8.git
JDK8_OPENJ9_BRANCH=openj9
JDK11_OPENJ9_REPO=https://github.com/ibmruntimes/openj9-openjdk-jdk11.git
Expand All @@ -34,4 +34,4 @@ JDK21_OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
JDK21_OPENJCEPLUS_GIT_BRANCH=semeru-java21
JDK22_OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
JDK22_OPENJCEPLUS_GIT_BRANCH=semeru-java22
AQA_REQUIRED_TARGETS=sanity.functional,extended.functional,special.functional,sanity.openjdk,extended.openjdk,sanity.system,extended.system,sanity.perf,extended.perf
AQA_REQUIRED_TARGETS=sanity.functional,extended.functional,special.functional,sanity.openjdk,extended.openjdk,sanity.system,extended.system,sanity.perf,extended.perf
6 changes: 3 additions & 3 deletions testenv/testenv_arm32.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
TKG_REPO=https://github.com/adoptium/TKG.git
TKG_BRANCH=master
TKG_BRANCH=v1.0.4
OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
OPENJ9_BRANCH=master
STF_REPO=https://github.com/adoptium/STF.git
STF_BRANCH=master
STF_BRANCH=v1.0.4
OPENJ9_SYSTEMTEST_REPO=https://github.com/eclipse-openj9/openj9-systemtest.git
OPENJ9_SYSTEMTEST_BRANCH=master
ADOPTOPENJDK_SYSTEMTEST_REPO=https://github.com/adoptium/aqa-systemtest.git
ADOPTOPENJDK_SYSTEMTEST_BRANCH=master
ADOPTOPENJDK_SYSTEMTEST_BRANCH=v1.0.4
JDK8_REPO=https://github.com/adoptium/aarch32-jdk8u.git
JDK8_BRANCH=dev
AQA_REQUIRED_TARGETS=sanity.functional,extended.functional,special.functional,sanity.openjdk,extended.openjdk,sanity.system,extended.system,sanity.perf,extended.perf
Expand Down
8 changes: 4 additions & 4 deletions testenv/testenv_zos.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
TKG_REPO=git@github.com:adoptium/TKG.git
TKG_BRANCH=master
TKG_BRANCH=v1.0.4
OPENJ9_REPO=git@github.com:eclipse-openj9/openj9.git
OPENJ9_BRANCH=master
STF_REPO=git@github.com:adoptium/STF.git
STF_BRANCH=master
STF_BRANCH=v1.0.4
OPENJ9_SYSTEMTEST_REPO=git@github.com:eclipse-openj9/openj9-systemtest.git
OPENJ9_SYSTEMTEST_BRANCH=master
ADOPTOPENJDK_SYSTEMTEST_REPO=git@github.com:adoptium/aqa-systemtest.git
ADOPTOPENJDK_SYSTEMTEST_BRANCH=master
ADOPTOPENJDK_SYSTEMTEST_BRANCH=v1.0.4
JDK11_OPENJ9_REPO=git@github.ibm.com:runtimes/openj9-openjdk-jdk11-zos.git
JDK11_OPENJ9_BRANCH=ibm-jdk11-jcldev
AQA_REQUIRED_TARGETS=sanity.functional,extended.functional,special.functional,sanity.openjdk,extended.openjdk,sanity.system,extended.system,sanity.perf,extended.perf
AQA_REQUIRED_TARGETS=sanity.functional,extended.functional,special.functional,sanity.openjdk,extended.openjdk,sanity.system,extended.system,sanity.perf,extended.perf

0 comments on commit d62747c

Please sign in to comment.