| 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 "name": "swarming.py --version", | 122 "name": "swarming.py --version", |
| 123 "stdout": "/path/to/tmp/", | 123 "stdout": "/path/to/tmp/", |
| 124 "~followup_annotations": [ | 124 "~followup_annotations": [ |
| 125 "@@@STEP_TEXT@0.4.10@@@" | 125 "@@@STEP_TEXT@0.4.10@@@" |
| 126 ] | 126 ] |
| 127 }, | 127 }, |
| 128 { | 128 { |
| 129 "cmd": [ | 129 "cmd": [ |
| 130 "python", | 130 "python", |
| 131 "-u", | 131 "-u", |
| 132 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 133 "[SLAVE_BUILD]\\src\\out\\Release" |
| 134 ], |
| 135 "name": "rmtree clobber", |
| 136 "~followup_annotations": [ |
| 137 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 138 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 139 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 140 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 141 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 142 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 143 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 144 "@@@STEP_LOG_END@python.inline@@@" |
| 145 ] |
| 146 }, |
| 147 { |
| 148 "cmd": [ |
| 149 "python", |
| 150 "-u", |
| 132 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 151 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 133 "runhooks" | 152 "runhooks" |
| 134 ], | 153 ], |
| 135 "cwd": "[SLAVE_BUILD]\\src", | 154 "cwd": "[SLAVE_BUILD]\\src", |
| 136 "env": { | 155 "env": { |
| 137 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 156 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 138 "GYP_CHROMIUM_NO_ACTION": "1", | 157 "GYP_CHROMIUM_NO_ACTION": "1", |
| 139 "GYP_DEFINES": "asan=1 clang=1 component=static_library enable_ipc_fuzzer=
1 fastbuild=0 target_arch=ia32 test_isolation_mode=prepare v8_enable_verify_heap
=1", | 158 "GYP_DEFINES": "asan=1 clang=1 component=static_library enable_ipc_fuzzer=
1 fastbuild=0 target_arch=ia32 test_isolation_mode=prepare v8_enable_verify_heap
=1", |
| 140 "LLVM_FORCE_HEAD_REVISION": "YES", | 159 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 141 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 160 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 "~followup_annotations": [ | 397 "~followup_annotations": [ |
| 379 "@@@STEP_TEXT@CrWinAsan tester@@@" | 398 "@@@STEP_TEXT@CrWinAsan tester@@@" |
| 380 ] | 399 ] |
| 381 }, | 400 }, |
| 382 { | 401 { |
| 383 "name": "$result", | 402 "name": "$result", |
| 384 "recipe_result": null, | 403 "recipe_result": null, |
| 385 "status_code": 0 | 404 "status_code": 0 |
| 386 } | 405 } |
| 387 ] | 406 ] |
| OLD | NEW |