| Index: cr-buildbucket.cfg
|
| diff --git a/cr-buildbucket.cfg b/cr-buildbucket.cfg
|
| index fba9ad426e64bde90e9a80e6608c89041f4320dd..0deada6ca5a14b663501a2198fa825cae8cdec0f 100644
|
| --- a/cr-buildbucket.cfg
|
| +++ b/cr-buildbucket.cfg
|
| @@ -20,6 +20,7 @@ buckets {
|
| hostname: "chromium-swarm.appspot.com"
|
| common_swarming_tags: "allow_milo:1"
|
| url_format: "https://annotation-parser.appspot.com/swarming/build/{task_id}"
|
| +
|
| builders {
|
| name: "build_presubmit"
|
| dimensions {
|
| @@ -36,6 +37,91 @@ buckets {
|
| properties: "slavename:fake_slave"
|
| }
|
| }
|
| +
|
| + builders {
|
| + name: "infra_presubmit"
|
| + dimensions {
|
| + key: "os"
|
| + value: "Ubuntu-14.04"
|
| + }
|
| + dimensions {
|
| + key: "cpu"
|
| + value: "x86-64"
|
| + }
|
| + recipe {
|
| + repository: "https://chromium.googlesource.com/chromium/tools/build"
|
| + name: "run_presubmit"
|
| + properties: "repo_name:infra"
|
| + properties: "path_config:kitchen"
|
| + properties: "runhooks:True"
|
| + properties: "mastername:tryserver.infra"
|
| + properties: "buildername:Infra Presubmit"
|
| + properties: "slavename:fake_slave"
|
| + }
|
| + }
|
| +
|
| + builders {
|
| + name: "infra_linux64"
|
| + dimensions {
|
| + key: "os"
|
| + value: "Ubuntu-14.04"
|
| + }
|
| + dimensions {
|
| + key: "cpu"
|
| + value: "x86-64"
|
| + }
|
| + recipe {
|
| + repository: "https://chromium.googlesource.com/chromium/tools/build"
|
| + name: "infra/infra_repo_trybot"
|
| + properties: "repo_name:build"
|
| + properties: "path_config:kitchen"
|
| + properties: "mastername:tryserver.infra"
|
| + properties: "buildername:Infra Linux Trusty 64 Tester"
|
| + properties: "slavename:fake_slave"
|
| + }
|
| + }
|
| +
|
| + builders {
|
| + name: "infra_mac"
|
| + dimensions {
|
| + key: "os"
|
| + value: "Mac-10.9"
|
| + }
|
| + dimensions {
|
| + key: "cpu"
|
| + value: "x86-64"
|
| + }
|
| + recipe {
|
| + repository: "https://chromium.googlesource.com/chromium/tools/build"
|
| + name: "infra/infra_repo_trybot"
|
| + properties: "repo_name:build"
|
| + properties: "path_config:kitchen"
|
| + properties: "mastername:tryserver.infra"
|
| + properties: "buildername:Infra Mac Tester"
|
| + properties: "slavename:fake_slave"
|
| + }
|
| + }
|
| +
|
| + builders {
|
| + name: "infra_win"
|
| + dimensions {
|
| + key: "os"
|
| + value: "Windows-7-SP1"
|
| + }
|
| + dimensions {
|
| + key: "cpu"
|
| + value: "x86-64"
|
| + }
|
| + recipe {
|
| + repository: "https://chromium.googlesource.com/chromium/tools/build"
|
| + name: "infra/infra_repo_trybot"
|
| + properties: "repo_name:build"
|
| + properties: "path_config:kitchen"
|
| + properties: "mastername:tryserver.infra"
|
| + properties: "buildername:Infra Win Tester"
|
| + properties: "slavename:fake_slave"
|
| + }
|
| + }
|
| }
|
| }
|
|
|
|
|