Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_Builder.json

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [],
4 "name": "ensure_goma" 3 "name": "ensure_goma"
5 }, 4 },
6 { 5 {
7 "cmd": [ 6 "cmd": [
8 "python", 7 "python",
9 "-u", 8 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 9 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
11 "--platform", 10 "--platform",
12 "linux-amd64", 11 "linux-amd64",
13 "--dest-directory", 12 "--dest-directory",
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 "cp", 627 "cp",
629 "[SLAVE_BUILD]/src/out/build_product.zip", 628 "[SLAVE_BUILD]/src/out/build_product.zip",
630 "gs://chrome-perf/Android Builder/full-build-linux_267739.zip" 629 "gs://chrome-perf/Android Builder/full-build-linux_267739.zip"
631 ], 630 ],
632 "name": "gsutil upload_build_product", 631 "name": "gsutil upload_build_product",
633 "~followup_annotations": [ 632 "~followup_annotations": [
634 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/A ndroid Builder/full-build-linux_267739.zip@@@" 633 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/A ndroid Builder/full-build-linux_267739.zip@@@"
635 ] 634 ]
636 }, 635 },
637 { 636 {
638 "cmd": [],
639 "name": "trigger", 637 "name": "trigger",
640 "trigger_specs": [ 638 "trigger_specs": [
641 { 639 {
642 "bucket": "master.chromium.perf.fyi", 640 "bucket": "master.chromium.perf.fyi",
643 "builder_name": "Android Galaxy S5 Perf (1)", 641 "builder_name": "Android Galaxy S5 Perf (1)",
644 "properties": { 642 "properties": {
645 "parent_revision": "267739", 643 "parent_revision": "267739",
646 "revision": "267739" 644 "revision": "267739"
647 } 645 }
648 }, 646 },
649 { 647 {
650 "bucket": "master.chromium.perf.fyi", 648 "bucket": "master.chromium.perf.fyi",
651 "builder_name": "Android Power Nexus 5X Perf (1)", 649 "builder_name": "Android Power Nexus 5X Perf (1)",
652 "properties": { 650 "properties": {
653 "parent_revision": "267739", 651 "parent_revision": "267739",
654 "revision": "267739" 652 "revision": "267739"
655 } 653 }
656 } 654 }
657 ], 655 ],
658 "~followup_annotations": [ 656 "~followup_annotations": [
659 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Power Nexus 5X Perf (1)@@@" 657 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Power Nexus 5X Perf (1)@@@"
660 ] 658 ]
661 }, 659 },
662 { 660 {
663 "name": "$result", 661 "name": "$result",
664 "recipe_result": null, 662 "recipe_result": null,
665 "status_code": 0 663 "status_code": 0
666 } 664 }
667 ] 665 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698