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