From 3d2a9066fafdc5bb2a27ba41cf063341d91be976 Mon Sep 17 00:00:00 2001 From: Danilo Ansaloni <danilo.ansaloni@oracle.com> Date: Mon, 18 Sep 2017 16:31:54 +0200 Subject: [PATCH] [GR-6082] Use the new darwin capabilities. --- ci.hocon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.hocon b/ci.hocon index f50713f267..81f8c5c522 100644 --- a/ci.hocon +++ b/ci.hocon @@ -184,7 +184,7 @@ builds = [ ${gateTestLinux} {capabilities : [linux, amd64, fast], targets : [gate], name: "gate-test-linux-amd64"} ${gateTestLinuxNFI} {capabilities : [linux, amd64, fast], targets : [gate], name: "gate-test-linux-nfi-amd64"} ${gateTestNoSpecialsLinux} {capabilities : [linux, amd64, fast], targets : [gate], name: "gate-test-linux-amd64-nospecials"} - ${gateTestDarwin} {capabilities : [darwin, amd64], targets : [gate], name: "gate-test-darwin-amd64"} + ${gateTestDarwin} {capabilities : [darwin_elcapitan, amd64], targets : [gate], name: "gate-test-darwin-amd64"} ${gateStyle} {capabilities : [linux, amd64], targets : [gate], name: "gate-style-linux-amd64"} ${rbcheck} {capabilities : [linux, amd64], targets : [gate], name: "gate-rbcheck-linux-amd64"} ${internalPkgtest} {capabilities : [linux, amd64], targets : [gate], name: "gate-internal-pkgtest-linux-amd64"} -- GitLab