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