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.webrtc.fyi", | 8 "chromium.webrtc.fyi", |
9 "--builder", | 9 "--builder", |
10 "Mac GN", | 10 "Mac GN", |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 "-u", | 196 "-u", |
197 "[BUILD]/scripts/slave/cleanup_temp.py" | 197 "[BUILD]/scripts/slave/cleanup_temp.py" |
198 ], | 198 ], |
199 "cwd": "[SLAVE_BUILD]", | 199 "cwd": "[SLAVE_BUILD]", |
200 "name": "cleanup_temp" | 200 "name": "cleanup_temp" |
201 }, | 201 }, |
202 { | 202 { |
203 "cmd": [ | 203 "cmd": [ |
204 "python", | 204 "python", |
205 "-u", | 205 "-u", |
206 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 206 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
207 "--build-dir", | 207 "--build-dir", |
208 "[SLAVE_BUILD]/src/out/Release", | 208 "[SLAVE_BUILD]/src/out/Release", |
209 "--clean-isolated-files" | 209 "--clean-isolated-files" |
210 ], | 210 ], |
211 "cwd": "[SLAVE_BUILD]", | 211 "cwd": "[SLAVE_BUILD]", |
212 "name": "clean isolated files" | 212 "name": "clean isolated files" |
213 }, | 213 }, |
214 { | 214 { |
215 "cmd": [ | 215 "cmd": [ |
216 "python", | 216 "python", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 "name": "compile", | 277 "name": "compile", |
278 "~followup_annotations": [ | 278 "~followup_annotations": [ |
279 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 279 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
280 "@@@STEP_LOG_END@json.output (invalid)@@@" | 280 "@@@STEP_LOG_END@json.output (invalid)@@@" |
281 ] | 281 ] |
282 }, | 282 }, |
283 { | 283 { |
284 "cmd": [ | 284 "cmd": [ |
285 "python", | 285 "python", |
286 "-u", | 286 "-u", |
287 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 287 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
288 "--build-dir", | 288 "--build-dir", |
289 "[SLAVE_BUILD]/src/out/Release", | 289 "[SLAVE_BUILD]/src/out/Release", |
290 "--src-dir", | 290 "--src-dir", |
291 "[SLAVE_BUILD]/src" | 291 "[SLAVE_BUILD]/src" |
292 ], | 292 ], |
293 "cwd": "[SLAVE_BUILD]", | 293 "cwd": "[SLAVE_BUILD]", |
294 "name": "remove_build_metadata" | 294 "name": "remove_build_metadata" |
295 }, | 295 }, |
296 { | 296 { |
297 "cmd": [ | 297 "cmd": [ |
298 "python", | 298 "python", |
299 "-u", | 299 "-u", |
300 "RECIPE_MODULE[isolate]/resources/isolate.py", | 300 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
301 "[SLAVE_BUILD]/src/tools/swarming_client", | 301 "[SLAVE_BUILD]/src/tools/swarming_client", |
302 "batcharchive", | 302 "batcharchive", |
303 "--dump-json", | 303 "--dump-json", |
304 "/path/to/tmp/json", | 304 "/path/to/tmp/json", |
305 "--isolate-server", | 305 "--isolate-server", |
306 "https://isolateserver.appspot.com", | 306 "https://isolateserver.appspot.com", |
307 "--verbose", | 307 "--verbose", |
308 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 308 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
309 ], | 309 ], |
310 "cwd": "[SLAVE_BUILD]", | 310 "cwd": "[SLAVE_BUILD]", |
311 "name": "isolate tests", | 311 "name": "isolate tests", |
312 "~followup_annotations": [ | 312 "~followup_annotations": [ |
313 "@@@STEP_LOG_LINE@json.output@{@@@", | 313 "@@@STEP_LOG_LINE@json.output@{@@@", |
314 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 314 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
315 "@@@STEP_LOG_LINE@json.output@}@@@", | 315 "@@@STEP_LOG_LINE@json.output@}@@@", |
316 "@@@STEP_LOG_END@json.output@@@" | 316 "@@@STEP_LOG_END@json.output@@@" |
317 ] | 317 ] |
318 }, | 318 }, |
319 { | 319 { |
320 "cmd": [ | 320 "cmd": [ |
321 "python", | 321 "python", |
322 "-u", | 322 "-u", |
323 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 323 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
324 "--build-dir", | 324 "--build-dir", |
325 "[SLAVE_BUILD]/src/out/Release", | 325 "[SLAVE_BUILD]/src/out/Release", |
326 "--output-json", | 326 "--output-json", |
327 "/path/to/tmp/json" | 327 "/path/to/tmp/json" |
328 ], | 328 ], |
329 "cwd": "[SLAVE_BUILD]", | 329 "cwd": "[SLAVE_BUILD]", |
330 "name": "find isolated tests", | 330 "name": "find isolated tests", |
331 "~followup_annotations": [ | 331 "~followup_annotations": [ |
332 "@@@STEP_LOG_LINE@json.output@{@@@", | 332 "@@@STEP_LOG_LINE@json.output@{@@@", |
333 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 333 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 370 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
371 "@@@STEP_LOG_END@python.inline@@@" | 371 "@@@STEP_LOG_END@python.inline@@@" |
372 ] | 372 ] |
373 }, | 373 }, |
374 { | 374 { |
375 "name": "$result", | 375 "name": "$result", |
376 "recipe_result": null, | 376 "recipe_result": null, |
377 "status_code": 0 | 377 "status_code": 0 |
378 } | 378 } |
379 ] | 379 ] |
OLD | NEW |