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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 "name": "get compile targets for scripts", | 134 "name": "get compile targets for scripts", |
135 "~followup_annotations": [ | 135 "~followup_annotations": [ |
136 "@@@STEP_LOG_LINE@json.output@{}@@@", | 136 "@@@STEP_LOG_LINE@json.output@{}@@@", |
137 "@@@STEP_LOG_END@json.output@@@" | 137 "@@@STEP_LOG_END@json.output@@@" |
138 ] | 138 ] |
139 }, | 139 }, |
140 { | 140 { |
141 "cmd": [ | 141 "cmd": [ |
142 "python", | 142 "python", |
143 "-u", | 143 "-u", |
144 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | |
145 ], | |
146 "cwd": "[SLAVE_BUILD]", | |
147 "name": "cleanup_temp" | |
148 }, | |
149 { | |
150 "cmd": [ | |
151 "python", | |
152 "-u", | |
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", | 144 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
154 "[SLAVE_BUILD]\\src\\out\\Release" | 145 "[SLAVE_BUILD]\\src\\out\\Release" |
155 ], | 146 ], |
156 "cwd": "[SLAVE_BUILD]", | 147 "cwd": "[SLAVE_BUILD]", |
157 "name": "rmtree build directory", | 148 "name": "rmtree build directory", |
158 "~followup_annotations": [ | 149 "~followup_annotations": [ |
159 "@@@STEP_LOG_LINE@python.inline@@@@", | 150 "@@@STEP_LOG_LINE@python.inline@@@@", |
160 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 151 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
161 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 152 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
162 "@@@STEP_LOG_LINE@python.inline@@@@", | 153 "@@@STEP_LOG_LINE@python.inline@@@@", |
(...skipping 18 matching lines...) Expand all Loading... |
181 "--build-properties", | 172 "--build-properties", |
182 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit XP\", \"buildnumber\": 571, \"mastername\": \"chromium.w
ebkit\", \"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\"
: \"7496f63cbefd34b2d791022fbad64a82838a3f3f\", \"parent_got_webkit_revision\":
\"191275\", \"project\": \"webkit\", \"recipe\": \"chromium\", \"revision\": \"1
91275\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS
lavename\"}" | 173 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit XP\", \"buildnumber\": 571, \"mastername\": \"chromium.w
ebkit\", \"parent_buildername\": \"WebKit Win Builder\", \"parent_got_revision\"
: \"7496f63cbefd34b2d791022fbad64a82838a3f3f\", \"parent_got_webkit_revision\":
\"191275\", \"project\": \"webkit\", \"recipe\": \"chromium\", \"revision\": \"1
91275\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestS
lavename\"}" |
183 ], | 174 ], |
184 "cwd": "[SLAVE_BUILD]", | 175 "cwd": "[SLAVE_BUILD]", |
185 "name": "extract build" | 176 "name": "extract build" |
186 }, | 177 }, |
187 { | 178 { |
188 "cmd": [ | 179 "cmd": [ |
189 "python", | 180 "python", |
190 "-u", | 181 "-u", |
| 182 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 183 ], |
| 184 "cwd": "[SLAVE_BUILD]", |
| 185 "name": "cleanup_temp" |
| 186 }, |
| 187 { |
| 188 "cmd": [ |
| 189 "python", |
| 190 "-u", |
191 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", | 191 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", |
192 "--target", | 192 "--target", |
193 "Release" | 193 "Release" |
194 ], | 194 ], |
195 "cwd": "[SLAVE_BUILD]", | 195 "cwd": "[SLAVE_BUILD]", |
196 "name": "start_crash_service" | 196 "name": "start_crash_service" |
197 }, | 197 }, |
198 { | 198 { |
199 "cmd": [ | 199 "cmd": [ |
200 "python", | 200 "python", |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 "python", | 265 "python", |
266 "-u", | 266 "-u", |
267 "[BUILD]\\scripts\\slave\\process_dumps.py", | 267 "[BUILD]\\scripts\\slave\\process_dumps.py", |
268 "--target", | 268 "--target", |
269 "Release" | 269 "Release" |
270 ], | 270 ], |
271 "cwd": "[SLAVE_BUILD]", | 271 "cwd": "[SLAVE_BUILD]", |
272 "name": "process_dumps" | 272 "name": "process_dumps" |
273 } | 273 } |
274 ] | 274 ] |
OLD | NEW |