Skip to content

Commit

Permalink
Update testenv.properties for openj9 related repos
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Xia <[email protected]>
  • Loading branch information
llxia authored and pshipton committed Nov 27, 2024
1 parent 06b8dc4 commit e3898c0
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions testenv/testenv.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TKG_REPO=https://github.com/adoptium/TKG.git
TKG_BRANCH=v1.0.5
OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
OPENJ9_BRANCH=master
OPENJ9_BRANCH=v0.49.0-release
STF_REPO=https://github.com/adoptium/STF.git
STF_BRANCH=v1.0.5
OPENJ9_SYSTEMTEST_REPO=https://github.com/adoptium/openj9-systemtest.git
Expand All @@ -19,19 +19,21 @@ JDK21_BRANCH=jdk-21.0.6-ga
JDK23_REPO=https://github.com/adoptium/jdk23u.git
JDK23_BRANCH=jdk-23.0.2-ga
JDK8_OPENJ9_REPO=https://github.com/ibmruntimes/openj9-openjdk-jdk8.git
JDK8_OPENJ9_BRANCH=openj9
JDK8_OPENJ9_BRANCH=v0.49.0-release
JDK11_OPENJ9_REPO=https://github.com/ibmruntimes/openj9-openjdk-jdk11.git
JDK11_OPENJ9_BRANCH=openj9
JDK11_OPENJ9_BRANCH=v0.49.0-release
JDK17_OPENJ9_REPO=https://github.com/ibmruntimes/openj9-openjdk-jdk17.git
JDK17_OPENJ9_BRANCH=openj9
JDK17_OPENJ9_BRANCH=v0.49.0-release
JDK21_OPENJ9_REPO=https://github.com/ibmruntimes/openj9-openjdk-jdk21.git
JDK21_OPENJ9_BRANCH=openj9
JDK21_OPENJ9_BRANCH=v0.49.0-release
JDK23_OPENJ9_REPO=https://github.com/ibmruntimes/openj9-openjdk-jdk23.git
JDK23_OPENJ9_BRANCH=v0.49.0-release
JDK11_OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
JDK11_OPENJCEPLUS_GIT_BRANCH=semeru-java11
JDK11_OPENJCEPLUS_GIT_BRANCH=semeru-java-11.0.26
JDK17_OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
JDK17_OPENJCEPLUS_GIT_BRANCH=semeru-java17
JDK17_OPENJCEPLUS_GIT_BRANCH=semeru-java-17.0.14
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
JDK21_OPENJCEPLUS_GIT_BRANCH=semeru-java-21.0.6
JDK23_OPENJCEPLUS_GIT_REPO=https://github.com/ibmruntimes/OpenJCEPlus.git
JDK23_OPENJCEPLUS_GIT_BRANCH=semeru-java-23.0.2
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 e3898c0

Please sign in to comment.