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.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Android Tests", | 10 "Android Tests", |
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 "--build-number", | 250 "--build-number", |
251 "571" | 251 "571" |
252 ], | 252 ], |
253 "cwd": "[SLAVE_BUILD]", | 253 "cwd": "[SLAVE_BUILD]", |
254 "name": "extract build" | 254 "name": "extract build" |
255 }, | 255 }, |
256 { | 256 { |
257 "cmd": [ | 257 "cmd": [ |
258 "python", | 258 "python", |
259 "-u", | 259 "-u", |
260 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 260 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
261 "--build-dir", | 261 "--build-dir", |
262 "[SLAVE_BUILD]/src/out/Release", | 262 "[SLAVE_BUILD]/src/out/Release", |
263 "--output-json", | 263 "--output-json", |
264 "/path/to/tmp/json" | 264 "/path/to/tmp/json" |
265 ], | 265 ], |
266 "cwd": "[SLAVE_BUILD]", | 266 "cwd": "[SLAVE_BUILD]", |
267 "name": "find isolated tests", | 267 "name": "find isolated tests", |
268 "~followup_annotations": [ | 268 "~followup_annotations": [ |
269 "@@@STEP_LOG_LINE@json.output@{@@@", | 269 "@@@STEP_LOG_LINE@json.output@{@@@", |
270 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 270 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
271 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 271 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
272 "@@@STEP_LOG_LINE@json.output@}@@@", | 272 "@@@STEP_LOG_LINE@json.output@}@@@", |
273 "@@@STEP_LOG_END@json.output@@@", | 273 "@@@STEP_LOG_END@json.output@@@", |
274 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 274 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
275 ] | 275 ] |
276 }, | 276 }, |
277 { | 277 { |
278 "cmd": [ | 278 "cmd": [ |
279 "python", | 279 "python", |
280 "-u", | 280 "-u", |
281 "RECIPE_MODULE[adb]/resources/list_devices.py", | 281 "RECIPE_MODULE[build.adb]/resources/list_devices.py", |
282 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 282 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", |
283 "/path/to/tmp/json" | 283 "/path/to/tmp/json" |
284 ], | 284 ], |
285 "cwd": "[SLAVE_BUILD]", | 285 "cwd": "[SLAVE_BUILD]", |
286 "name": "List adb devices", | 286 "name": "List adb devices", |
287 "~followup_annotations": [ | 287 "~followup_annotations": [ |
288 "@@@STEP_LOG_LINE@json.output@[@@@", | 288 "@@@STEP_LOG_LINE@json.output@[@@@", |
289 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 289 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
290 "@@@STEP_LOG_LINE@json.output@]@@@", | 290 "@@@STEP_LOG_LINE@json.output@]@@@", |
291 "@@@STEP_LOG_END@json.output@@@" | 291 "@@@STEP_LOG_END@json.output@@@" |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 { | 471 { |
472 "cmd": [ | 472 "cmd": [ |
473 "python", | 473 "python", |
474 "-u", | 474 "-u", |
475 "[BUILD]/scripts/slave/daemonizer.py", | 475 "[BUILD]/scripts/slave/daemonizer.py", |
476 "--action", | 476 "--action", |
477 "restart", | 477 "restart", |
478 "--pid-file-path", | 478 "--pid-file-path", |
479 "/tmp/device_monitor.pid", | 479 "/tmp/device_monitor.pid", |
480 "--", | 480 "--", |
481 "RECIPE_MODULE[chromium_android]/resources/spawn_device_monitor.py", | 481 "RECIPE_MODULE[build.chromium_android]/resources/spawn_device_monitor.py", |
482 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 482 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
483 "[\"07a00ca4\"]", | 483 "[\"07a00ca4\"]", |
484 "chromium.linux", | 484 "chromium.linux", |
485 "Android Tests", | 485 "Android Tests", |
486 "--blacklist-file", | 486 "--blacklist-file", |
487 "[SLAVE_BUILD]/src/out/bad_devices.json" | 487 "[SLAVE_BUILD]/src/out/bad_devices.json" |
488 ], | 488 ], |
489 "cwd": "[SLAVE_BUILD]", | 489 "cwd": "[SLAVE_BUILD]", |
490 "name": "spawn_device_monitor" | 490 "name": "spawn_device_monitor" |
491 }, | 491 }, |
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
847 "[SLAVE_BUILD]/src/out/Release/full_log", | 847 "[SLAVE_BUILD]/src/out/Release/full_log", |
848 "[SLAVE_BUILD]/src/out/logcat" | 848 "[SLAVE_BUILD]/src/out/logcat" |
849 ], | 849 ], |
850 "cwd": "[SLAVE_BUILD]", | 850 "cwd": "[SLAVE_BUILD]", |
851 "name": "logcat_dump" | 851 "name": "logcat_dump" |
852 }, | 852 }, |
853 { | 853 { |
854 "cmd": [ | 854 "cmd": [ |
855 "python", | 855 "python", |
856 "-u", | 856 "-u", |
857 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 857 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
858 "--timeout", | 858 "--timeout", |
859 "300", | 859 "300", |
860 "--", | 860 "--", |
861 "[DEPOT_TOOLS]/gsutil.py", | 861 "[DEPOT_TOOLS]/gsutil.py", |
862 "--force-version", | 862 "--force-version", |
863 "4.7", | 863 "4.7", |
864 "-o", | 864 "-o", |
865 "GSUtil:parallel_composite_upload_threshold=50M", | 865 "GSUtil:parallel_composite_upload_threshold=50M", |
866 "----", | 866 "----", |
867 "cp", | 867 "cp", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
920 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 920 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
921 "@@@STEP_LOG_END@python.inline@@@" | 921 "@@@STEP_LOG_END@python.inline@@@" |
922 ] | 922 ] |
923 }, | 923 }, |
924 { | 924 { |
925 "name": "$result", | 925 "name": "$result", |
926 "recipe_result": null, | 926 "recipe_result": null, |
927 "status_code": 0 | 927 "status_code": 0 |
928 } | 928 } |
929 ] | 929 ] |
OLD | NEW |