| 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", |
| 369 "--goma-dir", | 371 "--goma-dir", |
| 370 "[CACHE]/cipd/goma", | 372 "[CACHE]/cipd/goma", |
| 371 "--goma-fail-fast", | 373 "--goma-fail-fast", |
| 372 "--goma-disable-local-fallback", | 374 "--goma-disable-local-fallback", |
| 373 "--ninja-ensure-up-to-date", | 375 "--ninja-ensure-up-to-date", |
| 374 "--", | 376 "--", |
| 375 "chromium_swarm_tests" | 377 "chromium_swarm_tests" |
| 376 ], | 378 ], |
| 377 "cwd": "[SLAVE_BUILD]", | 379 "cwd": "[SLAVE_BUILD]", |
| 378 "name": "compile (with patch)", | 380 "name": "compile (with patch)", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 389 ], | 391 ], |
| 390 "cwd": "[SLAVE_BUILD]", | 392 "cwd": "[SLAVE_BUILD]", |
| 391 "name": "mark: before_tests" | 393 "name": "mark: before_tests" |
| 392 }, | 394 }, |
| 393 { | 395 { |
| 394 "name": "$result", | 396 "name": "$result", |
| 395 "recipe_result": null, | 397 "recipe_result": null, |
| 396 "status_code": 0 | 398 "status_code": 0 |
| 397 } | 399 } |
| 398 ] | 400 ] |
| OLD | NEW |