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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android.json

Issue 505153002: WebRTC: Remove android_apk recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps _file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch romium.org/webrtc/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DE PS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.ch romium.org/chrome-internal/trunk/webrtc-limited'}]\ntarget_os = ['android']" 9 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps _file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch romium.org/webrtc/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DE PS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.ch romium.org/chrome-internal/trunk/webrtc-limited'}]\ntarget_os = ['android']"
10 ], 10 ],
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "[SLAVE_BUILD]/src", 95 "[SLAVE_BUILD]/src",
96 "--build-tool", 96 "--build-tool",
97 "ninja", 97 "ninja",
98 "--compiler", 98 "--compiler",
99 "goma", 99 "goma",
100 "--goma-dir", 100 "--goma-dir",
101 "[BUILD]/goma", 101 "[BUILD]/goma",
102 "--" 102 "--"
103 ], 103 ],
104 "name": "compile" 104 "name": "compile"
105 },
106 {
107 "cmd": [
108 "python",
109 "-u",
110 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n",
111 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps",
112 "[SLAVE_BUILD]/src/out/Debug/test_logs",
113 "[SLAVE_BUILD]/src/out/build_product.zip",
114 "[SLAVE_BUILD]/src"
115 ],
116 "name": "clean local files",
117 "~followup_annotations": [
118 "@@@STEP_LOG_LINE@python.inline@@@@",
119 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@",
120 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@",
121 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@",
122 "@@@STEP_LOG_LINE@python.inline@try:@@@",
123 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@",
124 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@",
125 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
126 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@",
127 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
128 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
129 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
130 "@@@STEP_LOG_END@python.inline@@@"
131 ]
132 },
133 {
134 "cmd": [
135 "[BUILD]/scripts/slave/daemonizer.py",
136 "--",
137 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
138 "[SLAVE_BUILD]/src/out/logcat"
139 ],
140 "env": {
141 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
142 },
143 "name": "spawn_logcat_monitor"
144 },
145 {
146 "cmd": [
147 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py"
148 ],
149 "env": {
150 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
151 },
152 "name": "device_status_check"
153 },
154 {
155 "cmd": [
156 "python",
157 "-u",
158 "[SLAVE_BUILD]/src/build/android/provision_devices.py",
159 "-t",
160 "Debug"
161 ],
162 "env": {
163 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
164 },
165 "name": "provision_devices"
166 },
167 {
168 "cmd": [
169 "python",
170 "-u",
171 "[SLAVE_BUILD]/src/build/android/test_runner.py",
172 "gtest",
173 "-s",
174 "audio_decoder_unittests",
175 "--verbose",
176 "--isolate-file-path",
177 "webrtc/modules/audio_coding/neteq/audio_decoder_unittests.isolate"
178 ],
179 "env": {
180 "CHECKOUT_SOURCE_ROOT": "[SLAVE_BUILD]/src"
181 },
182 "name": "audio_decoder_unittests"
183 },
184 {
185 "cmd": [
186 "python",
187 "-u",
188 "[SLAVE_BUILD]/src/build/android/test_runner.py",
189 "gtest",
190 "-s",
191 "common_audio_unittests",
192 "--verbose",
193 "--isolate-file-path",
194 "webrtc/common_audio/common_audio_unittests.isolate"
195 ],
196 "env": {
197 "CHECKOUT_SOURCE_ROOT": "[SLAVE_BUILD]/src"
198 },
199 "name": "common_audio_unittests"
200 },
201 {
202 "cmd": [
203 "python",
204 "-u",
205 "[SLAVE_BUILD]/src/build/android/test_runner.py",
206 "gtest",
207 "-s",
208 "common_video_unittests",
209 "--verbose",
210 "--isolate-file-path",
211 "webrtc/common_video/common_video_unittests.isolate"
212 ],
213 "env": {
214 "CHECKOUT_SOURCE_ROOT": "[SLAVE_BUILD]/src"
215 },
216 "name": "common_video_unittests"
217 },
218 {
219 "cmd": [
220 "python",
221 "-u",
222 "[SLAVE_BUILD]/src/build/android/test_runner.py",
223 "gtest",
224 "-s",
225 "modules_tests",
226 "--verbose",
227 "--isolate-file-path",
228 "webrtc/modules/modules_tests.isolate"
229 ],
230 "env": {
231 "CHECKOUT_SOURCE_ROOT": "[SLAVE_BUILD]/src"
232 },
233 "name": "modules_tests"
234 },
235 {
236 "cmd": [
237 "python",
238 "-u",
239 "[SLAVE_BUILD]/src/build/android/test_runner.py",
240 "gtest",
241 "-s",
242 "modules_unittests",
243 "--verbose",
244 "--isolate-file-path",
245 "webrtc/modules/modules_unittests.isolate"
246 ],
247 "env": {
248 "CHECKOUT_SOURCE_ROOT": "[SLAVE_BUILD]/src"
249 },
250 "name": "modules_unittests"
251 },
252 {
253 "cmd": [
254 "python",
255 "-u",
256 "[SLAVE_BUILD]/src/build/android/test_runner.py",
257 "gtest",
258 "-s",
259 "system_wrappers_unittests",
260 "--verbose",
261 "--isolate-file-path",
262 "webrtc/system_wrappers/source/system_wrappers_unittests.isolate"
263 ],
264 "env": {
265 "CHECKOUT_SOURCE_ROOT": "[SLAVE_BUILD]/src"
266 },
267 "name": "system_wrappers_unittests"
268 },
269 {
270 "cmd": [
271 "python",
272 "-u",
273 "[SLAVE_BUILD]/src/build/android/test_runner.py",
274 "gtest",
275 "-s",
276 "test_support_unittests",
277 "--verbose",
278 "--isolate-file-path",
279 "webrtc/test/test_support_unittests.isolate"
280 ],
281 "env": {
282 "CHECKOUT_SOURCE_ROOT": "[SLAVE_BUILD]/src"
283 },
284 "name": "test_support_unittests"
285 },
286 {
287 "cmd": [
288 "python",
289 "-u",
290 "[SLAVE_BUILD]/src/build/android/test_runner.py",
291 "gtest",
292 "-s",
293 "tools_unittests",
294 "--verbose",
295 "--isolate-file-path",
296 "webrtc/tools/tools_unittests.isolate"
297 ],
298 "env": {
299 "CHECKOUT_SOURCE_ROOT": "[SLAVE_BUILD]/src"
300 },
301 "name": "tools_unittests"
302 },
303 {
304 "cmd": [
305 "python",
306 "-u",
307 "[SLAVE_BUILD]/src/build/android/test_runner.py",
308 "gtest",
309 "-s",
310 "video_capture_tests",
311 "--verbose",
312 "--isolate-file-path",
313 "webrtc/modules/video_capture/video_capture_tests.isolate"
314 ],
315 "env": {
316 "CHECKOUT_SOURCE_ROOT": "[SLAVE_BUILD]/src"
317 },
318 "name": "video_capture_tests"
319 },
320 {
321 "cmd": [
322 "python",
323 "-u",
324 "[SLAVE_BUILD]/src/build/android/test_runner.py",
325 "gtest",
326 "-s",
327 "video_engine_core_unittests",
328 "--verbose",
329 "--isolate-file-path",
330 "webrtc/video_engine/video_engine_core_unittests.isolate"
331 ],
332 "env": {
333 "CHECKOUT_SOURCE_ROOT": "[SLAVE_BUILD]/src"
334 },
335 "name": "video_engine_core_unittests"
336 },
337 {
338 "cmd": [
339 "python",
340 "-u",
341 "[SLAVE_BUILD]/src/build/android/test_runner.py",
342 "gtest",
343 "-s",
344 "video_engine_tests",
345 "--verbose",
346 "--isolate-file-path",
347 "webrtc/video_engine_tests.isolate"
348 ],
349 "env": {
350 "CHECKOUT_SOURCE_ROOT": "[SLAVE_BUILD]/src"
351 },
352 "name": "video_engine_tests"
353 },
354 {
355 "cmd": [
356 "python",
357 "-u",
358 "[SLAVE_BUILD]/src/build/android/test_runner.py",
359 "gtest",
360 "-s",
361 "voice_engine_unittests",
362 "--verbose",
363 "--isolate-file-path",
364 "webrtc/voice_engine/voice_engine_unittests.isolate"
365 ],
366 "env": {
367 "CHECKOUT_SOURCE_ROOT": "[SLAVE_BUILD]/src"
368 },
369 "name": "voice_engine_unittests"
370 },
371 {
372 "cmd": [
373 "python",
374 "-u",
375 "[SLAVE_BUILD]/src/build/android/test_runner.py",
376 "gtest",
377 "-s",
378 "webrtc_perf_tests",
379 "--verbose",
380 "--isolate-file-path",
381 "webrtc/webrtc_perf_tests.isolate"
382 ],
383 "env": {
384 "CHECKOUT_SOURCE_ROOT": "[SLAVE_BUILD]/src"
385 },
386 "name": "webrtc_perf_tests"
387 },
388 {
389 "cmd": [
390 "python",
391 "-u",
392 "[BUILD]/scripts/slave/tee.py",
393 "[SLAVE_BUILD]/src/out/Debug/full_log",
394 "--",
395 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
396 "[SLAVE_BUILD]/src/out/logcat"
397 ],
398 "name": "logcat_dump"
399 },
400 {
401 "cmd": [
402 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" ,
403 "--arch",
404 "arm",
405 "--more-info",
406 "[SLAVE_BUILD]/src/out/Debug/full_log"
407 ],
408 "env": {
409 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
410 },
411 "name": "stack_tool_with_logcat_dump"
412 },
413 {
414 "cmd": [
415 "[SLAVE_BUILD]/src/build/android/tombstones.py",
416 "-a",
417 "-s",
418 "-w"
419 ],
420 "env": {
421 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
422 },
423 "name": "stack_tool_for_tombstones"
424 },
425 {
426 "cmd": [
427 "python",
428 "-u",
429 "\nimport glob, os, sys\nfor report in glob.glob(sys.argv[1]):\n with ope n(report, 'r') as f:\n for l in f.readlines():\n print l\n os.remove(re port)\n",
430 "[SLAVE_BUILD]/src/out/Debug/test_logs/*.log"
431 ],
432 "name": "test_report",
433 "~followup_annotations": [
434 "@@@STEP_LOG_LINE@python.inline@@@@",
435 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
436 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
437 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
438 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
439 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
440 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
441 "@@@STEP_LOG_END@python.inline@@@"
442 ]
105 } 443 }
106 ] 444 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698