| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 "{\"src\": \"got_chromium_revision\", \"src/buildtools\": \"got_buildtools
_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/ang
le\": \"got_angle_revision\", \"src/third_party/skia\": \"got_revision\", \"src/
third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"
got_swarming_client_revision\", \"src/v8\": \"got_v8_revision\"}", | 48 "{\"src\": \"got_chromium_revision\", \"src/buildtools\": \"got_buildtools
_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/ang
le\": \"got_angle_revision\", \"src/third_party/skia\": \"got_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 "--revision", | 55 "--revision", |
| 56 "src/third_party/skia@1111111", | 56 "src/third_party/skia@1111111", |
| 57 "--force", | 57 "--force", |
| 58 "--output_manifest" | 58 "--output_manifest", |
| 59 "--gerrit_no_rebase_patch_ref" |
| 59 ], | 60 ], |
| 60 "cwd": "[BUILDER_CACHE]\\Win7_Tests__1__Trybot", | 61 "cwd": "[BUILDER_CACHE]\\Win7_Tests__1__Trybot", |
| 61 "env": { | 62 "env": { |
| 62 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 63 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 63 }, | 64 }, |
| 64 "name": "bot_update", | 65 "name": "bot_update", |
| 65 "~followup_annotations": [ | 66 "~followup_annotations": [ |
| 66 "@@@STEP_TEXT@Some step text@@@", | 67 "@@@STEP_TEXT@Some step text@@@", |
| 67 "@@@STEP_LOG_LINE@json.output@{@@@", | 68 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 68 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 69 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| (...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 533 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 533 }, | 534 }, |
| 534 "name": "process_dumps" | 535 "name": "process_dumps" |
| 535 }, | 536 }, |
| 536 { | 537 { |
| 537 "name": "$result", | 538 "name": "$result", |
| 538 "recipe_result": null, | 539 "recipe_result": null, |
| 539 "status_code": 0 | 540 "status_code": 0 |
| 540 } | 541 } |
| 541 ] | 542 ] |
| OLD | NEW |