Skip to content

Commit

Permalink
compiler: add weekly coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
zapster committed Oct 5, 2018
1 parent 1886d10 commit 6795332
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions compiler/ci_common/gate.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ gateTest : {
]
}

gateCoverage : {
environment : {
EXTRA_VM_ARGS : ""
}
run : [
${gateCmd} ["build,test", --jacoco-zip, report.zip]
]
}

gateJavaBaseTest : {
environment : {
EXTRA_VM_ARGS : ""
Expand Down
1 change: 1 addition & 0 deletions compiler/ci_common/gate_tasks.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ 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"}
${gateCoverage} ${labsjdk8} ${gateLinuxAMD64} {name: "weekly-compiler-coverage-8-linux-amd64", timelimit: "1:50:00"} ${graalWeekly} { logs += [*/report.zip] }

# Solaris SPARC
${gateTest} ${labsjdk8} ${gateSolarisSPARC} {name: "gate-compiler-test-8-solaris-sparcv9", timelimit: "1:00:00"}
Expand Down
2 changes: 1 addition & 1 deletion compiler/mx.compiler/suite.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
suite = {
"mxversion" : "5.183.0",
"mxversion" : "5.187.0",
"name" : "compiler",
"sourceinprojectwhitelist" : [],

Expand Down

0 comments on commit 6795332

Please sign in to comment.