| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 663 ], | 663 ], |
| 664 "cwd": "[SLAVE_BUILD]", | 664 "cwd": "[SLAVE_BUILD]", |
| 665 "name": "gsutil ls gs://mandoline/", | 665 "name": "gsutil ls gs://mandoline/", |
| 666 "stdout": "/path/to/tmp/", | 666 "stdout": "/path/to/tmp/", |
| 667 "~followup_annotations": [ | 667 "~followup_annotations": [ |
| 668 "@@@STEP_LOG_LINE@ls result stdout@@@@", | 668 "@@@STEP_LOG_LINE@ls result stdout@@@@", |
| 669 "@@@STEP_LOG_END@ls result stdout@@@" | 669 "@@@STEP_LOG_END@ls result stdout@@@" |
| 670 ] | 670 ] |
| 671 }, | 671 }, |
| 672 { | 672 { |
| 673 "cmd": [], | |
| 674 "cwd": "[SLAVE_BUILD]", | |
| 675 "name": "upload_mandoline" | |
| 676 }, | |
| 677 { | |
| 678 "cmd": [ | 673 "cmd": [ |
| 679 "python", | 674 "python", |
| 680 "-u", | 675 "-u", |
| 681 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 676 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 682 "--", | 677 "[SLAVE_BUILD]/src/mandoline/tools/data/FILES.cfg", |
| 683 "[DEPOT_TOOLS]/gsutil.py", | 678 "/path/to/tmp/" |
| 684 "----", | |
| 685 "cp", | |
| 686 "[SLAVE_BUILD]/src/out/Release/apks/Mandoline.apk", | |
| 687 "gs://mandoline/37.0.2021.0/android/Mandoline.apk" | |
| 688 ], | 679 ], |
| 689 "cwd": "[SLAVE_BUILD]", | 680 "cwd": "[SLAVE_BUILD]", |
| 690 "name": "gsutil upload", | 681 "name": "read FILES.cfg" |
| 691 "~followup_annotations": [ | |
| 692 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/37.
0.2021.0/android/Mandoline.apk@@@" | |
| 693 ] | |
| 694 }, | 682 }, |
| 695 { | 683 { |
| 696 "name": "$result", | 684 "name": "$result", |
| 697 "recipe_result": null, | 685 "recipe_result": null, |
| 698 "status_code": 0 | 686 "status_code": 0 |
| 699 } | 687 } |
| 700 ] | 688 ] |
| OLD | NEW |