| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 "-m", | 233 "-m", |
| 234 "tryserver.chromium.perf", | 234 "tryserver.chromium.perf", |
| 235 "-b", | 235 "-b", |
| 236 "linux_perf_bisect", | 236 "linux_perf_bisect", |
| 237 "--config-file", | 237 "--config-file", |
| 238 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 238 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 239 "--goma-dir", | 239 "--goma-dir", |
| 240 "[CACHE]/cipd/goma", | 240 "[CACHE]/cipd/goma", |
| 241 "//out/Release" | 241 "//out/Release" |
| 242 ], | 242 ], |
| 243 "cwd": "[SLAVE_BUILD]/src", |
| 243 "env": { | 244 "env": { |
| 244 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 245 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 245 }, | 246 }, |
| 246 "name": "generate_build_files (with patch)" | 247 "name": "generate_build_files (with patch)" |
| 247 }, | 248 }, |
| 248 { | 249 { |
| 249 "cmd": [ | 250 "cmd": [ |
| 250 "python", | 251 "python", |
| 251 "-u", | 252 "-u", |
| 252 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 253 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 "@@@STEP_LOG_LINE@json.output@[]@@@", | 431 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 431 "@@@STEP_LOG_END@json.output@@@" | 432 "@@@STEP_LOG_END@json.output@@@" |
| 432 ] | 433 ] |
| 433 }, | 434 }, |
| 434 { | 435 { |
| 435 "name": "$result", | 436 "name": "$result", |
| 436 "recipe_result": null, | 437 "recipe_result": null, |
| 437 "status_code": 0 | 438 "status_code": 0 |
| 438 } | 439 } |
| 439 ] | 440 ] |
| OLD | NEW |