| 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.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_perf_bisect", | 10 "linux_perf_bisect", |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 "--src-dir", | 257 "--src-dir", |
| 258 "[SLAVE_BUILD]/src", | 258 "[SLAVE_BUILD]/src", |
| 259 "--goma-cache-dir", | 259 "--goma-cache-dir", |
| 260 "[GOMA_CACHE]", | 260 "[GOMA_CACHE]", |
| 261 "--build-tool", | 261 "--build-tool", |
| 262 "ninja", | 262 "ninja", |
| 263 "--compiler", | 263 "--compiler", |
| 264 "goma", | 264 "goma", |
| 265 "--goma-jsonstatus", | 265 "--goma-jsonstatus", |
| 266 "/path/to/tmp/json", | 266 "/path/to/tmp/json", |
| 267 "--goma-service-account-json-file", | |
| 268 "/creds/service_accounts/service-account-goma-client.json", | |
| 269 "--mode", | 267 "--mode", |
| 270 "official", | 268 "official", |
| 271 "--goma-dir", | 269 "--goma-dir", |
| 272 "[CACHE]/cipd/goma", | 270 "[CACHE]/cipd/goma", |
| 273 "--goma-hermetic", | 271 "--goma-hermetic", |
| 274 "fallback", | 272 "fallback", |
| 275 "--goma-fail-fast", | 273 "--goma-fail-fast", |
| 276 "--goma-disable-local-fallback", | 274 "--goma-disable-local-fallback", |
| 277 "--", | 275 "--", |
| 278 "chromium_builder_perf" | 276 "chromium_builder_perf" |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 "@@@STEP_LOG_LINE@json.output@[]@@@", | 427 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 430 "@@@STEP_LOG_END@json.output@@@" | 428 "@@@STEP_LOG_END@json.output@@@" |
| 431 ] | 429 ] |
| 432 }, | 430 }, |
| 433 { | 431 { |
| 434 "name": "$result", | 432 "name": "$result", |
| 435 "recipe_result": null, | 433 "recipe_result": null, |
| 436 "status_code": 0 | 434 "status_code": 0 |
| 437 } | 435 } |
| 438 ] | 436 ] |
| OLD | NEW |