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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_no_benchmark_to_run_android_nexus5X_perf_bisect.json

Issue 2345203002: 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": [], 3 "cmd": [],
4 "name": "ensure_goma" 4 "name": "ensure_goma"
5 }, 5 },
6 { 6 {
7 "cmd": [ 7 "cmd": [
8 "python", 8 "python",
9 "-u", 9 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "--rietveld_server", 99 "--rietveld_server",
100 "https://codereview.chromium.org", 100 "https://codereview.chromium.org",
101 "--output_json", 101 "--output_json",
102 "/path/to/tmp/json", 102 "/path/to/tmp/json",
103 "--revision", 103 "--revision",
104 "src@HEAD", 104 "src@HEAD",
105 "--output_manifest" 105 "--output_manifest"
106 ], 106 ],
107 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect", 107 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
108 "env": { 108 "env": {
109 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 109 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
110 }, 110 },
111 "name": "bot_update", 111 "name": "bot_update",
112 "~followup_annotations": [ 112 "~followup_annotations": [
113 "@@@STEP_TEXT@Some step text@@@", 113 "@@@STEP_TEXT@Some step text@@@",
114 "@@@STEP_LOG_LINE@json.output@{@@@", 114 "@@@STEP_LOG_LINE@json.output@{@@@",
115 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 115 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
116 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 116 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
117 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 117 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
118 "@@@STEP_LOG_LINE@json.output@ }, @@@", 118 "@@@STEP_LOG_LINE@json.output@ }, @@@",
119 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 119 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 "--rietveld_server", 738 "--rietveld_server",
739 "https://codereview.chromium.org", 739 "https://codereview.chromium.org",
740 "--output_json", 740 "--output_json",
741 "/path/to/tmp/json", 741 "/path/to/tmp/json",
742 "--revision", 742 "--revision",
743 "src@HEAD", 743 "src@HEAD",
744 "--output_manifest" 744 "--output_manifest"
745 ], 745 ],
746 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect", 746 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
747 "env": { 747 "env": {
748 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 748 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
749 }, 749 },
750 "name": "bot_update (2)", 750 "name": "bot_update (2)",
751 "~followup_annotations": [ 751 "~followup_annotations": [
752 "@@@STEP_TEXT@Some step text@@@", 752 "@@@STEP_TEXT@Some step text@@@",
753 "@@@STEP_LOG_LINE@json.output@{@@@", 753 "@@@STEP_LOG_LINE@json.output@{@@@",
754 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 754 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
755 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 755 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
756 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 756 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
757 "@@@STEP_LOG_LINE@json.output@ }, @@@", 757 "@@@STEP_LOG_LINE@json.output@ }, @@@",
758 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 758 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 933 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
934 "@@@STEP_LOG_END@python.inline@@@" 934 "@@@STEP_LOG_END@python.inline@@@"
935 ] 935 ]
936 }, 936 },
937 { 937 {
938 "name": "$result", 938 "name": "$result",
939 "recipe_result": null, 939 "recipe_result": null,
940 "status_code": 0 940 "status_code": 0
941 } 941 }
942 ] 942 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698