| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "--src-dir", | 359 "--src-dir", |
| 360 "[SLAVE_BUILD]/src", | 360 "[SLAVE_BUILD]/src", |
| 361 "--goma-cache-dir", | 361 "--goma-cache-dir", |
| 362 "[GOMA_CACHE]", | 362 "[GOMA_CACHE]", |
| 363 "--build-tool", | 363 "--build-tool", |
| 364 "ninja", | 364 "ninja", |
| 365 "--compiler", | 365 "--compiler", |
| 366 "goma", | 366 "goma", |
| 367 "--goma-jsonstatus", | 367 "--goma-jsonstatus", |
| 368 "/path/to/tmp/json", | 368 "/path/to/tmp/json", |
| 369 "--goma-service-account-json-file", | |
| 370 "/creds/service_accounts/service-account-goma-client.json", | |
| 371 "--goma-dir", | 369 "--goma-dir", |
| 372 "[CACHE]/cipd/goma", | 370 "[CACHE]/cipd/goma", |
| 373 "--goma-fail-fast", | 371 "--goma-fail-fast", |
| 374 "--goma-disable-local-fallback", | 372 "--goma-disable-local-fallback", |
| 375 "--ninja-ensure-up-to-date", | 373 "--ninja-ensure-up-to-date", |
| 376 "--", | 374 "--", |
| 377 "chromium_swarm_tests" | 375 "chromium_swarm_tests" |
| 378 ], | 376 ], |
| 379 "cwd": "[SLAVE_BUILD]", | 377 "cwd": "[SLAVE_BUILD]", |
| 380 "name": "compile (with patch)", | 378 "name": "compile (with patch)", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 391 ], | 389 ], |
| 392 "cwd": "[SLAVE_BUILD]", | 390 "cwd": "[SLAVE_BUILD]", |
| 393 "name": "mark: before_tests" | 391 "name": "mark: before_tests" |
| 394 }, | 392 }, |
| 395 { | 393 { |
| 396 "name": "$result", | 394 "name": "$result", |
| 397 "recipe_result": null, | 395 "recipe_result": null, |
| 398 "status_code": 0 | 396 "status_code": 0 |
| 399 } | 397 } |
| 400 ] | 398 ] |
| OLD | NEW |