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

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

Issue 1465343002: [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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Remoting Tests", 10 "Android Remoting Tests",
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 "[\"07a00ca4\"]", 433 "[\"07a00ca4\"]",
434 "chromium.fyi", 434 "chromium.fyi",
435 "Android Remoting Tests", 435 "Android Remoting Tests",
436 "--blacklist-file", 436 "--blacklist-file",
437 "[SLAVE_BUILD]/src/out/bad_devices.json" 437 "[SLAVE_BUILD]/src/out/bad_devices.json"
438 ], 438 ],
439 "cwd": "[SLAVE_BUILD]", 439 "cwd": "[SLAVE_BUILD]",
440 "name": "spawn_device_monitor" 440 "name": "spawn_device_monitor"
441 }, 441 },
442 { 442 {
443 "cmd": [],
444 "cwd": "[SLAVE_BUILD]",
445 "name": "remoting_unittests"
446 },
447 {
448 "cmd": [
449 "[BUILD]/scripts/slave/daemonizer.py",
450 "--",
451 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
452 "[TMP_BASE]/test_logcat_tmp_1"
453 ],
454 "cwd": "[SLAVE_BUILD]",
455 "env": {
456 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
457 },
458 "name": "remoting_unittests.spawn_logcat_monitor",
459 "~followup_annotations": [
460 "@@@STEP_NEST_LEVEL@1@@@"
461 ]
462 },
463 {
443 "cmd": [ 464 "cmd": [
444 "python", 465 "python",
445 "-u", 466 "-u",
446 "[SLAVE_BUILD]/src/build/android/test_runner.py", 467 "[SLAVE_BUILD]/src/build/android/test_runner.py",
447 "gtest", 468 "gtest",
448 "-s", 469 "-s",
449 "remoting_unittests", 470 "remoting_unittests",
450 "--blacklist-file", 471 "--blacklist-file",
451 "[SLAVE_BUILD]/src/out/bad_devices.json", 472 "[SLAVE_BUILD]/src/out/bad_devices.json",
452 "--verbose", 473 "--verbose",
453 "--release", 474 "--release",
454 "--flakiness-dashboard-server=test-results.appspot.com", 475 "--flakiness-dashboard-server=test-results.appspot.com",
455 "--json-results-file", 476 "--json-results-file",
456 "/path/to/tmp/json" 477 "/path/to/tmp/json"
457 ], 478 ],
458 "cwd": "[SLAVE_BUILD]", 479 "cwd": "[SLAVE_BUILD]",
459 "env": { 480 "env": {
460 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 481 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
461 }, 482 },
462 "name": "remoting_unittests" 483 "name": "remoting_unittests.remoting_unittests",
484 "~followup_annotations": [
485 "@@@STEP_NEST_LEVEL@1@@@"
486 ]
463 }, 487 },
464 { 488 {
465 "cmd": [ 489 "cmd": [
490 "python",
491 "-u",
492 "[BUILD]/scripts/slave/tee.py",
493 "/path/to/tmp/logcat",
494 "--",
495 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
496 "[TMP_BASE]/test_logcat_tmp_1"
497 ],
498 "cwd": "[SLAVE_BUILD]",
499 "name": "remoting_unittests.logcat_dump",
500 "~followup_annotations": [
501 "@@@STEP_NEST_LEVEL@1@@@"
502 ]
503 },
504 {
505 "cmd": [],
506 "cwd": "[SLAVE_BUILD]",
507 "name": "ChromotingTest"
508 },
509 {
510 "cmd": [
511 "[BUILD]/scripts/slave/daemonizer.py",
512 "--",
513 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
514 "[TMP_BASE]/test_logcat_tmp_2"
515 ],
516 "cwd": "[SLAVE_BUILD]",
517 "env": {
518 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
519 },
520 "name": "ChromotingTest.spawn_logcat_monitor",
521 "~followup_annotations": [
522 "@@@STEP_NEST_LEVEL@1@@@"
523 ]
524 },
525 {
526 "cmd": [
466 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 527 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
467 "[SLAVE_BUILD]/src/out/Release/apks/Chromoting.apk", 528 "[SLAVE_BUILD]/src/out/Release/apks/Chromoting.apk",
468 "-v", 529 "-v",
469 "--blacklist-file", 530 "--blacklist-file",
470 "[SLAVE_BUILD]/src/out/bad_devices.json", 531 "[SLAVE_BUILD]/src/out/bad_devices.json",
471 "--release" 532 "--release"
472 ], 533 ],
473 "cwd": "[SLAVE_BUILD]", 534 "cwd": "[SLAVE_BUILD]",
474 "env": { 535 "env": {
475 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 536 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
476 }, 537 },
477 "name": "install Chromoting.apk" 538 "name": "ChromotingTest.install Chromoting.apk",
539 "~followup_annotations": [
540 "@@@STEP_NEST_LEVEL@1@@@"
541 ]
478 }, 542 },
479 { 543 {
480 "cmd": [ 544 "cmd": [
481 "python", 545 "python",
482 "-u", 546 "-u",
483 "[SLAVE_BUILD]/src/build/android/test_runner.py", 547 "[SLAVE_BUILD]/src/build/android/test_runner.py",
484 "instrumentation", 548 "instrumentation",
485 "--test-apk", 549 "--test-apk",
486 "[SLAVE_BUILD]/src/out/Release/apks/ChromotingTest.apk", 550 "[SLAVE_BUILD]/src/out/Release/apks/ChromotingTest.apk",
487 "--blacklist-file", 551 "--blacklist-file",
488 "[SLAVE_BUILD]/src/out/bad_devices.json", 552 "[SLAVE_BUILD]/src/out/bad_devices.json",
489 "--apk-under-test", 553 "--apk-under-test",
490 "[SLAVE_BUILD]/src/out/Release/apks/Chromoting.apk", 554 "[SLAVE_BUILD]/src/out/Release/apks/Chromoting.apk",
491 "--flakiness-dashboard-server", 555 "--flakiness-dashboard-server",
492 "test-results.appspot.com", 556 "test-results.appspot.com",
493 "--verbose", 557 "--verbose",
494 "--release", 558 "--release",
495 "--json-results-file", 559 "--json-results-file",
496 "/path/to/tmp/json" 560 "/path/to/tmp/json"
497 ], 561 ],
498 "cwd": "[SLAVE_BUILD]", 562 "cwd": "[SLAVE_BUILD]",
499 "name": "Instrumentation test ChromotingTest", 563 "name": "ChromotingTest.Instrumentation test ChromotingTest",
500 "~followup_annotations": [ 564 "~followup_annotations": [
501 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 565 "@@@STEP_NEST_LEVEL@1@@@"
502 ] 566 ]
503 }, 567 },
504 { 568 {
569 "cmd": [
570 "python",
571 "-u",
572 "[BUILD]/scripts/slave/tee.py",
573 "/path/to/tmp/logcat",
574 "--",
575 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
576 "[TMP_BASE]/test_logcat_tmp_2"
577 ],
578 "cwd": "[SLAVE_BUILD]",
579 "name": "ChromotingTest.logcat_dump",
580 "~followup_annotations": [
581 "@@@STEP_NEST_LEVEL@1@@@"
582 ]
583 },
584 {
505 "cmd": [ 585 "cmd": [
506 "python", 586 "python",
507 "-u", 587 "-u",
508 "[BUILD]/scripts/slave/daemonizer.py", 588 "[BUILD]/scripts/slave/daemonizer.py",
509 "--action", 589 "--action",
510 "stop", 590 "stop",
511 "--pid-file-path", 591 "--pid-file-path",
512 "/tmp/device_monitor.pid" 592 "/tmp/device_monitor.pid"
513 ], 593 ],
514 "cwd": "[SLAVE_BUILD]", 594 "cwd": "[SLAVE_BUILD]",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 653 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
574 "@@@STEP_LOG_END@python.inline@@@" 654 "@@@STEP_LOG_END@python.inline@@@"
575 ] 655 ]
576 }, 656 },
577 { 657 {
578 "name": "$result", 658 "name": "$result",
579 "recipe_result": null, 659 "recipe_result": null,
580 "status_code": 0 660 "status_code": 0
581 } 661 }
582 ] 662 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698