| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 "--gsutil-py-path", | 157 "--gsutil-py-path", |
| 158 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 158 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 159 "--ninja-path", | 159 "--ninja-path", |
| 160 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 160 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 161 "--target", | 161 "--target", |
| 162 "Release", | 162 "Release", |
| 163 "--src-dir", | 163 "--src-dir", |
| 164 "[SLAVE_BUILD]/src", | 164 "[SLAVE_BUILD]/src", |
| 165 "--goma-cache-dir", | 165 "--goma-cache-dir", |
| 166 "[GOMA_CACHE]", | 166 "[GOMA_CACHE]", |
| 167 "--buildbot-buildername", | |
| 168 "TestBuilder", | |
| 169 "--buildbot-mastername", | |
| 170 "chromium.testing.master", | |
| 171 "--buildbot-slavename", | |
| 172 "TestSlavename", | |
| 173 "--compiler", | 167 "--compiler", |
| 174 "goma-clang", | 168 "goma-clang", |
| 175 "--goma-jsonstatus", | 169 "--goma-jsonstatus", |
| 176 "/path/to/tmp/json", | 170 "/path/to/tmp/json", |
| 177 "--goma-service-account-json-file", | 171 "--goma-service-account-json-file", |
| 178 "/creds/service_accounts/service-account-goma-client.json", | 172 "/creds/service_accounts/service-account-goma-client.json", |
| 179 "--goma-dir", | 173 "--goma-dir", |
| 180 "[BUILD]/goma", | 174 "[BUILD]/goma", |
| 181 "--", | 175 "--", |
| 182 "All", | 176 "All", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 199 "12345" | 193 "12345" |
| 200 ], | 194 ], |
| 201 "name": "archive_build" | 195 "name": "archive_build" |
| 202 }, | 196 }, |
| 203 { | 197 { |
| 204 "name": "$result", | 198 "name": "$result", |
| 205 "recipe_result": null, | 199 "recipe_result": null, |
| 206 "status_code": 0 | 200 "status_code": 0 |
| 207 } | 201 } |
| 208 ] | 202 ] |
| OLD | NEW |