aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/project-config
diff options
context:
space:
mode:
authorGravatar borenet <borenet@chromium.org>2016-07-27 07:02:08 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-27 07:02:08 -0700
commitc043324e56a24bbb46aedbfa56fb04c54f52c850 (patch)
tree67b31762327e79f23a8bf4ff6c3a85a5f6ff0bc9 /infra/project-config
parentb464764dae4ffa40b880d96cdc368afd890a8a27 (diff)
Tweaks for the experimental SwarmBucket bot
Diffstat (limited to 'infra/project-config')
-rw-r--r--infra/project-config/cr-buildbucket.cfg9
1 files changed, 7 insertions, 2 deletions
diff --git a/infra/project-config/cr-buildbucket.cfg b/infra/project-config/cr-buildbucket.cfg
index 712aa926d8..e02abaf7aa 100644
--- a/infra/project-config/cr-buildbucket.cfg
+++ b/infra/project-config/cr-buildbucket.cfg
@@ -95,13 +95,18 @@ buckets {
builders {
name: "Build-Ubuntu-GCC-x86_64-Release-Swarmbucket"
swarming_tags: "builder:Build-Ubuntu-GCC-x86_64-Release-Swarmbucket"
+ swarming_tags: "allow_milo:1"
dimensions {
key: "os"
value: "Linux"
}
+ dimensions {
+ key: "gpu"
+ value: "none"
+ }
recipe {
- repository: "https://chromium.googlesource.com/chromium/tools/build"
- name: "skia/skia"
+ repository: "https://skia.googlesource.com/skia.git"
+ name: "swarm_trigger"
}
}
}