| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |