Skip to content

Commit

Permalink
AArch64: Configure latest SNAPSHOT JDK for gate.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Anzinger committed Apr 3, 2018
1 parent de63234 commit aee036a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions compiler/ci_common/gate.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ gateLinuxSPARC : ${linux-sparcv9} ${gateCommon}

gateLinuxAArch64 : ${linux-aarch64} ${gateCommon} {
downloads : {
JAVA_HOME : ${jdks.oraclejdkSNAPSHOT}
EXTRA_JAVA_HOMES : {pathlist: []}
}
}
Expand Down
4 changes: 2 additions & 2 deletions compiler/ci_common/gate_tasks.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ builds += [
${gateTest} ${labsjdk8} ${gateLinuxSPARC} {name: "weekly-test-compiler-test-8-linux-sparcv9", timelimit: "1:00:00", targets : [weekly]}

# Linux AArch64
${gateTestLenient} ${labsjdk10} ${gateLinuxAArch64} {name: "weekly-compiler-test-10-linux-aarch64", timelimit: "1:00:00", targets : [weekly]}
${gateTestCTW} ${labsjdk10} ${gateLinuxAArch64} {name: "weekly-test-compiler-ctw-10-linux-aarch64", targets : [weekly]}
${gateTestLenient} ${gateLinuxAArch64} {name: "weekly-compiler-test-10-linux-aarch64", timelimit: "1:00:00", targets : [weekly]}
${gateTestCTW} ${gateLinuxAArch64} {name: "weekly-test-compiler-ctw-10-linux-aarch64", targets : [weekly]}

# TraceRA
${gateTest} ${labsjdk8} ${gateLinuxAMD64TraceRA} {name: "weekly-test-compiler-test-8-linux-amd64-tracera", targets : [weekly]}
Expand Down

0 comments on commit aee036a

Please sign in to comment.