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

Side by Side 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, 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Defines buckets on cr-buildbucket.appspot.com, used to schedule builds 1 # Defines buckets on cr-buildbucket.appspot.com, used to schedule builds
2 # on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs. 2 # on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs.
3 # 3 #
4 # See http://luci-config.appspot.com/schemas/projects:buildbucket.cfg for 4 # See http://luci-config.appspot.com/schemas/projects:buildbucket.cfg for
5 # schema of this file and documentation. 5 # schema of this file and documentation.
6 # 6 #
7 # Please keep this list sorted by bucket name. 7 # Please keep this list sorted by bucket name.
8 8
9 buckets { 9 buckets {
10 name: "master.client.skia" 10 name: "master.client.skia"
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 swarming { 88 swarming {
89 hostname: "chromium-swarm.appspot.com" 89 hostname: "chromium-swarm.appspot.com"
90 common_dimensions { 90 common_dimensions {
91 key: "pool" 91 key: "pool"
92 value: "Skia" 92 value: "Skia"
93 } 93 }
94 common_swarming_tags: "master:master.client.skia.fyi" 94 common_swarming_tags: "master:master.client.skia.fyi"
95 builders { 95 builders {
96 name: "Build-Ubuntu-GCC-x86_64-Release-Swarmbucket" 96 name: "Build-Ubuntu-GCC-x86_64-Release-Swarmbucket"
97 swarming_tags: "builder:Build-Ubuntu-GCC-x86_64-Release-Swarmbucket" 97 swarming_tags: "builder:Build-Ubuntu-GCC-x86_64-Release-Swarmbucket"
98 swarming_tags: "allow_milo:1"
98 dimensions { 99 dimensions {
99 key: "os" 100 key: "os"
100 value: "Linux" 101 value: "Linux"
101 } 102 }
103 dimensions {
104 key: "gpu"
105 value: "none"
106 }
102 recipe { 107 recipe {
103 repository: "https://chromium.googlesource.com/chromium/tools/build" 108 repository: "https://skia.googlesource.com/skia.git"
104 name: "skia/skia" 109 name: "swarm_trigger"
105 } 110 }
106 } 111 }
107 } 112 }
108 } 113 }
OLDNEW
« 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