diff --git a/ci.hocon b/ci.hocon index 532b5ce5515e0d84e28b728022c515874b7e3f62..3987cdf3aaca003f0e15abf4ed9d58c6559528e2 100644 --- a/ci.hocon +++ b/ci.hocon @@ -67,8 +67,8 @@ rbcheck : ${common} ${java8Downloads} { # 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"} - ${rbcheck} {capabilities : [linux, amd64, gate, post-merge], name: "gate-rbcheck-linux-amd64"} -# ${gateTest} {capabilities : [linux, sparcv9, gate, post-merge], name: "gate-test-linux-sparcv9"} + ${gateTest} {capabilities : [linux, amd64], targets : [gate, post-merge], name: "gate-test-linux-amd64"} + ${gateStyle} {capabilities : [linux, amd64], targets : [gate, post-merge], name: "gate-style-linux-amd64"} + ${rbcheck} {capabilities : [linux, amd64], targets : [gate, post-merge], name: "gate-rbcheck-linux-amd64"} +# ${gateTest} {capabilities : [linux, sparcv9], targets : [gate, post-merge], name: "gate-test-linux-sparcv9"} ]