| 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 "name": "generate_build_files (with patch)" | 257 "name": "generate_build_files (with patch)" |
| 258 }, | 258 }, |
| 259 { | 259 { |
| 260 "cmd": [ | 260 "cmd": [ |
| 261 "python", | 261 "python", |
| 262 "-u", | 262 "-u", |
| 263 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 263 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 264 "--show-path", | 264 "--show-path", |
| 265 "python", | 265 "python", |
| 266 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 266 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 267 "--gsutil-py-path", |
| 268 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 267 "--ninja-path", | 269 "--ninja-path", |
| 268 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 270 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 269 "--target", | 271 "--target", |
| 270 "Release", | 272 "Release", |
| 271 "--src-dir", | 273 "--src-dir", |
| 272 "[SLAVE_BUILD]/src", | 274 "[SLAVE_BUILD]/src", |
| 273 "--goma-cache-dir", | 275 "--goma-cache-dir", |
| 274 "[GOMA_CACHE]", | 276 "[GOMA_CACHE]", |
| 275 "--build-tool", | 277 "--build-tool", |
| 276 "ninja", | 278 "ninja", |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 "@@@STEP_LOG_LINE@json.output@[]@@@", | 443 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 442 "@@@STEP_LOG_END@json.output@@@" | 444 "@@@STEP_LOG_END@json.output@@@" |
| 443 ] | 445 ] |
| 444 }, | 446 }, |
| 445 { | 447 { |
| 446 "name": "$result", | 448 "name": "$result", |
| 447 "recipe_result": null, | 449 "recipe_result": null, |
| 448 "status_code": 0 | 450 "status_code": 0 |
| 449 } | 451 } |
| 450 ] | 452 ] |
| OLD | NEW |