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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/provision_devices.json

Issue 1511403002: Revert "[Android] Add context manager to record logcat during step(s)." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years 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 Nexus5 Perf (1)", 10 "Android Nexus5 Perf (1)",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "[SLAVE_BUILD]/src/out/build_product.zip" 178 "[SLAVE_BUILD]/src/out/build_product.zip"
179 ], 179 ],
180 "cwd": "[SLAVE_BUILD]/src", 180 "cwd": "[SLAVE_BUILD]/src",
181 "name": "unzip_build_product" 181 "name": "unzip_build_product"
182 }, 182 },
183 { 183 {
184 "cmd": [ 184 "cmd": [
185 "[BUILD]/scripts/slave/daemonizer.py", 185 "[BUILD]/scripts/slave/daemonizer.py",
186 "--", 186 "--",
187 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 187 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
188 "[SLAVE_BUILD]/src/out/logcat_dir" 188 "[SLAVE_BUILD]/src/out/logcat"
189 ], 189 ],
190 "cwd": "[SLAVE_BUILD]", 190 "cwd": "[SLAVE_BUILD]",
191 "env": { 191 "env": {
192 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 192 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
193 }, 193 },
194 "name": "spawn_logcat_monitor" 194 "name": "spawn_logcat_monitor"
195 }, 195 },
196 { 196 {
197 "cmd": [ 197 "cmd": [
198 "python", 198 "python",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 "step returned non-zero exit code: 1", 343 "step returned non-zero exit code: 1",
344 "@@@STEP_EXCEPTION@@@" 344 "@@@STEP_EXCEPTION@@@"
345 ] 345 ]
346 }, 346 },
347 { 347 {
348 "name": "$result", 348 "name": "$result",
349 "reason": "Infra Failure: Step('provision_devices') returned 1", 349 "reason": "Infra Failure: Step('provision_devices') returned 1",
350 "status_code": 1 350 "status_code": 1
351 } 351 }
352 ] 352 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698