| 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 "gs://chromium-cronet/android/37.0.2021.0/Debug" | 217 "gs://chromium-cronet/android/37.0.2021.0/Debug" |
| 218 ], | 218 ], |
| 219 "cwd": "[SLAVE_BUILD]", | 219 "cwd": "[SLAVE_BUILD]", |
| 220 "name": "gsutil upload_cronet_package", | 220 "name": "gsutil upload_cronet_package", |
| 221 "~followup_annotations": [ | 221 "~followup_annotations": [ |
| 222 "@@@STEP_LINK@Cronet package@https://storage.cloud.google.com/chromium-cro
net/android/37.0.2021.0/Debug@@@" | 222 "@@@STEP_LINK@Cronet package@https://storage.cloud.google.com/chromium-cro
net/android/37.0.2021.0/Debug@@@" |
| 223 ] | 223 ] |
| 224 }, | 224 }, |
| 225 { | 225 { |
| 226 "cmd": [ | 226 "cmd": [ |
| 227 "python", | |
| 228 "-u", | |
| 229 "[SLAVE_BUILD]/src/build/symlink.py", | |
| 230 "-f", | |
| 231 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
| 232 "~/adb" | |
| 233 ], | |
| 234 "cwd": "[SLAVE_BUILD]", | |
| 235 "name": "create adb symlink" | |
| 236 }, | |
| 237 { | |
| 238 "cmd": [ | |
| 239 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 227 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 240 "--", | 228 "--", |
| 241 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 229 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 242 "[SLAVE_BUILD]/src/out/logcat" | 230 "[SLAVE_BUILD]/src/out/logcat" |
| 243 ], | 231 ], |
| 244 "cwd": "[SLAVE_BUILD]", | 232 "cwd": "[SLAVE_BUILD]", |
| 245 "env": { | 233 "env": { |
| 246 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 234 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 247 }, | 235 }, |
| 248 "name": "spawn_logcat_monitor" | 236 "name": "spawn_logcat_monitor" |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 604 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 617 "@@@STEP_LOG_END@python.inline@@@" | 605 "@@@STEP_LOG_END@python.inline@@@" |
| 618 ] | 606 ] |
| 619 }, | 607 }, |
| 620 { | 608 { |
| 621 "name": "$result", | 609 "name": "$result", |
| 622 "recipe_result": null, | 610 "recipe_result": null, |
| 623 "status_code": 0 | 611 "status_code": 0 |
| 624 } | 612 } |
| 625 ] | 613 ] |
| OLD | NEW |