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 MSAN", | 10 "WebKit Linux MSAN", |
(...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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 "name": "compile", | 259 "name": "compile", |
260 "~followup_annotations": [ | 260 "~followup_annotations": [ |
261 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 261 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
262 "@@@STEP_LOG_END@json.output (invalid)@@@" | 262 "@@@STEP_LOG_END@json.output (invalid)@@@" |
263 ] | 263 ] |
264 }, | 264 }, |
265 { | 265 { |
266 "cmd": [ | 266 "cmd": [ |
267 "python", | 267 "python", |
268 "-u", | 268 "-u", |
269 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 269 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
270 "--build-dir", | 270 "--build-dir", |
271 "[SLAVE_BUILD]/src/out/Release", | 271 "[SLAVE_BUILD]/src/out/Release", |
272 "--src-dir", | 272 "--src-dir", |
273 "[SLAVE_BUILD]/src" | 273 "[SLAVE_BUILD]/src" |
274 ], | 274 ], |
275 "cwd": "[SLAVE_BUILD]", | 275 "cwd": "[SLAVE_BUILD]", |
276 "name": "remove_build_metadata" | 276 "name": "remove_build_metadata" |
277 }, | 277 }, |
278 { | 278 { |
279 "cmd": [ | 279 "cmd": [ |
280 "python", | 280 "python", |
281 "-u", | 281 "-u", |
282 "RECIPE_MODULE[isolate]/resources/isolate.py", | 282 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
283 "[SLAVE_BUILD]/src/tools/swarming_client", | 283 "[SLAVE_BUILD]/src/tools/swarming_client", |
284 "batcharchive", | 284 "batcharchive", |
285 "--dump-json", | 285 "--dump-json", |
286 "/path/to/tmp/json", | 286 "/path/to/tmp/json", |
287 "--isolate-server", | 287 "--isolate-server", |
288 "https://isolateserver.appspot.com", | 288 "https://isolateserver.appspot.com", |
289 "--verbose", | 289 "--verbose", |
290 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 290 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
291 ], | 291 ], |
292 "cwd": "[SLAVE_BUILD]", | 292 "cwd": "[SLAVE_BUILD]", |
293 "name": "isolate tests", | 293 "name": "isolate tests", |
294 "~followup_annotations": [ | 294 "~followup_annotations": [ |
295 "@@@STEP_LOG_LINE@json.output@{@@@", | 295 "@@@STEP_LOG_LINE@json.output@{@@@", |
296 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 296 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
297 "@@@STEP_LOG_LINE@json.output@}@@@", | 297 "@@@STEP_LOG_LINE@json.output@}@@@", |
298 "@@@STEP_LOG_END@json.output@@@" | 298 "@@@STEP_LOG_END@json.output@@@" |
299 ] | 299 ] |
300 }, | 300 }, |
301 { | 301 { |
302 "cmd": [ | 302 "cmd": [ |
303 "python", | 303 "python", |
304 "-u", | 304 "-u", |
305 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 305 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
306 "--build-dir", | 306 "--build-dir", |
307 "[SLAVE_BUILD]/src/out/Release", | 307 "[SLAVE_BUILD]/src/out/Release", |
308 "--output-json", | 308 "--output-json", |
309 "/path/to/tmp/json" | 309 "/path/to/tmp/json" |
310 ], | 310 ], |
311 "cwd": "[SLAVE_BUILD]", | 311 "cwd": "[SLAVE_BUILD]", |
312 "name": "find isolated tests", | 312 "name": "find isolated tests", |
313 "~followup_annotations": [ | 313 "~followup_annotations": [ |
314 "@@@STEP_LOG_LINE@json.output@{@@@", | 314 "@@@STEP_LOG_LINE@json.output@{@@@", |
315 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 315 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 422 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
423 "@@@STEP_LOG_END@python.inline@@@" | 423 "@@@STEP_LOG_END@python.inline@@@" |
424 ] | 424 ] |
425 }, | 425 }, |
426 { | 426 { |
427 "name": "$result", | 427 "name": "$result", |
428 "recipe_result": null, | 428 "recipe_result": null, |
429 "status_code": 0 | 429 "status_code": 0 |
430 } | 430 } |
431 ] | 431 ] |
OLD | NEW |