From 680e7f49bcdad7799f5622439ea8e4b9c318a330 Mon Sep 17 00:00:00 2001 From: Lukas Stadler <lukas.stadler@oracle.com> Date: Tue, 25 Oct 2016 13:17:09 +0200 Subject: [PATCH] run gate tests on "fast" machines --- ci.hocon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci.hocon b/ci.hocon index 041e147752..5b4d1efc9a 100644 --- a/ci.hocon +++ b/ci.hocon @@ -136,8 +136,8 @@ rbcheck : ${common} { # The standard set of gate builds. N.B. the style/builtin checks are only run on Linux as they are not OS-dependent. builds = [ - ${gateTestLinux} {capabilities : [linux, amd64], targets : [gate, post-merge], name: "gate-test-linux-amd64"} - ${gateTestNoSpecialsLinux} {capabilities : [linux, amd64], targets : [gate, post-merge], name: "gate-test-linux-amd64-nospecials"} + ${gateTestLinux} {capabilities : [linux, amd64, fast], targets : [gate, post-merge], name: "gate-test-linux-amd64"} + ${gateTestNoSpecialsLinux} {capabilities : [linux, amd64, fast], targets : [gate, post-merge], name: "gate-test-linux-amd64-nospecials"} ${gateTestDarwin} {capabilities : [darwin, amd64], targets : [gate, post-merge], name: "gate-test-darwin-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"} -- GitLab