| 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 15 matching lines...) Expand all Loading... |
| 26 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 27 "{\"src\": \"got_chromium_revision\", \"src/native_client\": \"got_nacl_re
vision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/s
kia\": \"got_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"
src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got
_v8_revision\"}", | 27 "{\"src\": \"got_chromium_revision\", \"src/native_client\": \"got_nacl_re
vision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/s
kia\": \"got_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"
src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got
_v8_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@HEAD", | 33 "src@HEAD", |
| 34 "--revision", | 34 "--revision", |
| 35 "src/third_party/skia@1111111", | 35 "src/third_party/skia@1111111", |
| 36 "--force", |
| 36 "--output_manifest" | 37 "--output_manifest" |
| 37 ], | 38 ], |
| 38 "cwd": "[SLAVE_BUILD]", | 39 "cwd": "[SLAVE_BUILD]", |
| 39 "env": { | 40 "env": { |
| 40 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" | 41 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" |
| 41 }, | 42 }, |
| 42 "name": "bot_update", | 43 "name": "bot_update", |
| 43 "~followup_annotations": [ | 44 "~followup_annotations": [ |
| 44 "@@@STEP_TEXT@Some step text@@@", | 45 "@@@STEP_TEXT@Some step text@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@{@@@", | 46 "@@@STEP_LOG_LINE@json.output@{@@@", |
| (...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 ], | 432 ], |
| 432 "cwd": "[SLAVE_BUILD]", | 433 "cwd": "[SLAVE_BUILD]", |
| 433 "name": "process_dumps" | 434 "name": "process_dumps" |
| 434 }, | 435 }, |
| 435 { | 436 { |
| 436 "name": "$result", | 437 "name": "$result", |
| 437 "recipe_result": null, | 438 "recipe_result": null, |
| 438 "status_code": 0 | 439 "status_code": 0 |
| 439 } | 440 } |
| 440 ] | 441 ] |
| OLD | NEW |