| 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.mojo", | 8 "chromium.mojo", |
| 9 "--builder", | 9 "--builder", |
| 10 "Chromium Mojo Android", | 10 "Chromium Mojo Android", |
| (...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 665 "cwd": "[SLAVE_BUILD]", | 665 "cwd": "[SLAVE_BUILD]", |
| 666 "name": "get version", | 666 "name": "get version", |
| 667 "~followup_annotations": [ | 667 "~followup_annotations": [ |
| 668 "@@@STEP_TEXT@Found version 37.0.2021.0@@@" | 668 "@@@STEP_TEXT@Found version 37.0.2021.0@@@" |
| 669 ] | 669 ] |
| 670 }, | 670 }, |
| 671 { | 671 { |
| 672 "cmd": [ | 672 "cmd": [ |
| 673 "python", | 673 "python", |
| 674 "-u", | 674 "-u", |
| 675 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 675 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 676 "--", | 676 "--", |
| 677 "[DEPOT_TOOLS]/gsutil.py", | 677 "[DEPOT_TOOLS]/gsutil.py", |
| 678 "----", | 678 "----", |
| 679 "ls", | 679 "ls", |
| 680 "gs://mandoline/" | 680 "gs://mandoline/" |
| 681 ], | 681 ], |
| 682 "cwd": "[SLAVE_BUILD]", | 682 "cwd": "[SLAVE_BUILD]", |
| 683 "name": "gsutil ls gs://mandoline/", | 683 "name": "gsutil ls gs://mandoline/", |
| 684 "stdout": "/path/to/tmp/", | 684 "stdout": "/path/to/tmp/", |
| 685 "~followup_annotations": [ | 685 "~followup_annotations": [ |
| 686 "@@@STEP_LOG_LINE@ls result stdout@@@@", | 686 "@@@STEP_LOG_LINE@ls result stdout@@@@", |
| 687 "@@@STEP_LOG_END@ls result stdout@@@" | 687 "@@@STEP_LOG_END@ls result stdout@@@" |
| 688 ] | 688 ] |
| 689 }, | 689 }, |
| 690 { | 690 { |
| 691 "cmd": [ | 691 "cmd": [ |
| 692 "python", | 692 "python", |
| 693 "-u", | 693 "-u", |
| 694 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 694 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 695 "[SLAVE_BUILD]/src/mandoline/tools/data/FILES.cfg", | 695 "[SLAVE_BUILD]/src/mandoline/tools/data/FILES.cfg", |
| 696 "/path/to/tmp/" | 696 "/path/to/tmp/" |
| 697 ], | 697 ], |
| 698 "cwd": "[SLAVE_BUILD]", | 698 "cwd": "[SLAVE_BUILD]", |
| 699 "name": "read FILES.cfg" | 699 "name": "read FILES.cfg" |
| 700 }, | 700 }, |
| 701 { | 701 { |
| 702 "cmd": [ | 702 "cmd": [ |
| 703 "python", | 703 "python", |
| 704 "-u", | 704 "-u", |
| 705 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 705 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 706 "--", | 706 "--", |
| 707 "[DEPOT_TOOLS]/gsutil.py", | 707 "[DEPOT_TOOLS]/gsutil.py", |
| 708 "----", | 708 "----", |
| 709 "rm", | 709 "rm", |
| 710 "-r", | 710 "-r", |
| 711 "gs://mandoline/latest/android" | 711 "gs://mandoline/latest/android" |
| 712 ], | 712 ], |
| 713 "cwd": "[SLAVE_BUILD]", | 713 "cwd": "[SLAVE_BUILD]", |
| 714 "name": "gsutil remove" | 714 "name": "gsutil remove" |
| 715 }, | 715 }, |
| 716 { | 716 { |
| 717 "cmd": [ | 717 "cmd": [ |
| 718 "python", | 718 "python", |
| 719 "-u", | 719 "-u", |
| 720 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 720 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 721 "Upload complete", | 721 "Upload complete", |
| 722 "[TMP_BASE]/upload_stamp_tmp_1/stamp" | 722 "[TMP_BASE]/upload_stamp_tmp_1/stamp" |
| 723 ], | 723 ], |
| 724 "cwd": "[SLAVE_BUILD]", | 724 "cwd": "[SLAVE_BUILD]", |
| 725 "name": "Create upload stamp" | 725 "name": "Create upload stamp" |
| 726 }, | 726 }, |
| 727 { | 727 { |
| 728 "cmd": [ | 728 "cmd": [ |
| 729 "python", | 729 "python", |
| 730 "-u", | 730 "-u", |
| 731 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 731 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 732 "--", | 732 "--", |
| 733 "[DEPOT_TOOLS]/gsutil.py", | 733 "[DEPOT_TOOLS]/gsutil.py", |
| 734 "----", | 734 "----", |
| 735 "cp", | 735 "cp", |
| 736 "[TMP_BASE]/upload_stamp_tmp_1/stamp", | 736 "[TMP_BASE]/upload_stamp_tmp_1/stamp", |
| 737 "gs://mandoline/37.0.2021.0/android/stamp" | 737 "gs://mandoline/37.0.2021.0/android/stamp" |
| 738 ], | 738 ], |
| 739 "cwd": "[SLAVE_BUILD]", | 739 "cwd": "[SLAVE_BUILD]", |
| 740 "name": "gsutil upload", | 740 "name": "gsutil upload", |
| 741 "~followup_annotations": [ | 741 "~followup_annotations": [ |
| 742 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/37.
0.2021.0/android/stamp@@@" | 742 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/37.
0.2021.0/android/stamp@@@" |
| 743 ] | 743 ] |
| 744 }, | 744 }, |
| 745 { | 745 { |
| 746 "cmd": [ | 746 "cmd": [ |
| 747 "python", | 747 "python", |
| 748 "-u", | 748 "-u", |
| 749 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 749 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 750 "--", | 750 "--", |
| 751 "[DEPOT_TOOLS]/gsutil.py", | 751 "[DEPOT_TOOLS]/gsutil.py", |
| 752 "----", | 752 "----", |
| 753 "cp", | 753 "cp", |
| 754 "[TMP_BASE]/upload_stamp_tmp_1/stamp", | 754 "[TMP_BASE]/upload_stamp_tmp_1/stamp", |
| 755 "gs://mandoline/latest/android/stamp" | 755 "gs://mandoline/latest/android/stamp" |
| 756 ], | 756 ], |
| 757 "cwd": "[SLAVE_BUILD]", | 757 "cwd": "[SLAVE_BUILD]", |
| 758 "name": "gsutil upload (2)", | 758 "name": "gsutil upload (2)", |
| 759 "~followup_annotations": [ | 759 "~followup_annotations": [ |
| 760 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/lat
est/android/stamp@@@" | 760 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/lat
est/android/stamp@@@" |
| 761 ] | 761 ] |
| 762 }, | 762 }, |
| 763 { | 763 { |
| 764 "name": "$result", | 764 "name": "$result", |
| 765 "recipe_result": null, | 765 "recipe_result": null, |
| 766 "status_code": 0 | 766 "status_code": 0 |
| 767 } | 767 } |
| 768 ] | 768 ] |
| OLD | NEW |