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

Side by Side Diff: scripts/slave/recipes/android/tester.expected/android_dbg_tests_recipe__content_browsertests_failure.json

Issue 586803002: Fix compile optimization in analyze.py in Android trybots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 6 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 "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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "android_dbg_tests_recipe", 10 "android_dbg_tests_recipe",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "--target", 175 "--target",
176 "Debug", 176 "Debug",
177 "--src-dir", 177 "--src-dir",
178 "[SLAVE_BUILD]/src", 178 "[SLAVE_BUILD]/src",
179 "--build-tool", 179 "--build-tool",
180 "ninja", 180 "ninja",
181 "--compiler", 181 "--compiler",
182 "goma", 182 "goma",
183 "--goma-dir", 183 "--goma-dir",
184 "[BUILD]/goma", 184 "[BUILD]/goma",
185 "--" 185 "--",
186 "content_browsertests"
186 ], 187 ],
187 "env": { 188 "env": {
188 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 189 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
189 }, 190 },
190 "name": "compile" 191 "name": "compile"
191 }, 192 },
192 { 193 {
193 "cmd": [ 194 "cmd": [
194 "python", 195 "python",
195 "-u", 196 "-u",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 349 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
349 "@@@STEP_LOG_END@python.inline@@@" 350 "@@@STEP_LOG_END@python.inline@@@"
350 ] 351 ]
351 }, 352 },
352 { 353 {
353 "name": "$final_result", 354 "name": "$final_result",
354 "reason": "1 out of 5 aggregated steps failed. Failures: Step('content_brows ertests') failed with return_code 1", 355 "reason": "1 out of 5 aggregated steps failed. Failures: Step('content_brows ertests') failed with return_code 1",
355 "status_code": 1 356 "status_code": 1
356 } 357 }
357 ] 358 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698