| 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 "--gsutil-py-path", | 256 "--gsutil-py-path", |
| 257 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 257 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 258 "--ninja-path", | 258 "--ninja-path", |
| 259 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 259 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 260 "--target", | 260 "--target", |
| 261 "Release", | 261 "Release", |
| 262 "--src-dir", | 262 "--src-dir", |
| 263 "[SLAVE_BUILD]/src", | 263 "[SLAVE_BUILD]/src", |
| 264 "--goma-cache-dir", | 264 "--goma-cache-dir", |
| 265 "[GOMA_CACHE]", | 265 "[GOMA_CACHE]", |
| 266 "--build-tool", | |
| 267 "ninja", | |
| 268 "--compiler", | 266 "--compiler", |
| 269 "goma", | 267 "goma", |
| 270 "--goma-jsonstatus", | 268 "--goma-jsonstatus", |
| 271 "/path/to/tmp/json", | 269 "/path/to/tmp/json", |
| 272 "--goma-service-account-json-file", | 270 "--goma-service-account-json-file", |
| 273 "/creds/service_accounts/service-account-goma-client.json", | 271 "/creds/service_accounts/service-account-goma-client.json", |
| 274 "--mode", | 272 "--mode", |
| 275 "official", | 273 "official", |
| 276 "--goma-dir", | 274 "--goma-dir", |
| 277 "[CACHE]/cipd/goma", | 275 "[CACHE]/cipd/goma", |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 "@@@STEP_LOG_LINE@json.output@[]@@@", | 430 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 433 "@@@STEP_LOG_END@json.output@@@" | 431 "@@@STEP_LOG_END@json.output@@@" |
| 434 ] | 432 ] |
| 435 }, | 433 }, |
| 436 { | 434 { |
| 437 "name": "$result", | 435 "name": "$result", |
| 438 "recipe_result": null, | 436 "recipe_result": null, |
| 439 "status_code": 0 | 437 "status_code": 0 |
| 440 } | 438 } |
| 441 ] | 439 ] |
| OLD | NEW |