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

Side by Side Diff: go/src/infra/tools/swarming-transition/cmd/swarmbucketbuilders/testdata/expected.cfg

Issue 2160913003: swarmbucket: fix empty dimension value (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: add swarmbucketbuilders test 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 unified diff | Download patch
« no previous file with comments | « go/src/infra/tools/swarming-transition/cmd/swarmbucketbuilders/testdata/builders.pyl ('k') | 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 common_swarming_tags: "allow_milo:1" 1 common_swarming_tags: "allow_milo:1"
2 common_dimensions: "cpu:x86-64" 2 common_dimensions: "cpu:x86-64"
3 common_dimensions: "pool:Chrome" 3 common_dimensions: "pool:Chrome"
4 common_recipe { 4 common_recipe {
5 repository: "https://chromium.googlesource.com/chromium/tools/build" 5 repository: "https://chromium.googlesource.com/chromium/tools/build"
6 properties: "a:a"
6 } 7 }
7 8
8 # Keep builders sorted by category, then name. 9 # Keep builders sorted by category, then name.
9 10
10 builders { 11 builders {
11 category: "Build" 12 category: "Build"
12 name: "Build Presubmit (Swarming)" 13 name: "Build Presubmit (Swarming)"
13 dimensions: "os:Ubuntu-14.04" 14 dimensions: "os:Ubuntu-14.04"
14 recipe { 15 recipe {
15 name: "run_presubmit" 16 name: "run_presubmit"
17 properties: "a:"
16 properties: "repo_name:build" 18 properties: "repo_name:build"
17 properties_j: "runhooks:true" 19 properties_j: "runhooks:true"
18 } 20 }
19 } 21 }
20 22
21 builders { 23 builders {
22 category: "Build" 24 category: "Build"
23 name: "Build Try Recipe Test Mac (Swarming)" 25 name: "Build Try Recipe Test Mac (Swarming)"
24 dimensions: "os:Mac-10.9" 26 dimensions: "os:Mac-10.9"
25 recipe { 27 recipe {
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 builders { 240 builders {
239 category: "Try Recipe" 241 category: "Try Recipe"
240 name: "Try Recipe Win 64 (Swarming)" 242 name: "Try Recipe Win 64 (Swarming)"
241 dimensions: "os:Windows-7-SP1" 243 dimensions: "os:Windows-7-SP1"
242 recipe { 244 recipe {
243 name: "try_recipe" 245 name: "try_recipe"
244 properties: "repo_name:build" 246 properties: "repo_name:build"
245 properties_j: "runhooks:true" 247 properties_j: "runhooks:true"
246 } 248 }
247 } 249 }
OLDNEW
« no previous file with comments | « go/src/infra/tools/swarming-transition/cmd/swarmbucketbuilders/testdata/builders.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698