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

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

Issue 2181073005: Tweaks for the experimental SwarmBucket bot (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Allow Milo Created 4 years, 5 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 712aa926d833468153cd7f0a71f993e3d66ddfe5..e02abaf7aabddf0dbf4d39e13eee0a3960b42000 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"
}
}
}
« 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