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

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

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

Powered by Google App Engine
This is Rietveld 408576698