| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE[depot_tools]\\gclient.py", | 6 "RECIPE_PACKAGE[depot_tools]\\gclient.py", |
| 7 "sync", | 7 "sync", |
| 8 "--verbose", | 8 "--verbose", |
| 9 "--force", | 9 "--force", |
| 10 "--revision", | 10 "--revision", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 "--root", | 41 "--root", |
| 42 "src", | 42 "src", |
| 43 "--revision_mapping_file", | 43 "--revision_mapping_file", |
| 44 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 44 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 45 "--git-cache-dir", | 45 "--git-cache-dir", |
| 46 "[GIT_CACHE]", | 46 "[GIT_CACHE]", |
| 47 "--output_json", | 47 "--output_json", |
| 48 "/path/to/tmp/json", | 48 "/path/to/tmp/json", |
| 49 "--revision", | 49 "--revision", |
| 50 "src@HEAD", | 50 "src@HEAD", |
| 51 "--force", |
| 51 "--output_manifest" | 52 "--output_manifest" |
| 52 ], | 53 ], |
| 53 "cwd": "[SLAVE_BUILD]", | 54 "cwd": "[SLAVE_BUILD]", |
| 54 "env": { | 55 "env": { |
| 55 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" | 56 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]" |
| 56 }, | 57 }, |
| 57 "name": "bot_update", | 58 "name": "bot_update", |
| 58 "~followup_annotations": [ | 59 "~followup_annotations": [ |
| 59 "@@@STEP_TEXT@Some step text@@@", | 60 "@@@STEP_TEXT@Some step text@@@", |
| 60 "@@@STEP_LOG_LINE@json.output@{@@@", | 61 "@@@STEP_LOG_LINE@json.output@{@@@", |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 ], | 297 ], |
| 297 "cwd": "[SLAVE_BUILD]", | 298 "cwd": "[SLAVE_BUILD]", |
| 298 "name": "process_dumps" | 299 "name": "process_dumps" |
| 299 }, | 300 }, |
| 300 { | 301 { |
| 301 "name": "$result", | 302 "name": "$result", |
| 302 "recipe_result": null, | 303 "recipe_result": null, |
| 303 "status_code": 0 | 304 "status_code": 0 |
| 304 } | 305 } |
| 305 ] | 306 ] |
| OLD | NEW |