| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 "--src-dir", | 370 "--src-dir", |
| 371 "[SLAVE_BUILD]/src", | 371 "[SLAVE_BUILD]/src", |
| 372 "--goma-cache-dir", | 372 "--goma-cache-dir", |
| 373 "[GOMA_CACHE]", | 373 "[GOMA_CACHE]", |
| 374 "--build-tool", | 374 "--build-tool", |
| 375 "ninja", | 375 "ninja", |
| 376 "--compiler", | 376 "--compiler", |
| 377 "goma", | 377 "goma", |
| 378 "--goma-jsonstatus", | 378 "--goma-jsonstatus", |
| 379 "/path/to/tmp/json", | 379 "/path/to/tmp/json", |
| 380 "--goma-service-account-json-file", |
| 381 "/creds/service_accounts/service-account-goma-client.json", |
| 380 "--goma-dir", | 382 "--goma-dir", |
| 381 "[CACHE]/cipd/goma", | 383 "[CACHE]/cipd/goma", |
| 382 "--goma-fail-fast", | 384 "--goma-fail-fast", |
| 383 "--goma-disable-local-fallback", | 385 "--goma-disable-local-fallback", |
| 384 "--ninja-ensure-up-to-date", | 386 "--ninja-ensure-up-to-date", |
| 385 "--", | 387 "--", |
| 386 "chromium_swarm_tests" | 388 "chromium_swarm_tests" |
| 387 ], | 389 ], |
| 388 "cwd": "[SLAVE_BUILD]", | 390 "cwd": "[SLAVE_BUILD]", |
| 389 "name": "compile (with patch)", | 391 "name": "compile (with patch)", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 400 ], | 402 ], |
| 401 "cwd": "[SLAVE_BUILD]", | 403 "cwd": "[SLAVE_BUILD]", |
| 402 "name": "mark: before_tests" | 404 "name": "mark: before_tests" |
| 403 }, | 405 }, |
| 404 { | 406 { |
| 405 "name": "$result", | 407 "name": "$result", |
| 406 "recipe_result": null, | 408 "recipe_result": null, |
| 407 "status_code": 0 | 409 "status_code": 0 |
| 408 } | 410 } |
| 409 ] | 411 ] |
| OLD | NEW |