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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 "[SLAVE_BUILD]/src/chrome/VERSION", | 202 "[SLAVE_BUILD]/src/chrome/VERSION", |
203 "/path/to/tmp/" | 203 "/path/to/tmp/" |
204 ], | 204 ], |
205 "cwd": "[SLAVE_BUILD]", | 205 "cwd": "[SLAVE_BUILD]", |
206 "name": "get version" | 206 "name": "get version" |
207 }, | 207 }, |
208 { | 208 { |
209 "cmd": [ | 209 "cmd": [ |
210 "python", | 210 "python", |
211 "-u", | 211 "-u", |
212 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 212 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
213 "--", | 213 "--", |
214 "[DEPOT_TOOLS]/gsutil.py", | 214 "[DEPOT_TOOLS]/gsutil.py", |
215 "----", | 215 "----", |
216 "cp", | 216 "cp", |
217 "[SLAVE_BUILD]/src/out/Debug/cronet/VERSION", | 217 "[SLAVE_BUILD]/src/out/Debug/cronet/VERSION", |
218 "gs://chromium-cronet/android/37.0.2021.0/Debug/VERSION" | 218 "gs://chromium-cronet/android/37.0.2021.0/Debug/VERSION" |
219 ], | 219 ], |
220 "cwd": "[SLAVE_BUILD]", | 220 "cwd": "[SLAVE_BUILD]", |
221 "name": "gsutil upload_cronet_version", | 221 "name": "gsutil upload_cronet_version", |
222 "~followup_annotations": [ | 222 "~followup_annotations": [ |
223 "@@@STEP_LINK@Cronet version@https://storage.cloud.google.com/chromium-cro
net/android/37.0.2021.0/Debug/VERSION@@@" | 223 "@@@STEP_LINK@Cronet version@https://storage.cloud.google.com/chromium-cro
net/android/37.0.2021.0/Debug/VERSION@@@" |
224 ] | 224 ] |
225 }, | 225 }, |
226 { | 226 { |
227 "cmd": [ | 227 "cmd": [ |
228 "python", | 228 "python", |
229 "-u", | 229 "-u", |
230 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 230 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
231 "--", | 231 "--", |
232 "[DEPOT_TOOLS]/gsutil.py", | 232 "[DEPOT_TOOLS]/gsutil.py", |
233 "----", | 233 "----", |
234 "cp", | 234 "cp", |
235 "-R", | 235 "-R", |
236 "[SLAVE_BUILD]/src/out/Debug/cronet", | 236 "[SLAVE_BUILD]/src/out/Debug/cronet", |
237 "gs://chromium-cronet/android/37.0.2021.0/Debug" | 237 "gs://chromium-cronet/android/37.0.2021.0/Debug" |
238 ], | 238 ], |
239 "cwd": "[SLAVE_BUILD]", | 239 "cwd": "[SLAVE_BUILD]", |
240 "name": "gsutil upload_cronet_package", | 240 "name": "gsutil upload_cronet_package", |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
399 { | 399 { |
400 "cmd": [ | 400 "cmd": [ |
401 "python", | 401 "python", |
402 "-u", | 402 "-u", |
403 "[BUILD]/scripts/slave/daemonizer.py", | 403 "[BUILD]/scripts/slave/daemonizer.py", |
404 "--action", | 404 "--action", |
405 "restart", | 405 "restart", |
406 "--pid-file-path", | 406 "--pid-file-path", |
407 "/tmp/device_monitor.pid", | 407 "/tmp/device_monitor.pid", |
408 "--", | 408 "--", |
409 "RECIPE_MODULE[chromium_android]/resources/spawn_device_monitor.py", | 409 "RECIPE_MODULE[build.chromium_android]/resources/spawn_device_monitor.py", |
410 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 410 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
411 "[\"07a00ca4\"]", | 411 "[\"07a00ca4\"]", |
412 "chromium.testing.master", | 412 "chromium.testing.master", |
413 "local_test", | 413 "local_test", |
414 "--blacklist-file", | 414 "--blacklist-file", |
415 "[SLAVE_BUILD]/src/out/bad_devices.json" | 415 "[SLAVE_BUILD]/src/out/bad_devices.json" |
416 ], | 416 ], |
417 "cwd": "[SLAVE_BUILD]", | 417 "cwd": "[SLAVE_BUILD]", |
418 "name": "spawn_device_monitor" | 418 "name": "spawn_device_monitor" |
419 }, | 419 }, |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
591 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 591 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
592 "@@@STEP_LOG_END@python.inline@@@" | 592 "@@@STEP_LOG_END@python.inline@@@" |
593 ] | 593 ] |
594 }, | 594 }, |
595 { | 595 { |
596 "name": "$result", | 596 "name": "$result", |
597 "recipe_result": null, | 597 "recipe_result": null, |
598 "status_code": 0 | 598 "status_code": 0 |
599 } | 599 } |
600 ] | 600 ] |
OLD | NEW |