Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: cr-buildbucket.cfg

Issue 1778583002: master.chromium.buildbucket.swarming: add infra trybots (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@config
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
+ }
+ }
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698