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

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

Issue 1879283002: Revert of 🏨 Switch Android gtests to use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "android_rel", 10 "android_rel",
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "--blacklist-file", 339 "--blacklist-file",
340 "[SLAVE_BUILD]/src/out/bad_devices.json" 340 "[SLAVE_BUILD]/src/out/bad_devices.json"
341 ], 341 ],
342 "cwd": "[SLAVE_BUILD]", 342 "cwd": "[SLAVE_BUILD]",
343 "name": "spawn_device_monitor" 343 "name": "spawn_device_monitor"
344 }, 344 },
345 { 345 {
346 "cmd": [ 346 "cmd": [
347 "python", 347 "python",
348 "-u", 348 "-u",
349 "[SLAVE_BUILD]/src/out/Release/bin/run_audio_decoder_unittests", 349 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
350 "gtest",
351 "-s",
352 "audio_decoder_unittests",
350 "--blacklist-file", 353 "--blacklist-file",
351 "[SLAVE_BUILD]/src/out/bad_devices.json", 354 "[SLAVE_BUILD]/src/out/bad_devices.json",
352 "--verbose", 355 "--verbose",
356 "--release",
353 "-t", 357 "-t",
354 "900" 358 "900"
355 ], 359 ],
356 "cwd": "[SLAVE_BUILD]", 360 "cwd": "[SLAVE_BUILD]",
357 "env": { 361 "env": {
362 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
358 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 363 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
359 }, 364 },
360 "name": "audio_decoder_unittests" 365 "name": "audio_decoder_unittests"
361 }, 366 },
362 { 367 {
363 "cmd": [ 368 "cmd": [
364 "python", 369 "python",
365 "-u", 370 "-u",
366 "[SLAVE_BUILD]/src/out/Release/bin/run_common_audio_unittests", 371 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
372 "gtest",
373 "-s",
374 "common_audio_unittests",
367 "--blacklist-file", 375 "--blacklist-file",
368 "[SLAVE_BUILD]/src/out/bad_devices.json", 376 "[SLAVE_BUILD]/src/out/bad_devices.json",
369 "--verbose", 377 "--verbose",
378 "--release",
370 "-t", 379 "-t",
371 "900" 380 "900"
372 ], 381 ],
373 "cwd": "[SLAVE_BUILD]", 382 "cwd": "[SLAVE_BUILD]",
374 "env": { 383 "env": {
384 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
375 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 385 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
376 }, 386 },
377 "name": "common_audio_unittests" 387 "name": "common_audio_unittests"
378 }, 388 },
379 { 389 {
380 "cmd": [ 390 "cmd": [
381 "python", 391 "python",
382 "-u", 392 "-u",
383 "[SLAVE_BUILD]/src/out/Release/bin/run_common_video_unittests", 393 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
394 "gtest",
395 "-s",
396 "common_video_unittests",
384 "--blacklist-file", 397 "--blacklist-file",
385 "[SLAVE_BUILD]/src/out/bad_devices.json", 398 "[SLAVE_BUILD]/src/out/bad_devices.json",
386 "--verbose", 399 "--verbose",
400 "--release",
387 "-t", 401 "-t",
388 "900" 402 "900"
389 ], 403 ],
390 "cwd": "[SLAVE_BUILD]", 404 "cwd": "[SLAVE_BUILD]",
391 "env": { 405 "env": {
406 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
392 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 407 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
393 }, 408 },
394 "name": "common_video_unittests" 409 "name": "common_video_unittests"
395 }, 410 },
396 { 411 {
397 "cmd": [ 412 "cmd": [
398 "python", 413 "python",
399 "-u", 414 "-u",
400 "[SLAVE_BUILD]/src/out/Release/bin/run_modules_tests", 415 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
416 "gtest",
417 "-s",
418 "modules_tests",
401 "--blacklist-file", 419 "--blacklist-file",
402 "[SLAVE_BUILD]/src/out/bad_devices.json", 420 "[SLAVE_BUILD]/src/out/bad_devices.json",
403 "--verbose", 421 "--verbose",
422 "--release",
404 "-t", 423 "-t",
405 "900" 424 "900"
406 ], 425 ],
407 "cwd": "[SLAVE_BUILD]", 426 "cwd": "[SLAVE_BUILD]",
408 "env": { 427 "env": {
428 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
409 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 429 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
410 }, 430 },
411 "name": "modules_tests" 431 "name": "modules_tests"
412 }, 432 },
413 { 433 {
414 "cmd": [ 434 "cmd": [
415 "python", 435 "python",
416 "-u", 436 "-u",
417 "[SLAVE_BUILD]/src/out/Release/bin/run_modules_unittests", 437 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
438 "gtest",
439 "-s",
440 "modules_unittests",
418 "--blacklist-file", 441 "--blacklist-file",
419 "[SLAVE_BUILD]/src/out/bad_devices.json", 442 "[SLAVE_BUILD]/src/out/bad_devices.json",
420 "--verbose", 443 "--verbose",
444 "--release",
421 "-t", 445 "-t",
422 "900" 446 "900"
423 ], 447 ],
424 "cwd": "[SLAVE_BUILD]", 448 "cwd": "[SLAVE_BUILD]",
425 "env": { 449 "env": {
450 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
426 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 451 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
427 }, 452 },
428 "name": "modules_unittests" 453 "name": "modules_unittests"
429 }, 454 },
430 { 455 {
431 "cmd": [ 456 "cmd": [
432 "python", 457 "python",
433 "-u", 458 "-u",
434 "[SLAVE_BUILD]/src/out/Release/bin/run_peerconnection_unittests", 459 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
460 "gtest",
461 "-s",
462 "peerconnection_unittests",
435 "--blacklist-file", 463 "--blacklist-file",
436 "[SLAVE_BUILD]/src/out/bad_devices.json", 464 "[SLAVE_BUILD]/src/out/bad_devices.json",
437 "--verbose", 465 "--verbose",
466 "--release",
438 "-t", 467 "-t",
439 "900" 468 "900"
440 ], 469 ],
441 "cwd": "[SLAVE_BUILD]", 470 "cwd": "[SLAVE_BUILD]",
442 "env": { 471 "env": {
472 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
443 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 473 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
444 }, 474 },
445 "name": "peerconnection_unittests" 475 "name": "peerconnection_unittests"
446 }, 476 },
447 { 477 {
448 "cmd": [ 478 "cmd": [
449 "python", 479 "python",
450 "-u", 480 "-u",
451 "[SLAVE_BUILD]/src/out/Release/bin/run_system_wrappers_unittests", 481 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
482 "gtest",
483 "-s",
484 "system_wrappers_unittests",
452 "--blacklist-file", 485 "--blacklist-file",
453 "[SLAVE_BUILD]/src/out/bad_devices.json", 486 "[SLAVE_BUILD]/src/out/bad_devices.json",
454 "--verbose", 487 "--verbose",
488 "--release",
455 "-t", 489 "-t",
456 "900" 490 "900"
457 ], 491 ],
458 "cwd": "[SLAVE_BUILD]", 492 "cwd": "[SLAVE_BUILD]",
459 "env": { 493 "env": {
494 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
460 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 495 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
461 }, 496 },
462 "name": "system_wrappers_unittests" 497 "name": "system_wrappers_unittests"
463 }, 498 },
464 { 499 {
465 "cmd": [ 500 "cmd": [
466 "python", 501 "python",
467 "-u", 502 "-u",
468 "[SLAVE_BUILD]/src/out/Release/bin/run_test_support_unittests", 503 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
504 "gtest",
505 "-s",
506 "test_support_unittests",
469 "--blacklist-file", 507 "--blacklist-file",
470 "[SLAVE_BUILD]/src/out/bad_devices.json", 508 "[SLAVE_BUILD]/src/out/bad_devices.json",
471 "--verbose", 509 "--verbose",
510 "--release",
472 "-t", 511 "-t",
473 "900" 512 "900"
474 ], 513 ],
475 "cwd": "[SLAVE_BUILD]", 514 "cwd": "[SLAVE_BUILD]",
476 "env": { 515 "env": {
516 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
477 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 517 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
478 }, 518 },
479 "name": "test_support_unittests" 519 "name": "test_support_unittests"
480 }, 520 },
481 { 521 {
482 "cmd": [ 522 "cmd": [
483 "python", 523 "python",
484 "-u", 524 "-u",
485 "[SLAVE_BUILD]/src/out/Release/bin/run_tools_unittests", 525 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
526 "gtest",
527 "-s",
528 "tools_unittests",
486 "--blacklist-file", 529 "--blacklist-file",
487 "[SLAVE_BUILD]/src/out/bad_devices.json", 530 "[SLAVE_BUILD]/src/out/bad_devices.json",
488 "--verbose", 531 "--verbose",
532 "--release",
489 "-t", 533 "-t",
490 "900" 534 "900"
491 ], 535 ],
492 "cwd": "[SLAVE_BUILD]", 536 "cwd": "[SLAVE_BUILD]",
493 "env": { 537 "env": {
538 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
494 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 539 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
495 }, 540 },
496 "name": "tools_unittests" 541 "name": "tools_unittests"
497 }, 542 },
498 { 543 {
499 "cmd": [ 544 "cmd": [
500 "python", 545 "python",
501 "-u", 546 "-u",
502 "[SLAVE_BUILD]/src/out/Release/bin/run_video_engine_tests", 547 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
548 "gtest",
549 "-s",
550 "video_engine_tests",
503 "--blacklist-file", 551 "--blacklist-file",
504 "[SLAVE_BUILD]/src/out/bad_devices.json", 552 "[SLAVE_BUILD]/src/out/bad_devices.json",
505 "--verbose", 553 "--verbose",
554 "--release",
506 "-t", 555 "-t",
507 "900" 556 "900"
508 ], 557 ],
509 "cwd": "[SLAVE_BUILD]", 558 "cwd": "[SLAVE_BUILD]",
510 "env": { 559 "env": {
560 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
511 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 561 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
512 }, 562 },
513 "name": "video_engine_tests" 563 "name": "video_engine_tests"
514 }, 564 },
515 { 565 {
516 "cmd": [ 566 "cmd": [
517 "python", 567 "python",
518 "-u", 568 "-u",
519 "[SLAVE_BUILD]/src/out/Release/bin/run_voice_engine_unittests", 569 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
570 "gtest",
571 "-s",
572 "voice_engine_unittests",
520 "--blacklist-file", 573 "--blacklist-file",
521 "[SLAVE_BUILD]/src/out/bad_devices.json", 574 "[SLAVE_BUILD]/src/out/bad_devices.json",
522 "--verbose", 575 "--verbose",
576 "--release",
523 "-t", 577 "-t",
524 "900" 578 "900"
525 ], 579 ],
526 "cwd": "[SLAVE_BUILD]", 580 "cwd": "[SLAVE_BUILD]",
527 "env": { 581 "env": {
582 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
528 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 583 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
529 }, 584 },
530 "name": "voice_engine_unittests" 585 "name": "voice_engine_unittests"
531 }, 586 },
532 { 587 {
533 "cmd": [ 588 "cmd": [
534 "python", 589 "python",
535 "-u", 590 "-u",
536 "[SLAVE_BUILD]/src/out/Release/bin/run_webrtc_nonparallel_tests", 591 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
592 "gtest",
593 "-s",
594 "webrtc_nonparallel_tests",
537 "--blacklist-file", 595 "--blacklist-file",
538 "[SLAVE_BUILD]/src/out/bad_devices.json", 596 "[SLAVE_BUILD]/src/out/bad_devices.json",
539 "--verbose", 597 "--verbose",
598 "--release",
540 "-t", 599 "-t",
541 "900" 600 "900"
542 ], 601 ],
543 "cwd": "[SLAVE_BUILD]", 602 "cwd": "[SLAVE_BUILD]",
544 "env": { 603 "env": {
604 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
545 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 605 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
546 }, 606 },
547 "name": "webrtc_nonparallel_tests" 607 "name": "webrtc_nonparallel_tests"
548 }, 608 },
549 { 609 {
550 "cmd": [ 610 "cmd": [
551 "python", 611 "python",
552 "-u", 612 "-u",
553 "[SLAVE_BUILD]/src/out/Release/bin/run_webrtc_perf_tests", 613 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py",
614 "gtest",
615 "-s",
616 "webrtc_perf_tests",
554 "--blacklist-file", 617 "--blacklist-file",
555 "[SLAVE_BUILD]/src/out/bad_devices.json", 618 "[SLAVE_BUILD]/src/out/bad_devices.json",
556 "--verbose", 619 "--verbose",
620 "--release",
557 "-t", 621 "-t",
558 "2700" 622 "2700"
559 ], 623 ],
560 "cwd": "[SLAVE_BUILD]", 624 "cwd": "[SLAVE_BUILD]",
561 "env": { 625 "env": {
626 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
562 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 627 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
563 }, 628 },
564 "name": "webrtc_perf_tests" 629 "name": "webrtc_perf_tests"
565 }, 630 },
566 { 631 {
567 "cmd": [ 632 "cmd": [
568 "python", 633 "python",
569 "-u", 634 "-u",
570 "[SLAVE_BUILD]/src/out/Release/bin/run_AppRTCDemoTest", 635 "[SLAVE_BUILD]/src/out/Release/bin/run_AppRTCDemoTest",
571 "--blacklist-file", 636 "--blacklist-file",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 749 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
685 "@@@STEP_LOG_END@python.inline@@@" 750 "@@@STEP_LOG_END@python.inline@@@"
686 ] 751 ]
687 }, 752 },
688 { 753 {
689 "name": "$result", 754 "name": "$result",
690 "recipe_result": null, 755 "recipe_result": null,
691 "status_code": 0 756 "status_code": 0
692 } 757 }
693 ] 758 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698