| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "ChromePracticeFullTester", | 10 "ChromePracticeFullTester", |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 "--src-dir", | 219 "--src-dir", |
| 220 "[SLAVE_BUILD]/src", | 220 "[SLAVE_BUILD]/src", |
| 221 "--goma-cache-dir", | 221 "--goma-cache-dir", |
| 222 "[GOMA_CACHE]", | 222 "[GOMA_CACHE]", |
| 223 "--build-tool", | 223 "--build-tool", |
| 224 "ninja", | 224 "ninja", |
| 225 "--compiler", | 225 "--compiler", |
| 226 "goma", | 226 "goma", |
| 227 "--goma-jsonstatus", | 227 "--goma-jsonstatus", |
| 228 "/path/to/tmp/json", | 228 "/path/to/tmp/json", |
| 229 "--goma-service-account-json-file", | |
| 230 "/creds/service_accounts/service-account-goma-client.json", | |
| 231 "--goma-dir", | 229 "--goma-dir", |
| 232 "[CACHE]/cipd/goma", | 230 "[CACHE]/cipd/goma", |
| 233 "--ninja-ensure-up-to-date", | 231 "--ninja-ensure-up-to-date", |
| 234 "--", | 232 "--", |
| 235 "base_unittests", | 233 "base_unittests", |
| 236 "chromium_swarm_tests" | 234 "chromium_swarm_tests" |
| 237 ], | 235 ], |
| 238 "cwd": "[SLAVE_BUILD]", | 236 "cwd": "[SLAVE_BUILD]", |
| 239 "name": "compile", | 237 "name": "compile", |
| 240 "~followup_annotations": [ | 238 "~followup_annotations": [ |
| (...skipping 26 matching lines...) Expand all Loading... |
| 267 ], | 265 ], |
| 268 "cwd": "[SLAVE_BUILD]", | 266 "cwd": "[SLAVE_BUILD]", |
| 269 "name": "base_unittests" | 267 "name": "base_unittests" |
| 270 }, | 268 }, |
| 271 { | 269 { |
| 272 "name": "$result", | 270 "name": "$result", |
| 273 "recipe_result": null, | 271 "recipe_result": null, |
| 274 "status_code": 0 | 272 "status_code": 0 |
| 275 } | 273 } |
| 276 ] | 274 ] |
| OLD | NEW |