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

Side by Side Diff: scripts/slave/recipes/android/appurify.expected/instrumentation_test_collect_failure.json

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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_amp_rel_tests_recipe", 10 "android_amp_rel_tests_recipe",
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "--target", 201 "--target",
202 "Release", 202 "Release",
203 "--src-dir", 203 "--src-dir",
204 "[SLAVE_BUILD]/src", 204 "[SLAVE_BUILD]/src",
205 "--build-tool", 205 "--build-tool",
206 "ninja", 206 "ninja",
207 "--compiler", 207 "--compiler",
208 "goma", 208 "goma",
209 "--goma-dir", 209 "--goma-dir",
210 "[BUILD]/goma", 210 "[BUILD]/goma",
211 "--ninja-ensure-up-to-date",
211 "--", 212 "--",
212 "content_shell_test_apk" 213 "content_shell_test_apk"
213 ], 214 ],
214 "cwd": "[SLAVE_BUILD]", 215 "cwd": "[SLAVE_BUILD]",
215 "env": { 216 "env": {
216 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 217 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
217 }, 218 },
218 "name": "compile" 219 "name": "compile"
219 }, 220 },
220 { 221 {
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 452 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
452 "@@@STEP_LOG_END@python.inline@@@" 453 "@@@STEP_LOG_END@python.inline@@@"
453 ] 454 ]
454 }, 455 },
455 { 456 {
456 "name": "$final_result", 457 "name": "$final_result",
457 "reason": "1 out of 6 aggregated steps failed. Failures: Step('[collect] con tent_shell_test_apk') failed with return_code 1", 458 "reason": "1 out of 6 aggregated steps failed. Failures: Step('[collect] con tent_shell_test_apk') failed with return_code 1",
458 "status_code": 1 459 "status_code": 1
459 } 460 }
460 ] 461 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698