diff --git a/infra/config/global/cr-buildbucket.cfg b/infra/config/global/cr-buildbucket.cfg index 1c786121e4..19864c7890 100644 --- a/infra/config/global/cr-buildbucket.cfg +++ b/infra/config/global/cr-buildbucket.cfg @@ -70,6 +70,14 @@ builder_mixins { properties: "target_cpu:x64" } } +builder_mixins { + name: "mac" + dimensions: "os:Mac-10.13" + caches: { # cache for depot_tools.osx_sdk recipe module + name: "osx_sdk" + path: "osx_sdk" + } +} buckets { name: "luci.dawn.ci" @@ -122,12 +130,12 @@ buckets { # Mac: unlike Linux we only need to test x64 (and only clang too) builders { name: "mac-dbg" - dimensions: "os:Mac-10.13" + mixins: "mac" mixins: "debug" } builders { name: "mac-rel" - dimensions: "os:Mac-10.13" + mixins: "mac" mixins: "release" } @@ -248,13 +256,13 @@ buckets: { # Actually on the CQ builders { name: "mac-dbg" - dimensions: "os:Mac-10.13" + mixins: "mac" mixins: "debug" } # Actually on the CQ builders { name: "mac-rel" - dimensions: "os:Mac-10.13" + mixins: "mac" mixins: "release" }