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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_arm64_Builder.json

Issue 1472893002: chromium_tests: require explicit compile targets (except for Android) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 1 month 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 | Annotate | Revision Log
OLDNEW
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.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android arm64 Builder", 10 "Android arm64 Builder",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "-u", 110 "-u",
111 "[BUILD]/scripts/slave/cleanup_temp.py" 111 "[BUILD]/scripts/slave/cleanup_temp.py"
112 ], 112 ],
113 "cwd": "[SLAVE_BUILD]", 113 "cwd": "[SLAVE_BUILD]",
114 "name": "cleanup_temp" 114 "name": "cleanup_temp"
115 }, 115 },
116 { 116 {
117 "cmd": [ 117 "cmd": [
118 "python", 118 "python",
119 "-u", 119 "-u",
120 "[SLAVE_BUILD]/src/tools/mb/mb.py", 120 "import sys; sys.exit(1)"
121 "gen",
122 "-m",
123 "chromium.perf",
124 "-b",
125 "Android arm64 Builder",
126 "--config-file",
127 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
128 "--goma-dir",
129 "[BUILD]/goma",
130 "//out/Release"
131 ], 121 ],
132 "cwd": "[SLAVE_BUILD]", 122 "cwd": "[SLAVE_BUILD]",
133 "name": "generate_build_files"
134 },
135 {
136 "cmd": [
137 "python",
138 "-u",
139 "[BUILD]/scripts/slave/compile.py",
140 "--target",
141 "Release",
142 "--src-dir",
143 "[SLAVE_BUILD]/src",
144 "--build-tool",
145 "ninja",
146 "--compiler",
147 "goma",
148 "--goma-jsonstatus",
149 "/path/to/tmp/json",
150 "--mode",
151 "official",
152 "--goma-dir",
153 "[BUILD]/goma",
154 "--goma-hermetic",
155 "fallback",
156 "--"
157 ],
158 "cwd": "[SLAVE_BUILD]",
159 "env": {
160 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
161 },
162 "name": "compile", 123 "name": "compile",
163 "~followup_annotations": [ 124 "~followup_annotations": [
164 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 125 "step returned non-zero exit code: 1",
165 "@@@STEP_LOG_END@json.output (invalid)@@@" 126 "@@@STEP_TEXT@Please add explicit compile targets for the build@@@",
166 ] 127 "@@@STEP_FAILURE@@@"
167 },
168 {
169 "allow_subannotations": true,
170 "cmd": [
171 "python",
172 "-u",
173 "[BUILD]/scripts/slave/zip_build.py",
174 "--target",
175 "Release",
176 "--build-url",
177 "gs://chrome-perf/Android arm64 Builder",
178 "--build_revision",
179 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
180 "--factory-properties",
181 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Android arm64 Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"sla vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
182 "--build-properties",
183 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Android arm64 Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"sla vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
184 ],
185 "cwd": "[SLAVE_BUILD]",
186 "name": "package build"
187 },
188 {
189 "cmd": [],
190 "cwd": "[SLAVE_BUILD]",
191 "name": "trigger",
192 "trigger_specs": [
193 {
194 "builder_name": "Android Nexus9 Perf (1)"
195 }
196 ],
197 "~followup_annotations": [
198 "@@@STEP_TEXT@Android Nexus9 Perf (1)@@@"
199 ]
200 },
201 {
202 "cmd": [],
203 "cwd": "[SLAVE_BUILD]",
204 "name": "trigger (2)",
205 "trigger_specs": [
206 {
207 "builder_name": "Android Nexus9 Perf (2)"
208 }
209 ],
210 "~followup_annotations": [
211 "@@@STEP_TEXT@Android Nexus9 Perf (2)@@@"
212 ] 128 ]
213 }, 129 },
214 { 130 {
215 "name": "$result", 131 "name": "$result",
216 "recipe_result": null, 132 "reason": "Step('compile') failed with return_code 1",
217 "status_code": 0 133 "status_code": 1
218 } 134 }
219 ] 135 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698