Skip to content

Commit

Permalink
Initial testenv changes
Browse files Browse the repository at this point in the history
Signed-off-by: Shelley Lambert <slambert@gmail.com>
  • Loading branch information
smlambert committed Dec 16, 2023
1 parent 0dbc4a9 commit fb1a03d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 18 deletions.
24 changes: 16 additions & 8 deletions testenv/testenv.properties
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
TKG_REPO=https://github.com/adoptium/TKG.git
TKG_BRANCH=master
TKG_BRANCH=v1.0.0
OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
OPENJ9_BRANCH=master
OPENJ9_BRANCH=v0.43.0-release
STF_REPO=https://github.com/adoptium/STF.git
STF_BRANCH=master
STF_BRANCH=v1.0.0
OPENJ9_SYSTEMTEST_REPO=https://github.com/eclipse-openj9/openj9-systemtest.git
OPENJ9_SYSTEMTEST_BRANCH=master
OPENJ9_SYSTEMTEST_BRANCH=openj9-0.41.0
ADOPTOPENJDK_SYSTEMTEST_REPO=https://github.com/adoptium/aqa-systemtest.git
ADOPTOPENJDK_SYSTEMTEST_BRANCH=master
ADOPTOPENJDK_SYSTEMTEST_BRANCH=v1.0.0
JDK8_REPO=https://github.com/adoptium/jdk8u.git
JDK8_BRANCH_PREFIX=jdk8u402
JDK8_BRANCH=dev
JDK11_REPO=https://github.com/adoptium/jdk11u.git
JDK11_BRANCH_PREFIX=jdk-11.0.22
JDK11_BRANCH=dev
JDK17_REPO=https://github.com/adoptium/jdk17u.git
JDK17_BRANCH_PREFIX=jdk-17.0.10
JDK17_BRANCH=dev
JDK21_REPO=https://github.com/adoptium/jdk21u.git
JDK21_BRANCH_PREFIX=jdk-21.0.1
JDK21_BRANCH=dev
JDK8_OPENJ9_REPO=https://github.com/ibmruntimes/openj9-openjdk-jdk8.git
JDK8_OPENJ9_BRANCH=openj9
JDK8_OPENJ9_BRANCH=v0.43.0-release
JDK11_OPENJ9_REPO=https://github.com/ibmruntimes/openj9-openjdk-jdk11.git
JDK11_OPENJ9_BRANCH=openj9
JDK11_OPENJ9_BRANCH=v0.43.0-release
JDK17_OPENJ9_REPO=https://github.com/ibmruntimes/openj9-openjdk-jdk17.git
JDK17_OPENJ9_BRANCH=openj9
JDK17_OPENJ9_BRANCH=v0.43.0-release
JDK21_OPENJ9_REPO=https://github.com/ibmruntimes/openj9-openjdk-jdk21.git
JDK21_OPENJ9_BRANCH=v0.43.0-release
AQA_REQUIRED_TARGETS=sanity.functional,extended.functional,special.functional,sanity.openjdk,extended.openjdk,sanity.system,extended.system,sanity.perf,extended.perf
10 changes: 5 additions & 5 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.0
OPENJ9_REPO=https://github.com/eclipse-openj9/openj9.git
OPENJ9_BRANCH=master
OPENJ9_BRANCH=v0.43.0-release
STF_REPO=https://github.com/adoptium/STF.git
STF_BRANCH=master
STF_BRANCH=v1.0.0
OPENJ9_SYSTEMTEST_REPO=https://github.com/eclipse-openj9/openj9-systemtest.git
OPENJ9_SYSTEMTEST_BRANCH=master
OPENJ9_SYSTEMTEST_BRANCH=openj9-0.41.0
ADOPTOPENJDK_SYSTEMTEST_REPO=https://github.com/adoptium/aqa-systemtest.git
ADOPTOPENJDK_SYSTEMTEST_BRANCH=master
ADOPTOPENJDK_SYSTEMTEST_BRANCH=v1.0.0
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
10 changes: 5 additions & 5 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.0
OPENJ9_REPO=git@github.com:eclipse-openj9/openj9.git
OPENJ9_BRANCH=master
OPENJ9_BRANCH=v0.43.0-release
STF_REPO=git@github.com:adoptium/STF.git
STF_BRANCH=master
STF_BRANCH=v1.0.0
OPENJ9_SYSTEMTEST_REPO=git@github.com:eclipse-openj9/openj9-systemtest.git
OPENJ9_SYSTEMTEST_BRANCH=master
OPENJ9_SYSTEMTEST_BRANCH=openj9-0.41.0
ADOPTOPENJDK_SYSTEMTEST_REPO=git@github.com:adoptium/aqa-systemtest.git
ADOPTOPENJDK_SYSTEMTEST_BRANCH=master
ADOPTOPENJDK_SYSTEMTEST_BRANCH=v1.0.0
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

0 comments on commit fb1a03d

Please sign in to comment.