| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 "[GIT_CACHE]", | 22 "[GIT_CACHE]", |
| 23 "--output_json", | 23 "--output_json", |
| 24 "/path/to/tmp/json", | 24 "/path/to/tmp/json", |
| 25 "--revision", | 25 "--revision", |
| 26 "v8@refs/branch-heads/4.2:20123", | 26 "v8@refs/branch-heads/4.2:20123", |
| 27 "--no_shallow", | 27 "--no_shallow", |
| 28 "--output_manifest", | 28 "--output_manifest", |
| 29 "--with_branch_heads" | 29 "--with_branch_heads" |
| 30 ], | 30 ], |
| 31 "env": { | 31 "env": { |
| 32 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 32 "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s" |
| 33 }, | 33 }, |
| 34 "name": "bot_update", | 34 "name": "bot_update", |
| 35 "~followup_annotations": [ | 35 "~followup_annotations": [ |
| 36 "@@@STEP_TEXT@Some step text@@@", | 36 "@@@STEP_TEXT@Some step text@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@{@@@", | 37 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"refs/branch-heads/4.2:20123\"@
@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"refs/branch-heads/4.2:20123\"@
@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \"
mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}" | 321 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \"
mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}" |
| 322 ], | 322 ], |
| 323 "name": "package build" | 323 "name": "package build" |
| 324 }, | 324 }, |
| 325 { | 325 { |
| 326 "name": "$result", | 326 "name": "$result", |
| 327 "recipe_result": null, | 327 "recipe_result": null, |
| 328 "status_code": 0 | 328 "status_code": 0 |
| 329 } | 329 } |
| 330 ] | 330 ] |
| OLD | NEW |