Skip to content

Commit

Permalink
Run jaotc gate only with graal-community.
Browse files Browse the repository at this point in the history
  • Loading branch information
mukel committed Jun 27, 2018
1 parent 56e31b5 commit c30ad94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion ci.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ include "compiler/ci_includes/x52-c2.hocon"
include "compiler/ci_includes/m7_eighth-c1.hocon"
include "compiler/ci_includes/m7_eighth-c2.hocon"

# ------------------- JAOTC -------------------
include "compiler/ci_includes/gate_tasks.hocon"

# ------------------ SVM ----------------------
include "substratevm/ci_includes/svm-gate.hocon"
include "substratevm/ci_includes/svm-gate-tasks.hocon"
Expand All @@ -55,4 +58,5 @@ include "ci_includes/publish-javadoc.hocon"

# ------------------- VM ----------------------
include "vm/ci_common/common.hocon"
include "vm/ci_includes/vm.hocon"
include "vm/ci_includes/vm.hocon"

2 changes: 0 additions & 2 deletions compiler/ci_common/gate_tasks.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ builds += [
${gateTestBenchmark} ${labsjdk8} ${gateLinuxAMD64} {name: "gate-compiler-benchmarktest-8-linux-amd64"}
${gateTestBenchmark} ${labsjdk8Debug} ${gateLinuxAMD64} {name: "weekly-test-compiler-benchmarktest-8-linux-amd64-fastdebug"} ${graalWeekly}
${gateStyle} ${labsjdk8} ${gateLinuxAMD64} {name: "gate-compiler-style-linux-amd64"}
${gateJAOTC} ${oraclejdk11} ${gateLinuxAMD64} {name: "gate-compiler-jaotc-linux-amd64"}

# Solaris SPARC
${gateTest} ${labsjdk8} ${gateSolarisSPARC} {name: "gate-compiler-test-8-solaris-sparcv9", timelimit: "1:00:00"}
Expand All @@ -47,7 +46,6 @@ builds += [
# Linux AArch64
${gateTestLenient} ${gateLinuxAArch64} {name: "weekly-compiler-test-10-linux-aarch64", timelimit: "1:50:00"} ${graalWeekly}
${gateTestCTW} ${gateLinuxAArch64} {name: "weekly-test-compiler-ctw-10-linux-aarch64", timelimit: "1:50:00"} ${graalWeekly}
${gateJAOTC} ${gateLinuxAArch64} {name: "weekly-compiler-jaotc-linux-aarch64", timelimit: "1:30:00"} ${graalWeekly}

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

0 comments on commit c30ad94

Please sign in to comment.