From a875709576d20c9725c7b195be6442a42f47781d Mon Sep 17 00:00:00 2001 From: stepan <stepan.sindelar@oracle.com> Date: Fri, 13 May 2016 17:11:18 +0200 Subject: [PATCH] Build action to run rbcheck --- ci.hocon | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ci.hocon b/ci.hocon index 4d414510b2..861d5b1f34 100644 --- a/ci.hocon +++ b/ci.hocon @@ -49,10 +49,18 @@ gateStyle : ${common} { ] } +rbcheck : ${common} ${java8Downloads} { + run : [ + ${gateCmd} ["Versions,JDKReleaseInfo,BuildNative"] + ["mx", "rbcheck"] + ] +} + # currently disabled gate commands: FindBugs,Checkheaders,Distribution Overlap Check,BuildJavaWithEcj builds = [ ${gateTest} {capabilities : [linux, amd64, gate, post-merge], name: "gate-test-linux-amd64"} ${gateStyle} {capabilities : [linux, amd64, gate, post-merge], name: "gate-style-linux-amd64"} -# ${gateTest} {capabilities : [linux, sparcv9, gate, post-merge], name: "gate-test-linux-sparcv9"} + ${rbcheck} {capabilities : [linux, amd64, gate, post-merge], name: "gate-rbcheck-linux-amd64"} +# ${gateTest} {capabilities : [linux, sparcv9, gate, post-merge], name: "gate-test-linux-sparcv9"} ] -- GitLab