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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/perf_cq_run_benchmark_android_s5_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_s5_perf_bisect", 107 "cwd": "[BUILDER_CACHE]/android_s5_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 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 "--rietveld_server", 834 "--rietveld_server",
835 "https://codereview.chromium.org", 835 "https://codereview.chromium.org",
836 "--output_json", 836 "--output_json",
837 "/path/to/tmp/json", 837 "/path/to/tmp/json",
838 "--revision", 838 "--revision",
839 "src@HEAD", 839 "src@HEAD",
840 "--output_manifest" 840 "--output_manifest"
841 ], 841 ],
842 "cwd": "[BUILDER_CACHE]/android_s5_perf_bisect", 842 "cwd": "[BUILDER_CACHE]/android_s5_perf_bisect",
843 "env": { 843 "env": {
844 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 844 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
845 }, 845 },
846 "name": "bot_update (2)", 846 "name": "bot_update (2)",
847 "~followup_annotations": [ 847 "~followup_annotations": [
848 "@@@STEP_TEXT@Some step text@@@", 848 "@@@STEP_TEXT@Some step text@@@",
849 "@@@STEP_LOG_LINE@json.output@{@@@", 849 "@@@STEP_LOG_LINE@json.output@{@@@",
850 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 850 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
851 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 851 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
852 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 852 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
853 "@@@STEP_LOG_LINE@json.output@ }, @@@", 853 "@@@STEP_LOG_LINE@json.output@ }, @@@",
854 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 854 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1029 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1030 "@@@STEP_LOG_END@python.inline@@@" 1030 "@@@STEP_LOG_END@python.inline@@@"
1031 ] 1031 ]
1032 }, 1032 },
1033 { 1033 {
1034 "name": "$result", 1034 "name": "$result",
1035 "recipe_result": null, 1035 "recipe_result": null,
1036 "status_code": 0 1036 "status_code": 0
1037 } 1037 }
1038 ] 1038 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698