aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/project-config/cr-buildbucket.cfg
diff options
context:
space:
mode:
authorGravatar borenet <borenet@chromium.org>2016-03-22 09:37:57 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-22 09:37:57 -0700
commit0f5e41461a5a22af1c5af02f808854040023c667 (patch)
tree217aa0beb2e72db1ce04bf1e02955bf475d80c22 /infra/project-config/cr-buildbucket.cfg
parentddf0713f0ba4ea75ca49a4ed6b4249eef72da1ce (diff)
Add experimental Swarmbucket bot
Diffstat (limited to 'infra/project-config/cr-buildbucket.cfg')
-rw-r--r--infra/project-config/cr-buildbucket.cfg21
1 files changed, 21 insertions, 0 deletions
diff --git a/infra/project-config/cr-buildbucket.cfg b/infra/project-config/cr-buildbucket.cfg
index 85f0a1da06..712aa926d8 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"
+ dimensions {
+ key: "os"
+ value: "Linux"
+ }
+ recipe {
+ repository: "https://chromium.googlesource.com/chromium/tools/build"
+ name: "skia/skia"
+ }
+ }
+ }
}