OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
8 ], | 8 ], |
9 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
10 "name": "cleanup index.lock", | 10 "name": "cleanup index.lock", |
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 { | 382 { |
383 "cmd": [ | 383 "cmd": [ |
384 "python", | 384 "python", |
385 "-u", | 385 "-u", |
386 "[BUILD]/scripts/slave/daemonizer.py", | 386 "[BUILD]/scripts/slave/daemonizer.py", |
387 "--action", | 387 "--action", |
388 "restart", | 388 "restart", |
389 "--pid-file-path", | 389 "--pid-file-path", |
390 "/tmp/device_monitor.pid", | 390 "/tmp/device_monitor.pid", |
391 "--", | 391 "--", |
392 "RECIPE_MODULE[chromium_android]/resources/spawn_device_monitor.py", | 392 "RECIPE_MODULE[build.chromium_android]/resources/spawn_device_monitor.py", |
393 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 393 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
394 "[\"07a00ca4\"]", | 394 "[\"07a00ca4\"]", |
395 "chromium.testing.master", | 395 "chromium.testing.master", |
396 "local_test", | 396 "local_test", |
397 "--blacklist-file", | 397 "--blacklist-file", |
398 "[SLAVE_BUILD]/src/out/bad_devices.json" | 398 "[SLAVE_BUILD]/src/out/bad_devices.json" |
399 ], | 399 ], |
400 "cwd": "[SLAVE_BUILD]", | 400 "cwd": "[SLAVE_BUILD]", |
401 "name": "spawn_device_monitor" | 401 "name": "spawn_device_monitor" |
402 }, | 402 }, |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
574 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 574 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
575 "@@@STEP_LOG_END@python.inline@@@" | 575 "@@@STEP_LOG_END@python.inline@@@" |
576 ] | 576 ] |
577 }, | 577 }, |
578 { | 578 { |
579 "name": "$result", | 579 "name": "$result", |
580 "recipe_result": null, | 580 "recipe_result": null, |
581 "status_code": 0 | 581 "status_code": 0 |
582 } | 582 } |
583 ] | 583 ] |
OLD | NEW |