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

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

Issue 1718093003: [Android] Limit the targets built on the android chromium.perf builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 10 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 "--src-dir", 173 "--src-dir",
174 "[SLAVE_BUILD]/src", 174 "[SLAVE_BUILD]/src",
175 "--build-tool", 175 "--build-tool",
176 "ninja", 176 "ninja",
177 "--compiler", 177 "--compiler",
178 "goma", 178 "goma",
179 "--goma-jsonstatus", 179 "--goma-jsonstatus",
180 "/path/to/tmp/json", 180 "/path/to/tmp/json",
181 "--goma-dir", 181 "--goma-dir",
182 "[BUILD]/goma", 182 "[BUILD]/goma",
183 "--" 183 "--",
184 "android_tools",
185 "cc_perftests",
186 "chrome_public_apk",
187 "gpu_perftests"
184 ], 188 ],
185 "cwd": "[SLAVE_BUILD]", 189 "cwd": "[SLAVE_BUILD]",
186 "env": { 190 "env": {
187 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 191 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
188 }, 192 },
189 "name": "compile", 193 "name": "compile",
190 "~followup_annotations": [ 194 "~followup_annotations": [
191 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 195 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
192 "@@@STEP_LOG_END@json.output (invalid)@@@" 196 "@@@STEP_LOG_END@json.output (invalid)@@@"
193 ] 197 ]
(...skipping 30 matching lines...) Expand all
224 "~followup_annotations": [ 228 "~followup_annotations": [
225 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel/full-build-linux_267739.zip@@@" 229 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel/full-build-linux_267739.zip@@@"
226 ] 230 ]
227 }, 231 },
228 { 232 {
229 "name": "$result", 233 "name": "$result",
230 "recipe_result": null, 234 "recipe_result": null,
231 "status_code": 0 235 "status_code": 0
232 } 236 }
233 ] 237 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698