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

Unified Diff: infra/project-config/cr-buildbucket.cfg

Issue 1820323002: Add experimental Swarmbucket bot (Closed) Base URL: https://skia.googlesource.com/skia.git@master
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: infra/project-config/cr-buildbucket.cfg
diff --git a/infra/project-config/cr-buildbucket.cfg b/infra/project-config/cr-buildbucket.cfg
index 85f0a1da0680dff5d6cb8da41b1f43f11f51c37b..712aa926d833468153cd7f0a71f993e3d66ddfe5 100644
--- a/infra/project-config/cr-buildbucket.cfg
+++ b/infra/project-config/cr-buildbucket.cfg
@@ -84,4 +84,25 @@ buckets {
role: WRITER
group: "service-account-skia-master"
}
+
+ swarming {
+ hostname: "chromium-swarm.appspot.com"
+ common_dimensions {
+ key: "pool"
+ value: "Skia"
+ }
+ common_swarming_tags: "master:master.client.skia.fyi"
+ builders {
+ name: "Build-Ubuntu-GCC-x86_64-Release-Swarmbucket"
+ swarming_tags: "builder:Build-Ubuntu-GCC-x86_64-Release-Swarmbucket"
nodir 2016/03/22 17:13:59 I'd recommend to set "builder" tag in buildbucket
+ dimensions {
+ key: "os"
+ value: "Linux"
+ }
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "skia/skia"
+ }
+ }
+ }
}
« 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