| 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 Linux", | 10 "Chromium Mojo Linux", |
| (...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 "cwd": "[SLAVE_BUILD]", | 532 "cwd": "[SLAVE_BUILD]", |
| 533 "name": "get version", | 533 "name": "get version", |
| 534 "~followup_annotations": [ | 534 "~followup_annotations": [ |
| 535 "@@@STEP_TEXT@Found version 37.0.2021.0@@@" | 535 "@@@STEP_TEXT@Found version 37.0.2021.0@@@" |
| 536 ] | 536 ] |
| 537 }, | 537 }, |
| 538 { | 538 { |
| 539 "cmd": [ | 539 "cmd": [ |
| 540 "python", | 540 "python", |
| 541 "-u", | 541 "-u", |
| 542 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 542 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 543 "--", | 543 "--", |
| 544 "[DEPOT_TOOLS]/gsutil.py", | 544 "[DEPOT_TOOLS]/gsutil.py", |
| 545 "----", | 545 "----", |
| 546 "ls", | 546 "ls", |
| 547 "gs://mandoline/" | 547 "gs://mandoline/" |
| 548 ], | 548 ], |
| 549 "cwd": "[SLAVE_BUILD]", | 549 "cwd": "[SLAVE_BUILD]", |
| 550 "name": "gsutil ls gs://mandoline/", | 550 "name": "gsutil ls gs://mandoline/", |
| 551 "stdout": "/path/to/tmp/", | 551 "stdout": "/path/to/tmp/", |
| 552 "~followup_annotations": [ | 552 "~followup_annotations": [ |
| 553 "@@@STEP_LOG_LINE@ls result stdout@@@@", | 553 "@@@STEP_LOG_LINE@ls result stdout@@@@", |
| 554 "@@@STEP_LOG_END@ls result stdout@@@" | 554 "@@@STEP_LOG_END@ls result stdout@@@" |
| 555 ] | 555 ] |
| 556 }, | 556 }, |
| 557 { | 557 { |
| 558 "cmd": [ | 558 "cmd": [ |
| 559 "python", | 559 "python", |
| 560 "-u", | 560 "-u", |
| 561 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 561 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 562 "[SLAVE_BUILD]/src/mandoline/tools/data/FILES.cfg", | 562 "[SLAVE_BUILD]/src/mandoline/tools/data/FILES.cfg", |
| 563 "/path/to/tmp/" | 563 "/path/to/tmp/" |
| 564 ], | 564 ], |
| 565 "cwd": "[SLAVE_BUILD]", | 565 "cwd": "[SLAVE_BUILD]", |
| 566 "name": "read FILES.cfg" | 566 "name": "read FILES.cfg" |
| 567 }, | 567 }, |
| 568 { | 568 { |
| 569 "cmd": [ | 569 "cmd": [ |
| 570 "python", | 570 "python", |
| 571 "-u", | 571 "-u", |
| 572 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 572 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 573 "--", | 573 "--", |
| 574 "[DEPOT_TOOLS]/gsutil.py", | 574 "[DEPOT_TOOLS]/gsutil.py", |
| 575 "----", | 575 "----", |
| 576 "rm", | 576 "rm", |
| 577 "-r", | 577 "-r", |
| 578 "gs://mandoline/latest/linux" | 578 "gs://mandoline/latest/linux" |
| 579 ], | 579 ], |
| 580 "cwd": "[SLAVE_BUILD]", | 580 "cwd": "[SLAVE_BUILD]", |
| 581 "name": "gsutil remove" | 581 "name": "gsutil remove" |
| 582 }, | 582 }, |
| 583 { | 583 { |
| 584 "cmd": [ | 584 "cmd": [ |
| 585 "python", | 585 "python", |
| 586 "-u", | 586 "-u", |
| 587 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 587 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 588 "--", | 588 "--", |
| 589 "[DEPOT_TOOLS]/gsutil.py", | 589 "[DEPOT_TOOLS]/gsutil.py", |
| 590 "----", | 590 "----", |
| 591 "cp", | 591 "cp", |
| 592 "[SLAVE_BUILD]/src/out/Release/foo", | 592 "[SLAVE_BUILD]/src/out/Release/foo", |
| 593 "gs://mandoline/37.0.2021.0/linux/foo" | 593 "gs://mandoline/37.0.2021.0/linux/foo" |
| 594 ], | 594 ], |
| 595 "cwd": "[SLAVE_BUILD]", | 595 "cwd": "[SLAVE_BUILD]", |
| 596 "name": "gsutil upload", | 596 "name": "gsutil upload", |
| 597 "~followup_annotations": [ | 597 "~followup_annotations": [ |
| 598 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/37.
0.2021.0/linux/foo@@@" | 598 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/37.
0.2021.0/linux/foo@@@" |
| 599 ] | 599 ] |
| 600 }, | 600 }, |
| 601 { | 601 { |
| 602 "cmd": [ | 602 "cmd": [ |
| 603 "python", | 603 "python", |
| 604 "-u", | 604 "-u", |
| 605 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 605 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 606 "--", | 606 "--", |
| 607 "[DEPOT_TOOLS]/gsutil.py", | 607 "[DEPOT_TOOLS]/gsutil.py", |
| 608 "----", | 608 "----", |
| 609 "cp", | 609 "cp", |
| 610 "[SLAVE_BUILD]/src/out/Release/foo", | 610 "[SLAVE_BUILD]/src/out/Release/foo", |
| 611 "gs://mandoline/latest/linux/foo" | 611 "gs://mandoline/latest/linux/foo" |
| 612 ], | 612 ], |
| 613 "cwd": "[SLAVE_BUILD]", | 613 "cwd": "[SLAVE_BUILD]", |
| 614 "name": "gsutil upload (2)", | 614 "name": "gsutil upload (2)", |
| 615 "~followup_annotations": [ | 615 "~followup_annotations": [ |
| 616 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/lat
est/linux/foo@@@" | 616 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/lat
est/linux/foo@@@" |
| 617 ] | 617 ] |
| 618 }, | 618 }, |
| 619 { | 619 { |
| 620 "cmd": [ | 620 "cmd": [ |
| 621 "python", | 621 "python", |
| 622 "-u", | 622 "-u", |
| 623 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 623 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 624 "Upload complete", | 624 "Upload complete", |
| 625 "[TMP_BASE]/upload_stamp_tmp_1/stamp" | 625 "[TMP_BASE]/upload_stamp_tmp_1/stamp" |
| 626 ], | 626 ], |
| 627 "cwd": "[SLAVE_BUILD]", | 627 "cwd": "[SLAVE_BUILD]", |
| 628 "name": "Create upload stamp" | 628 "name": "Create upload stamp" |
| 629 }, | 629 }, |
| 630 { | 630 { |
| 631 "cmd": [ | 631 "cmd": [ |
| 632 "python", | 632 "python", |
| 633 "-u", | 633 "-u", |
| 634 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 634 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 635 "--", | 635 "--", |
| 636 "[DEPOT_TOOLS]/gsutil.py", | 636 "[DEPOT_TOOLS]/gsutil.py", |
| 637 "----", | 637 "----", |
| 638 "cp", | 638 "cp", |
| 639 "[TMP_BASE]/upload_stamp_tmp_1/stamp", | 639 "[TMP_BASE]/upload_stamp_tmp_1/stamp", |
| 640 "gs://mandoline/37.0.2021.0/linux/stamp" | 640 "gs://mandoline/37.0.2021.0/linux/stamp" |
| 641 ], | 641 ], |
| 642 "cwd": "[SLAVE_BUILD]", | 642 "cwd": "[SLAVE_BUILD]", |
| 643 "name": "gsutil upload (3)", | 643 "name": "gsutil upload (3)", |
| 644 "~followup_annotations": [ | 644 "~followup_annotations": [ |
| 645 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/37.
0.2021.0/linux/stamp@@@" | 645 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/37.
0.2021.0/linux/stamp@@@" |
| 646 ] | 646 ] |
| 647 }, | 647 }, |
| 648 { | 648 { |
| 649 "cmd": [ | 649 "cmd": [ |
| 650 "python", | 650 "python", |
| 651 "-u", | 651 "-u", |
| 652 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 652 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 653 "--", | 653 "--", |
| 654 "[DEPOT_TOOLS]/gsutil.py", | 654 "[DEPOT_TOOLS]/gsutil.py", |
| 655 "----", | 655 "----", |
| 656 "cp", | 656 "cp", |
| 657 "[TMP_BASE]/upload_stamp_tmp_1/stamp", | 657 "[TMP_BASE]/upload_stamp_tmp_1/stamp", |
| 658 "gs://mandoline/latest/linux/stamp" | 658 "gs://mandoline/latest/linux/stamp" |
| 659 ], | 659 ], |
| 660 "cwd": "[SLAVE_BUILD]", | 660 "cwd": "[SLAVE_BUILD]", |
| 661 "name": "gsutil upload (4)", | 661 "name": "gsutil upload (4)", |
| 662 "~followup_annotations": [ | 662 "~followup_annotations": [ |
| 663 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/lat
est/linux/stamp@@@" | 663 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/lat
est/linux/stamp@@@" |
| 664 ] | 664 ] |
| 665 }, | 665 }, |
| 666 { | 666 { |
| 667 "name": "$result", | 667 "name": "$result", |
| 668 "recipe_result": null, | 668 "recipe_result": null, |
| 669 "status_code": 0 | 669 "status_code": 0 |
| 670 } | 670 } |
| 671 ] | 671 ] |
| OLD | NEW |