| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branc
hes/bleeding_edge/deps/dartium.deps'}]" | 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branc
hes/bleeding_edge/deps/dartium.deps'}]" |
| 10 ], | 10 ], |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 "--gsutil-py-path", | 135 "--gsutil-py-path", |
| 136 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 136 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 137 "--ninja-path", | 137 "--ninja-path", |
| 138 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 138 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 139 "--target", | 139 "--target", |
| 140 "Release", | 140 "Release", |
| 141 "--src-dir", | 141 "--src-dir", |
| 142 "[SLAVE_BUILD]/src", | 142 "[SLAVE_BUILD]/src", |
| 143 "--goma-cache-dir", | 143 "--goma-cache-dir", |
| 144 "[GOMA_CACHE]", | 144 "[GOMA_CACHE]", |
| 145 "--buildbot-buildername", |
| 146 "TestBuilder", |
| 147 "--buildbot-mastername", |
| 148 "chromium.testing.master", |
| 149 "--buildbot-slavename", |
| 150 "TestSlavename", |
| 145 "--compiler", | 151 "--compiler", |
| 146 "goma", | 152 "goma", |
| 147 "--goma-jsonstatus", | 153 "--goma-jsonstatus", |
| 148 "/path/to/tmp/json", | 154 "/path/to/tmp/json", |
| 149 "--goma-service-account-json-file", | 155 "--goma-service-account-json-file", |
| 150 "/creds/service_accounts/service-account-goma-client.json", | 156 "/creds/service_accounts/service-account-goma-client.json", |
| 151 "--goma-dir", | 157 "--goma-dir", |
| 152 "[BUILD]/goma", | 158 "[BUILD]/goma", |
| 153 "--", | 159 "--", |
| 154 "All", | 160 "All", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 171 "12345" | 177 "12345" |
| 172 ], | 178 ], |
| 173 "name": "archive_build" | 179 "name": "archive_build" |
| 174 }, | 180 }, |
| 175 { | 181 { |
| 176 "name": "$result", | 182 "name": "$result", |
| 177 "recipe_result": null, | 183 "recipe_result": null, |
| 178 "status_code": 0 | 184 "status_code": 0 |
| 179 } | 185 } |
| 180 ] | 186 ] |
| OLD | NEW |