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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 "name": "get compile targets for scripts", | 145 "name": "get compile targets for scripts", |
146 "~followup_annotations": [ | 146 "~followup_annotations": [ |
147 "@@@STEP_LOG_LINE@json.output@{}@@@", | 147 "@@@STEP_LOG_LINE@json.output@{}@@@", |
148 "@@@STEP_LOG_END@json.output@@@" | 148 "@@@STEP_LOG_END@json.output@@@" |
149 ] | 149 ] |
150 }, | 150 }, |
151 { | 151 { |
152 "cmd": [ | 152 "cmd": [ |
153 "python", | 153 "python", |
154 "-u", | 154 "-u", |
155 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | |
156 ], | |
157 "cwd": "[SLAVE_BUILD]", | |
158 "name": "cleanup_temp" | |
159 }, | |
160 { | |
161 "cmd": [ | |
162 "python", | |
163 "-u", | |
164 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 155 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
165 "[SLAVE_BUILD]\\src\\out\\Release" | 156 "[SLAVE_BUILD]\\src\\out\\Release" |
166 ], | 157 ], |
167 "cwd": "[SLAVE_BUILD]", | 158 "cwd": "[SLAVE_BUILD]", |
168 "name": "rmtree build directory", | 159 "name": "rmtree build directory", |
169 "~followup_annotations": [ | 160 "~followup_annotations": [ |
170 "@@@STEP_LOG_LINE@python.inline@@@@", | 161 "@@@STEP_LOG_LINE@python.inline@@@@", |
171 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 162 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
172 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 163 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
173 "@@@STEP_LOG_LINE@python.inline@@@@", | 164 "@@@STEP_LOG_LINE@python.inline@@@@", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 202 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
212 "@@@STEP_LOG_LINE@json.output@}@@@", | 203 "@@@STEP_LOG_LINE@json.output@}@@@", |
213 "@@@STEP_LOG_END@json.output@@@", | 204 "@@@STEP_LOG_END@json.output@@@", |
214 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 205 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
215 ] | 206 ] |
216 }, | 207 }, |
217 { | 208 { |
218 "cmd": [ | 209 "cmd": [ |
219 "python", | 210 "python", |
220 "-u", | 211 "-u", |
| 212 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 213 ], |
| 214 "cwd": "[SLAVE_BUILD]", |
| 215 "name": "cleanup_temp" |
| 216 }, |
| 217 { |
| 218 "cmd": [ |
| 219 "python", |
| 220 "-u", |
221 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", | 221 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", |
222 "--target", | 222 "--target", |
223 "Release" | 223 "Release" |
224 ], | 224 ], |
225 "cwd": "[SLAVE_BUILD]", | 225 "cwd": "[SLAVE_BUILD]", |
226 "name": "start_crash_service" | 226 "name": "start_crash_service" |
227 }, | 227 }, |
228 { | 228 { |
229 "cmd": [ | 229 "cmd": [ |
230 "python", | 230 "python", |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 "python", | 396 "python", |
397 "-u", | 397 "-u", |
398 "[BUILD]\\scripts\\slave\\process_dumps.py", | 398 "[BUILD]\\scripts\\slave\\process_dumps.py", |
399 "--target", | 399 "--target", |
400 "Release" | 400 "Release" |
401 ], | 401 ], |
402 "cwd": "[SLAVE_BUILD]", | 402 "cwd": "[SLAVE_BUILD]", |
403 "name": "process_dumps" | 403 "name": "process_dumps" |
404 } | 404 } |
405 ] | 405 ] |
OLD | NEW |