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

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

Issue 815213002: Cause chromium_android recipe to consume device_status_check's json. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Add missing files Created 6 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
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.webrtc", 8 "chromium.webrtc",
9 "--builder", 9 "--builder",
10 "Android Tests (dbg) (KK Nexus5)", 10 "Android Tests (dbg) (KK Nexus5)",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 153 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
154 "[SLAVE_BUILD]/src/out/logcat" 154 "[SLAVE_BUILD]/src/out/logcat"
155 ], 155 ],
156 "env": { 156 "env": {
157 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 157 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
158 }, 158 },
159 "name": "spawn_logcat_monitor" 159 "name": "spawn_logcat_monitor"
160 }, 160 },
161 { 161 {
162 "cmd": [ 162 "cmd": [
163 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py" 163 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
164 "--json-output",
165 "/path/to/tmp/json"
164 ], 166 ],
165 "env": { 167 "env": {
166 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 168 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
167 }, 169 },
168 "name": "device_status_check" 170 "name": "device_status_check",
171 "~followup_annotations": [
172 "@@@STEP_LOG_LINE@json.output@[@@@",
173 "@@@STEP_LOG_LINE@json.output@ {@@@",
174 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@",
175 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@",
176 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@",
177 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@",
178 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@",
179 "@@@STEP_LOG_LINE@json.output@ \"level\": \"100\", @@@",
180 "@@@STEP_LOG_LINE@json.output@ \"present\": \"true\", @@@",
181 "@@@STEP_LOG_LINE@json.output@ \"scale\": \"100\", @@@",
182 "@@@STEP_LOG_LINE@json.output@ \"status\": \"5\", @@@",
183 "@@@STEP_LOG_LINE@json.output@ \"technology\": \"Li-ion\", @@@",
184 "@@@STEP_LOG_LINE@json.output@ \"temperature\": \"249\", @@@",
185 "@@@STEP_LOG_LINE@json.output@ \"voltage\": \"4286\"@@@",
186 "@@@STEP_LOG_LINE@json.output@ }, @@@",
187 "@@@STEP_LOG_LINE@json.output@ \"build\": \"LRX21O\", @@@",
188 "@@@STEP_LOG_LINE@json.output@ \"build_detail\": \"google/razor/flo:5.0 /LRX21O/1570415:userdebug/dev-keys\", @@@",
189 "@@@STEP_LOG_LINE@json.output@ \"imei_slice\": \"Unknown\", @@@",
190 "@@@STEP_LOG_LINE@json.output@ \"serial\": \"07a00ca4\", @@@",
191 "@@@STEP_LOG_LINE@json.output@ \"type\": \"flo\", @@@",
192 "@@@STEP_LOG_LINE@json.output@ \"wifi_ip\": \"\"@@@",
193 "@@@STEP_LOG_LINE@json.output@ }@@@",
194 "@@@STEP_LOG_LINE@json.output@]@@@",
195 "@@@STEP_LOG_END@json.output@@@"
196 ]
169 }, 197 },
170 { 198 {
171 "cmd": [ 199 "cmd": [
172 "python", 200 "python",
173 "-u", 201 "-u",
174 "[SLAVE_BUILD]/src/build/android/provision_devices.py", 202 "[SLAVE_BUILD]/src/build/android/provision_devices.py",
175 "-t", 203 "-t",
176 "Debug" 204 "Debug"
177 ], 205 ],
178 "env": { 206 "env": {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 274 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
247 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 275 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
248 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 276 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
249 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 277 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
250 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 278 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
251 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 279 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
252 "@@@STEP_LOG_END@python.inline@@@" 280 "@@@STEP_LOG_END@python.inline@@@"
253 ] 281 ]
254 } 282 }
255 ] 283 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698