| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 "--root", | 24 "--root", |
| 25 "src", | 25 "src", |
| 26 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/libjingle/
source/talk\": \"got_libjingle_revision\", \"src/third_party/libvpx/source\": \"
got_libvpx_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"sr
c/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v
8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/libjingle/
source/talk\": \"got_libjingle_revision\", \"src/third_party/libvpx/source\": \"
got_libvpx_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"sr
c/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v
8_revision\"}", |
| 28 "--git-cache-dir", | 28 "--git-cache-dir", |
| 29 "[GIT_CACHE]", | 29 "[GIT_CACHE]", |
| 30 "--output_json", | 30 "--output_json", |
| 31 "/path/to/tmp/json", | 31 "/path/to/tmp/json", |
| 32 "--revision", | 32 "--revision", |
| 33 "src@1111111", | 33 "src@1111111", |
| 34 "--force", |
| 34 "--output_manifest" | 35 "--output_manifest" |
| 35 ], | 36 ], |
| 36 "cwd": "[SLAVE_BUILD]", | 37 "cwd": "[SLAVE_BUILD]", |
| 37 "env": { | 38 "env": { |
| 38 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" | 39 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" |
| 39 }, | 40 }, |
| 40 "name": "bot_update", | 41 "name": "bot_update", |
| 41 "~followup_annotations": [ | 42 "~followup_annotations": [ |
| 42 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
| (...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 ], | 388 ], |
| 388 "cwd": "[SLAVE_BUILD]", | 389 "cwd": "[SLAVE_BUILD]", |
| 389 "name": "process_dumps" | 390 "name": "process_dumps" |
| 390 }, | 391 }, |
| 391 { | 392 { |
| 392 "name": "$result", | 393 "name": "$result", |
| 393 "recipe_result": null, | 394 "recipe_result": null, |
| 394 "status_code": 0 | 395 "status_code": 0 |
| 395 } | 396 } |
| 396 ] | 397 ] |
| OLD | NEW |