| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 "src", | 46 "src", |
| 47 "--revision_mapping_file", | 47 "--revision_mapping_file", |
| 48 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 48 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
| 49 "--git-cache-dir", | 49 "--git-cache-dir", |
| 50 "[GIT_CACHE]", | 50 "[GIT_CACHE]", |
| 51 "--output_json", | 51 "--output_json", |
| 52 "/path/to/tmp/json", | 52 "/path/to/tmp/json", |
| 53 "--revision", | 53 "--revision", |
| 54 "src@HEAD", | 54 "src@HEAD", |
| 55 "--force", | 55 "--force", |
| 56 "--output_manifest", | 56 "--output_manifest" |
| 57 "--gerrit_no_rebase_patch_ref" | |
| 58 ], | 57 ], |
| 59 "cwd": "[BUILDER_CACHE]\\Win_ASan_Release_Coverage", | 58 "cwd": "[BUILDER_CACHE]\\Win_ASan_Release_Coverage", |
| 60 "env": { | 59 "env": { |
| 61 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 62 }, | 61 }, |
| 63 "name": "bot_update", | 62 "name": "bot_update", |
| 64 "~followup_annotations": [ | 63 "~followup_annotations": [ |
| 65 "@@@STEP_TEXT@Some step text@@@", | 64 "@@@STEP_TEXT@Some step text@@@", |
| 66 "@@@STEP_LOG_LINE@json.output@{@@@", | 65 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 67 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 404 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 406 "@@@STEP_LOG_END@python.inline@@@" | 405 "@@@STEP_LOG_END@python.inline@@@" |
| 407 ] | 406 ] |
| 408 }, | 407 }, |
| 409 { | 408 { |
| 410 "name": "$result", | 409 "name": "$result", |
| 411 "recipe_result": null, | 410 "recipe_result": null, |
| 412 "status_code": 0 | 411 "status_code": 0 |
| 413 } | 412 } |
| 414 ] | 413 ] |
| OLD | NEW |