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

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: (Swarming) 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..26820ad5d54dc8449c74258304a9ca00b0a1d74d 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 (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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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 (Swarming)"
+ # 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