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 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 "/path/to/tmp/" | 238 "/path/to/tmp/" |
239 ], | 239 ], |
240 "name": "get version" | 240 "name": "get version" |
241 }, | 241 }, |
242 { | 242 { |
243 "cmd": [ | 243 "cmd": [ |
244 "python", | 244 "python", |
245 "-u", | 245 "-u", |
246 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 246 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
247 "--", | 247 "--", |
248 "[DEPOT_TOOLS]/gsutil.py", | 248 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
249 "----", | 249 "----", |
250 "cp", | 250 "cp", |
251 "[SLAVE_BUILD]/src/out/Debug/cronet/VERSION", | 251 "[SLAVE_BUILD]/src/out/Debug/cronet/VERSION", |
252 "gs://chromium-cronet/android/37.0.2021.0/Debug/VERSION" | 252 "gs://chromium-cronet/android/37.0.2021.0/Debug/VERSION" |
253 ], | 253 ], |
254 "name": "gsutil upload_cronet_version", | 254 "name": "gsutil upload_cronet_version", |
255 "~followup_annotations": [ | 255 "~followup_annotations": [ |
256 "@@@STEP_LINK@Cronet version@https://storage.cloud.google.com/chromium-cro
net/android/37.0.2021.0/Debug/VERSION@@@" | 256 "@@@STEP_LINK@Cronet version@https://storage.cloud.google.com/chromium-cro
net/android/37.0.2021.0/Debug/VERSION@@@" |
257 ] | 257 ] |
258 }, | 258 }, |
259 { | 259 { |
260 "cmd": [ | 260 "cmd": [ |
261 "python", | 261 "python", |
262 "-u", | 262 "-u", |
263 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 263 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
264 "--", | 264 "--", |
265 "[DEPOT_TOOLS]/gsutil.py", | 265 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
266 "----", | 266 "----", |
267 "cp", | 267 "cp", |
268 "-R", | 268 "-R", |
269 "[SLAVE_BUILD]/src/out/Debug/cronet", | 269 "[SLAVE_BUILD]/src/out/Debug/cronet", |
270 "gs://chromium-cronet/android/37.0.2021.0/Debug" | 270 "gs://chromium-cronet/android/37.0.2021.0/Debug" |
271 ], | 271 ], |
272 "name": "gsutil upload_cronet_package", | 272 "name": "gsutil upload_cronet_package", |
273 "~followup_annotations": [ | 273 "~followup_annotations": [ |
274 "@@@STEP_LINK@Cronet package@https://storage.cloud.google.com/chromium-cro
net/android/37.0.2021.0/Debug@@@" | 274 "@@@STEP_LINK@Cronet package@https://storage.cloud.google.com/chromium-cro
net/android/37.0.2021.0/Debug@@@" |
275 ] | 275 ] |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
541 "[SLAVE_BUILD]/src/out/logcat" | 541 "[SLAVE_BUILD]/src/out/logcat" |
542 ], | 542 ], |
543 "name": "logcat_dump" | 543 "name": "logcat_dump" |
544 }, | 544 }, |
545 { | 545 { |
546 "cmd": [ | 546 "cmd": [ |
547 "python", | 547 "python", |
548 "-u", | 548 "-u", |
549 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 549 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
550 "--", | 550 "--", |
551 "[DEPOT_TOOLS]/gsutil.py", | 551 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
552 "--force-version", | 552 "--force-version", |
553 "4.7", | 553 "4.7", |
554 "-o", | 554 "-o", |
555 "GSUtil:parallel_composite_upload_threshold=50M", | 555 "GSUtil:parallel_composite_upload_threshold=50M", |
556 "----", | 556 "----", |
557 "cp", | 557 "cp", |
558 "[SLAVE_BUILD]/src/out/Debug/full_log", | 558 "[SLAVE_BUILD]/src/out/Debug/full_log", |
559 "gs://chromium-android/logcat_dumps/gn_test/571" | 559 "gs://chromium-android/logcat_dumps/gn_test/571" |
560 ], | 560 ], |
561 "name": "gsutil upload", | 561 "name": "gsutil upload", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
610 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 610 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
611 "@@@STEP_LOG_END@python.inline@@@" | 611 "@@@STEP_LOG_END@python.inline@@@" |
612 ] | 612 ] |
613 }, | 613 }, |
614 { | 614 { |
615 "name": "$result", | 615 "name": "$result", |
616 "recipe_result": null, | 616 "recipe_result": null, |
617 "status_code": 0 | 617 "status_code": 0 |
618 } | 618 } |
619 ] | 619 ] |
OLD | NEW |