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

Unified Diff: cr-buildbucket.cfg

Issue 1997943002: Define swarmbucket builders on master.tryserver.infra (Closed) Base URL: https://chromium.googlesource.com/infra/infra/@config
Patch Set: milo Created 4 years, 7 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 bb90740317bb92889954115111306b743c9c5692..ed4c9a1be57047448acea2f9a7732df093b2ef96 100644
--- a/cr-buildbucket.cfg
+++ b/cr-buildbucket.cfg
@@ -168,4 +168,273 @@ buckets {
role: WRITER
group: "service-account-chromium-tryserver"
}
+
+ swarming {
+ hostname: "chromium-swarm.appspot.com"
+ url_format: "https://luci-milo.appspot.com/swarming/prod/{task_id}"
+
+ common_dimensions: "pool:Chrome"
+
+ builders {
+ name: "Depot Tools Presubmit OnSwarming"
estaab 2016/05/20 00:17:35 Since the rest of the name is words with spaces ma
nodir 2016/05/20 00:21:35 used (Swarming)
+ # category: "Depot Tools"
+ dimensions: "os:Ubuntu-14.04"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "run_presubmit"
+ properties: "repo_name:depot_tools"
+ }
+ }
+ builders {
+ name: "Recipes-py Presubmit OnSwarming"
+ # category: "Recipes-py"
+ dimensions: "os:Ubuntu-14.04"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "run_presubmit"
+ properties: "runhooks:True"
+ properties: "repo_name:recipes_py"
+ }
+ }
+ builders {
+ name: "Try Recipe Win 64 OnSwarming"
+ # category: "Try Recipe"
+ dimensions: "os:Windows-7-SP1"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/try_recipe"
+ properties: "runhooks:True"
+ properties: "repo_name:build"
+ }
+ }
+ builders {
+ name: "Infra Linux Precise 32 Tester OnSwarming"
+ # category: "Infra"
+ dimensions: "os:os:Ubuntu-12.04"
+ dimensions: "cpu:x86"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/infra_repo_trybot"
+ }
+ }
+ builders {
+ name: "Build Presubmit OnSwarming"
+ # category: "Build"
+ dimensions: "os:Ubuntu-14.04"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "run_presubmit"
+ properties: "runhooks:True"
+ properties: "repo_name:build"
+ }
+ }
+ builders {
+ name: "Infra Win Tester OnSwarming"
+ # category: "Infra"
+ dimensions: "os:Windows-7-SP1"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/infra_repo_trybot"
+ }
+ }
+ builders {
+ name: "Luci-GAE Linux Trusty 64 Tester OnSwarming"
+ # category: "Luci-GAE"
+ dimensions: "os:Ubuntu-14.04"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/luci_gae"
+ }
+ }
+ builders {
+ name: "Build Try Recipe Test Trusty64 OnSwarming"
+ # category: "Build"
+ dimensions: "os:Ubuntu-14.04"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/build_repo_real_try"
+ properties: "runhooks:True"
+ properties: "repo_name:build"
+ }
+ }
+ builders {
+ name: "Luci-GAE Presubmit OnSwarming"
+ # category: "Luci-GAE"
+ dimensions: "os:Ubuntu-14.04"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/luci_gae"
+ }
+ }
+ builders {
+ name: "Infra Mac Tester OnSwarming"
+ # category: "Infra"
+ dimensions: "os:Mac-10.9"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/infra_repo_trybot"
+ }
+ }
+ builders {
+ name: "Recipe Roll Downstream Tester OnSwarming"
+ # category: "Recipe Roll Tryjob"
+ dimensions: "os:Ubuntu-14.04"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/recipe_roll_tryjob"
+ }
+ }
+ builders {
+ name: "Infra Presubmit OnSwarming"
+ # category: "Infra"
+ dimensions: "os:Ubuntu-14.04"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "run_presubmit"
+ properties: "runhooks:True"
+ properties: "repo_name:infra"
+ }
+ }
+ builders {
+ name: "Luci-go Linux Precise 32 Tester OnSwarming"
+ # category: "Luci-go"
+ dimensions: "os:os:Ubuntu-12.04"
+ dimensions: "cpu:x86"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/luci_go"
+ }
+ }
+ builders {
+ name: "Luci-py Presubmit OnSwarming"
+ # category: "Luci-py"
+ dimensions: "os:Ubuntu-14.04"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "run_presubmit"
+ properties: "runhooks:True"
+ properties: "repo_name:luci_py"
+ }
+ }
+ builders {
+ name: "Luci-go Presubmit OnSwarming"
+ # category: "Luci-go"
+ dimensions: "os:Ubuntu-14.04"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/luci_go"
+ }
+ }
+ builders {
+ name: "Try Recipe Mac OnSwarming"
+ # category: "Try Recipe"
+ dimensions: "os:Mac-10.9"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/try_recipe"
+ properties: "runhooks:True"
+ properties: "repo_name:build"
+ }
+ }
+ builders {
+ name: "gerrit-test-cq-normal OnSwarming"
+ # category: "Gerrit CQ"
+ dimensions: "os:Ubuntu-14.04"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/gerrit_cq_test"
+ }
+ }
+ builders {
+ name: "Infra Linux Trusty 64 Tester OnSwarming"
+ # category: "Infra"
+ dimensions: "os:Ubuntu-14.04"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/infra_repo_trybot"
+ }
+ }
+ builders {
+ name: "Build Try Recipe Test Mac OnSwarming"
+ # category: "Build"
+ dimensions: "os:Mac-10.9"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/build_repo_real_try"
+ properties: "runhooks:True"
+ properties: "repo_name:build"
+ }
+ }
+ builders {
+ name: "Build Try Recipe Test Win64 OnSwarming"
+ # category: "Build"
+ dimensions: "os:Windows-7-SP1"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/build_repo_real_try"
+ properties: "runhooks:True"
+ properties: "repo_name:build"
+ }
+ }
+ builders {
+ name: "Luci-go Linux Trusty 64 Tester OnSwarming"
+ # category: "Luci-go"
+ dimensions: "os:Ubuntu-14.04"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/luci_go"
+ }
+ }
+ builders {
+ name: "Try Recipe Trusty 64 OnSwarming"
+ # category: "Try Recipe"
+ dimensions: "os:Ubuntu-14.04"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/try_recipe"
+ properties: "runhooks:True"
+ properties: "repo_name:build"
+ }
+ }
+ builders {
+ name: "Luci-go Mac Tester OnSwarming"
+ # category: "Luci-go"
+ dimensions: "os:Mac-10.9"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/luci_go"
+ }
+ }
+ builders {
+ name: "Luci-go Win Tester OnSwarming"
+ # category: "Luci-go"
+ dimensions: "os:Windows-7-SP1"
+ dimensions: "cpu:x86-64"
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "infra/luci_go"
+ }
+ }
+ }
}
« 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