OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.webkit", | 8 "chromium.webkit", |
9 "--builder", | 9 "--builder", |
10 "WebKit Linux Oilpan Leak", | 10 "WebKit Linux Oilpan Leak", |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 "-u", | 177 "-u", |
178 "[BUILD]/scripts/slave/cleanup_temp.py" | 178 "[BUILD]/scripts/slave/cleanup_temp.py" |
179 ], | 179 ], |
180 "cwd": "[SLAVE_BUILD]", | 180 "cwd": "[SLAVE_BUILD]", |
181 "name": "cleanup_temp" | 181 "name": "cleanup_temp" |
182 }, | 182 }, |
183 { | 183 { |
184 "cmd": [ | 184 "cmd": [ |
185 "python", | 185 "python", |
186 "-u", | 186 "-u", |
187 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 187 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
188 "--build-dir", | 188 "--build-dir", |
189 "[SLAVE_BUILD]/src/out/Release", | 189 "[SLAVE_BUILD]/src/out/Release", |
190 "--clean-isolated-files" | 190 "--clean-isolated-files" |
191 ], | 191 ], |
192 "cwd": "[SLAVE_BUILD]", | 192 "cwd": "[SLAVE_BUILD]", |
193 "name": "clean isolated files" | 193 "name": "clean isolated files" |
194 }, | 194 }, |
195 { | 195 { |
196 "cmd": [ | 196 "cmd": [ |
197 "python", | 197 "python", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 "name": "compile", | 239 "name": "compile", |
240 "~followup_annotations": [ | 240 "~followup_annotations": [ |
241 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 241 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
242 "@@@STEP_LOG_END@json.output (invalid)@@@" | 242 "@@@STEP_LOG_END@json.output (invalid)@@@" |
243 ] | 243 ] |
244 }, | 244 }, |
245 { | 245 { |
246 "cmd": [ | 246 "cmd": [ |
247 "python", | 247 "python", |
248 "-u", | 248 "-u", |
249 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 249 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
250 "--build-dir", | 250 "--build-dir", |
251 "[SLAVE_BUILD]/src/out/Release", | 251 "[SLAVE_BUILD]/src/out/Release", |
252 "--src-dir", | 252 "--src-dir", |
253 "[SLAVE_BUILD]/src" | 253 "[SLAVE_BUILD]/src" |
254 ], | 254 ], |
255 "cwd": "[SLAVE_BUILD]", | 255 "cwd": "[SLAVE_BUILD]", |
256 "name": "remove_build_metadata" | 256 "name": "remove_build_metadata" |
257 }, | 257 }, |
258 { | 258 { |
259 "cmd": [ | 259 "cmd": [ |
260 "python", | 260 "python", |
261 "-u", | 261 "-u", |
262 "RECIPE_MODULE[isolate]/resources/isolate.py", | 262 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
263 "[SLAVE_BUILD]/src/tools/swarming_client", | 263 "[SLAVE_BUILD]/src/tools/swarming_client", |
264 "batcharchive", | 264 "batcharchive", |
265 "--dump-json", | 265 "--dump-json", |
266 "/path/to/tmp/json", | 266 "/path/to/tmp/json", |
267 "--isolate-server", | 267 "--isolate-server", |
268 "https://isolateserver.appspot.com", | 268 "https://isolateserver.appspot.com", |
269 "--verbose", | 269 "--verbose", |
270 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 270 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
271 ], | 271 ], |
272 "cwd": "[SLAVE_BUILD]", | 272 "cwd": "[SLAVE_BUILD]", |
273 "name": "isolate tests", | 273 "name": "isolate tests", |
274 "~followup_annotations": [ | 274 "~followup_annotations": [ |
275 "@@@STEP_LOG_LINE@json.output@{@@@", | 275 "@@@STEP_LOG_LINE@json.output@{@@@", |
276 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 276 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
277 "@@@STEP_LOG_LINE@json.output@}@@@", | 277 "@@@STEP_LOG_LINE@json.output@}@@@", |
278 "@@@STEP_LOG_END@json.output@@@" | 278 "@@@STEP_LOG_END@json.output@@@" |
279 ] | 279 ] |
280 }, | 280 }, |
281 { | 281 { |
282 "cmd": [ | 282 "cmd": [ |
283 "python", | 283 "python", |
284 "-u", | 284 "-u", |
285 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 285 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
286 "--build-dir", | 286 "--build-dir", |
287 "[SLAVE_BUILD]/src/out/Release", | 287 "[SLAVE_BUILD]/src/out/Release", |
288 "--output-json", | 288 "--output-json", |
289 "/path/to/tmp/json" | 289 "/path/to/tmp/json" |
290 ], | 290 ], |
291 "cwd": "[SLAVE_BUILD]", | 291 "cwd": "[SLAVE_BUILD]", |
292 "name": "find isolated tests", | 292 "name": "find isolated tests", |
293 "~followup_annotations": [ | 293 "~followup_annotations": [ |
294 "@@@STEP_LOG_LINE@json.output@{@@@", | 294 "@@@STEP_LOG_LINE@json.output@{@@@", |
295 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 403 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
404 "@@@STEP_LOG_END@python.inline@@@" | 404 "@@@STEP_LOG_END@python.inline@@@" |
405 ] | 405 ] |
406 }, | 406 }, |
407 { | 407 { |
408 "name": "$result", | 408 "name": "$result", |
409 "recipe_result": null, | 409 "recipe_result": null, |
410 "status_code": 0 | 410 "status_code": 0 |
411 } | 411 } |
412 ] | 412 ] |
OLD | NEW |