| 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 ], | 318 ], |
| 318 "cwd": "[SLAVE_BUILD]", | 319 "cwd": "[SLAVE_BUILD]", |
| 319 "name": "process_dumps" | 320 "name": "process_dumps" |
| 320 }, | 321 }, |
| 321 { | 322 { |
| 322 "name": "$result", | 323 "name": "$result", |
| 323 "recipe_result": null, | 324 "recipe_result": null, |
| 324 "status_code": 0 | 325 "status_code": 0 |
| 325 } | 326 } |
| 326 ] | 327 ] |
| OLD | NEW |