| OLD | NEW |
| 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.chromium.android", | 8 "tryserver.chromium.android", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_amp", | 10 "android_amp", |
| (...skipping 1337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1348 "-u", | 1348 "-u", |
| 1349 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1349 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 1350 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers
ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", | 1350 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers
ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", |
| 1351 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" | 1351 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" |
| 1352 ], | 1352 ], |
| 1353 "cwd": "[SLAVE_BUILD]", | 1353 "cwd": "[SLAVE_BUILD]", |
| 1354 "name": "[trigger] save ui_touch_selection_unittests (with patch)" | 1354 "name": "[trigger] save ui_touch_selection_unittests (with patch)" |
| 1355 }, | 1355 }, |
| 1356 { | 1356 { |
| 1357 "cmd": [ | 1357 "cmd": [ |
| 1358 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 1359 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
| 1360 "-v", | |
| 1361 "--blacklist-file", | |
| 1362 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1363 "--release" | |
| 1364 ], | |
| 1365 "cwd": "[SLAVE_BUILD]", | |
| 1366 "env": { | |
| 1367 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1368 }, | |
| 1369 "name": "install AndroidWebView.apk" | |
| 1370 }, | |
| 1371 { | |
| 1372 "cmd": [ | |
| 1373 "python", | 1358 "python", |
| 1374 "-u", | 1359 "-u", |
| 1375 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1360 "out/Release/bin/run_android_webview_test_apk", |
| 1376 "instrumentation", | 1361 "instrumentation", |
| 1377 "--test-apk", | |
| 1378 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | |
| 1379 "--blacklist-file", | 1362 "--blacklist-file", |
| 1380 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1363 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1381 "--logcat-output-file", | 1364 "--logcat-output-file", |
| 1382 "/path/to/tmp/", | 1365 "/path/to/tmp/", |
| 1383 "--apk-under-test", | |
| 1384 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
| 1385 "--isolate-file-path", | |
| 1386 "android_webview/android_webview_test_apk.isolate", | |
| 1387 "--flakiness-dashboard-server", | 1366 "--flakiness-dashboard-server", |
| 1388 "test-results.appspot.com", | 1367 "test-results.appspot.com", |
| 1389 "--verbose", | 1368 "--verbose", |
| 1390 "--release", | |
| 1391 "--json-results-file", | 1369 "--json-results-file", |
| 1392 "/path/to/tmp/json" | 1370 "/path/to/tmp/json" |
| 1393 ], | 1371 ], |
| 1394 "cwd": "[SLAVE_BUILD]", | 1372 "cwd": "[SLAVE_BUILD]", |
| 1395 "name": "Instrumentation test AndroidWebViewTest (with patch)", | 1373 "name": "Instrumentation test android_webview_test_apk (with patch)", |
| 1396 "~followup_annotations": [ | 1374 "~followup_annotations": [ |
| 1397 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1375 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1398 ] | 1376 ] |
| 1399 }, | 1377 }, |
| 1400 { | 1378 { |
| 1401 "cmd": [ | 1379 "cmd": [ |
| 1402 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 1403 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | |
| 1404 "-v", | |
| 1405 "--blacklist-file", | |
| 1406 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1407 "--release" | |
| 1408 ], | |
| 1409 "cwd": "[SLAVE_BUILD]", | |
| 1410 "env": { | |
| 1411 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1412 }, | |
| 1413 "name": "install ContentShell.apk" | |
| 1414 }, | |
| 1415 { | |
| 1416 "cmd": [ | |
| 1417 "python", | 1380 "python", |
| 1418 "-u", | 1381 "-u", |
| 1419 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1382 "out/Release/bin/run_content_shell_test_apk", |
| 1420 "instrumentation", | 1383 "instrumentation", |
| 1421 "--test-apk", | |
| 1422 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", | |
| 1423 "--blacklist-file", | 1384 "--blacklist-file", |
| 1424 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1385 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1425 "--logcat-output-file", | 1386 "--logcat-output-file", |
| 1426 "/path/to/tmp/", | 1387 "/path/to/tmp/", |
| 1427 "--apk-under-test", | |
| 1428 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | |
| 1429 "--isolate-file-path", | |
| 1430 "content/content_shell_test_apk.isolate", | |
| 1431 "--flakiness-dashboard-server", | 1388 "--flakiness-dashboard-server", |
| 1432 "test-results.appspot.com", | 1389 "test-results.appspot.com", |
| 1433 "--verbose", | 1390 "--verbose", |
| 1434 "--release", | |
| 1435 "--json-results-file", | 1391 "--json-results-file", |
| 1436 "/path/to/tmp/json" | 1392 "/path/to/tmp/json" |
| 1437 ], | 1393 ], |
| 1438 "cwd": "[SLAVE_BUILD]", | 1394 "cwd": "[SLAVE_BUILD]", |
| 1439 "name": "Instrumentation test ContentShellTest (with patch)", | 1395 "name": "Instrumentation test content_shell_test_apk (with patch)", |
| 1440 "~followup_annotations": [ | 1396 "~followup_annotations": [ |
| 1441 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1397 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1442 ] | 1398 ] |
| 1443 }, | 1399 }, |
| 1444 { | 1400 { |
| 1445 "cmd": [ | 1401 "cmd": [ |
| 1446 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 1447 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | |
| 1448 "-v", | |
| 1449 "--blacklist-file", | |
| 1450 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1451 "--release" | |
| 1452 ], | |
| 1453 "cwd": "[SLAVE_BUILD]", | |
| 1454 "env": { | |
| 1455 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1456 }, | |
| 1457 "name": "install ChromePublic.apk" | |
| 1458 }, | |
| 1459 { | |
| 1460 "cmd": [ | |
| 1461 "python", | 1402 "python", |
| 1462 "-u", | 1403 "-u", |
| 1463 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1404 "out/Release/bin/run_chrome_public_test_apk", |
| 1464 "instrumentation", | 1405 "instrumentation", |
| 1465 "--test-apk", | |
| 1466 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", | |
| 1467 "--blacklist-file", | 1406 "--blacklist-file", |
| 1468 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1407 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1469 "--logcat-output-file", | 1408 "--logcat-output-file", |
| 1470 "/path/to/tmp/", | 1409 "/path/to/tmp/", |
| 1471 "--apk-under-test", | |
| 1472 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | |
| 1473 "--additional-apk", | |
| 1474 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk", | |
| 1475 "--additional-apk", | |
| 1476 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk", | |
| 1477 "--isolate-file-path", | |
| 1478 "chrome/chrome_public_test_apk.isolate", | |
| 1479 "--flakiness-dashboard-server", | 1410 "--flakiness-dashboard-server", |
| 1480 "test-results.appspot.com", | 1411 "test-results.appspot.com", |
| 1481 "--verbose", | 1412 "--verbose", |
| 1482 "--release", | |
| 1483 "--json-results-file", | 1413 "--json-results-file", |
| 1484 "/path/to/tmp/json" | 1414 "/path/to/tmp/json" |
| 1485 ], | 1415 ], |
| 1486 "cwd": "[SLAVE_BUILD]", | 1416 "cwd": "[SLAVE_BUILD]", |
| 1487 "name": "Instrumentation test ChromePublicTest (with patch)", | 1417 "name": "Instrumentation test chrome_public_test_apk (with patch)", |
| 1488 "~followup_annotations": [ | 1418 "~followup_annotations": [ |
| 1489 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1419 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1490 ] | 1420 ] |
| 1491 }, | 1421 }, |
| 1492 { | 1422 { |
| 1493 "cmd": [ | 1423 "cmd": [ |
| 1494 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 1495 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
| 1496 "-v", | |
| 1497 "--blacklist-file", | |
| 1498 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1499 "--release" | |
| 1500 ], | |
| 1501 "cwd": "[SLAVE_BUILD]", | |
| 1502 "env": { | |
| 1503 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1504 }, | |
| 1505 "name": "install ChromeSyncShell.apk" | |
| 1506 }, | |
| 1507 { | |
| 1508 "cmd": [ | |
| 1509 "python", | 1424 "python", |
| 1510 "-u", | 1425 "-u", |
| 1511 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1426 "out/Release/bin/run_chrome_sync_shell_test_apk", |
| 1512 "instrumentation", | 1427 "instrumentation", |
| 1513 "--test-apk", | |
| 1514 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", | |
| 1515 "--blacklist-file", | 1428 "--blacklist-file", |
| 1516 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1429 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1517 "--logcat-output-file", | 1430 "--logcat-output-file", |
| 1518 "/path/to/tmp/", | 1431 "/path/to/tmp/", |
| 1519 "--apk-under-test", | |
| 1520 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
| 1521 "--flakiness-dashboard-server", | 1432 "--flakiness-dashboard-server", |
| 1522 "test-results.appspot.com", | 1433 "test-results.appspot.com", |
| 1523 "--verbose", | 1434 "--verbose", |
| 1524 "--release", | |
| 1525 "--json-results-file", | 1435 "--json-results-file", |
| 1526 "/path/to/tmp/json" | 1436 "/path/to/tmp/json" |
| 1527 ], | 1437 ], |
| 1528 "cwd": "[SLAVE_BUILD]", | 1438 "cwd": "[SLAVE_BUILD]", |
| 1529 "name": "Instrumentation test ChromeSyncShellTest (with patch)", | 1439 "name": "Instrumentation test chrome_sync_shell_test_apk (with patch)", |
| 1530 "~followup_annotations": [ | 1440 "~followup_annotations": [ |
| 1531 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1441 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1532 ] | 1442 ] |
| 1533 }, | 1443 }, |
| 1534 { | 1444 { |
| 1535 "cmd": [ | 1445 "cmd": [ |
| 1536 "python", | 1446 "python", |
| 1537 "-u", | 1447 "-u", |
| 1538 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1448 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1539 "gtest", | 1449 "gtest", |
| (...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2689 "-u", | 2599 "-u", |
| 2690 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 2600 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 2691 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers
ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", | 2601 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers
ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", |
| 2692 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" | 2602 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" |
| 2693 ], | 2603 ], |
| 2694 "cwd": "[SLAVE_BUILD]", | 2604 "cwd": "[SLAVE_BUILD]", |
| 2695 "name": "[trigger] save base_unittests (without patch)" | 2605 "name": "[trigger] save base_unittests (without patch)" |
| 2696 }, | 2606 }, |
| 2697 { | 2607 { |
| 2698 "cmd": [ | 2608 "cmd": [ |
| 2699 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 2700 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
| 2701 "-v", | |
| 2702 "--blacklist-file", | |
| 2703 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 2704 "--release" | |
| 2705 ], | |
| 2706 "cwd": "[SLAVE_BUILD]", | |
| 2707 "env": { | |
| 2708 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2709 }, | |
| 2710 "name": "install AndroidWebView.apk (2)" | |
| 2711 }, | |
| 2712 { | |
| 2713 "cmd": [ | |
| 2714 "python", | 2609 "python", |
| 2715 "-u", | 2610 "-u", |
| 2716 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2611 "out/Release/bin/run_android_webview_test_apk", |
| 2717 "instrumentation", | 2612 "instrumentation", |
| 2718 "--test-apk", | |
| 2719 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | |
| 2720 "--blacklist-file", | 2613 "--blacklist-file", |
| 2721 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2614 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2722 "--logcat-output-file", | 2615 "--logcat-output-file", |
| 2723 "/path/to/tmp/", | 2616 "/path/to/tmp/", |
| 2724 "--apk-under-test", | |
| 2725 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
| 2726 "--isolate-file-path", | |
| 2727 "android_webview/android_webview_test_apk.isolate", | |
| 2728 "--flakiness-dashboard-server", | 2617 "--flakiness-dashboard-server", |
| 2729 "test-results.appspot.com", | 2618 "test-results.appspot.com", |
| 2730 "--verbose", | 2619 "--verbose", |
| 2731 "--release", | |
| 2732 "--json-results-file", | 2620 "--json-results-file", |
| 2733 "/path/to/tmp/json" | 2621 "/path/to/tmp/json" |
| 2734 ], | 2622 ], |
| 2735 "cwd": "[SLAVE_BUILD]", | 2623 "cwd": "[SLAVE_BUILD]", |
| 2736 "name": "Instrumentation test AndroidWebViewTest (without patch)", | 2624 "name": "Instrumentation test android_webview_test_apk (without patch)", |
| 2737 "~followup_annotations": [ | 2625 "~followup_annotations": [ |
| 2738 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2626 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2739 ] | 2627 ] |
| 2740 }, | 2628 }, |
| 2741 { | 2629 { |
| 2742 "cmd": [ | 2630 "cmd": [ |
| 2743 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 2744 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | |
| 2745 "-v", | |
| 2746 "--blacklist-file", | |
| 2747 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 2748 "--release" | |
| 2749 ], | |
| 2750 "cwd": "[SLAVE_BUILD]", | |
| 2751 "env": { | |
| 2752 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2753 }, | |
| 2754 "name": "install ContentShell.apk (2)" | |
| 2755 }, | |
| 2756 { | |
| 2757 "cmd": [ | |
| 2758 "python", | 2631 "python", |
| 2759 "-u", | 2632 "-u", |
| 2760 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2633 "out/Release/bin/run_content_shell_test_apk", |
| 2761 "instrumentation", | 2634 "instrumentation", |
| 2762 "--test-apk", | |
| 2763 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", | |
| 2764 "--blacklist-file", | 2635 "--blacklist-file", |
| 2765 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2636 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2766 "--logcat-output-file", | 2637 "--logcat-output-file", |
| 2767 "/path/to/tmp/", | 2638 "/path/to/tmp/", |
| 2768 "--apk-under-test", | |
| 2769 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | |
| 2770 "--isolate-file-path", | |
| 2771 "content/content_shell_test_apk.isolate", | |
| 2772 "--flakiness-dashboard-server", | 2639 "--flakiness-dashboard-server", |
| 2773 "test-results.appspot.com", | 2640 "test-results.appspot.com", |
| 2774 "--verbose", | 2641 "--verbose", |
| 2775 "--release", | |
| 2776 "--json-results-file", | 2642 "--json-results-file", |
| 2777 "/path/to/tmp/json" | 2643 "/path/to/tmp/json" |
| 2778 ], | 2644 ], |
| 2779 "cwd": "[SLAVE_BUILD]", | 2645 "cwd": "[SLAVE_BUILD]", |
| 2780 "name": "Instrumentation test ContentShellTest (without patch)", | 2646 "name": "Instrumentation test content_shell_test_apk (without patch)", |
| 2781 "~followup_annotations": [ | 2647 "~followup_annotations": [ |
| 2782 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2648 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2783 ] | 2649 ] |
| 2784 }, | 2650 }, |
| 2785 { | 2651 { |
| 2786 "cmd": [ | 2652 "cmd": [ |
| 2787 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 2788 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | |
| 2789 "-v", | |
| 2790 "--blacklist-file", | |
| 2791 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 2792 "--release" | |
| 2793 ], | |
| 2794 "cwd": "[SLAVE_BUILD]", | |
| 2795 "env": { | |
| 2796 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2797 }, | |
| 2798 "name": "install ChromePublic.apk (2)" | |
| 2799 }, | |
| 2800 { | |
| 2801 "cmd": [ | |
| 2802 "python", | 2653 "python", |
| 2803 "-u", | 2654 "-u", |
| 2804 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2655 "out/Release/bin/run_chrome_public_test_apk", |
| 2805 "instrumentation", | 2656 "instrumentation", |
| 2806 "--test-apk", | |
| 2807 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", | |
| 2808 "--blacklist-file", | 2657 "--blacklist-file", |
| 2809 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2658 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2810 "--logcat-output-file", | 2659 "--logcat-output-file", |
| 2811 "/path/to/tmp/", | 2660 "/path/to/tmp/", |
| 2812 "--apk-under-test", | |
| 2813 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | |
| 2814 "--additional-apk", | |
| 2815 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk", | |
| 2816 "--additional-apk", | |
| 2817 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk", | |
| 2818 "--isolate-file-path", | |
| 2819 "chrome/chrome_public_test_apk.isolate", | |
| 2820 "--flakiness-dashboard-server", | 2661 "--flakiness-dashboard-server", |
| 2821 "test-results.appspot.com", | 2662 "test-results.appspot.com", |
| 2822 "--verbose", | 2663 "--verbose", |
| 2823 "--release", | |
| 2824 "--json-results-file", | 2664 "--json-results-file", |
| 2825 "/path/to/tmp/json" | 2665 "/path/to/tmp/json" |
| 2826 ], | 2666 ], |
| 2827 "cwd": "[SLAVE_BUILD]", | 2667 "cwd": "[SLAVE_BUILD]", |
| 2828 "name": "Instrumentation test ChromePublicTest (without patch)", | 2668 "name": "Instrumentation test chrome_public_test_apk (without patch)", |
| 2829 "~followup_annotations": [ | 2669 "~followup_annotations": [ |
| 2830 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2670 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2831 ] | 2671 ] |
| 2832 }, | 2672 }, |
| 2833 { | 2673 { |
| 2834 "cmd": [ | 2674 "cmd": [ |
| 2835 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 2836 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
| 2837 "-v", | |
| 2838 "--blacklist-file", | |
| 2839 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 2840 "--release" | |
| 2841 ], | |
| 2842 "cwd": "[SLAVE_BUILD]", | |
| 2843 "env": { | |
| 2844 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2845 }, | |
| 2846 "name": "install ChromeSyncShell.apk (2)" | |
| 2847 }, | |
| 2848 { | |
| 2849 "cmd": [ | |
| 2850 "python", | 2675 "python", |
| 2851 "-u", | 2676 "-u", |
| 2852 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2677 "out/Release/bin/run_chrome_sync_shell_test_apk", |
| 2853 "instrumentation", | 2678 "instrumentation", |
| 2854 "--test-apk", | |
| 2855 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", | |
| 2856 "--blacklist-file", | 2679 "--blacklist-file", |
| 2857 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2680 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2858 "--logcat-output-file", | 2681 "--logcat-output-file", |
| 2859 "/path/to/tmp/", | 2682 "/path/to/tmp/", |
| 2860 "--apk-under-test", | |
| 2861 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
| 2862 "--flakiness-dashboard-server", | 2683 "--flakiness-dashboard-server", |
| 2863 "test-results.appspot.com", | 2684 "test-results.appspot.com", |
| 2864 "--verbose", | 2685 "--verbose", |
| 2865 "--release", | |
| 2866 "--json-results-file", | 2686 "--json-results-file", |
| 2867 "/path/to/tmp/json" | 2687 "/path/to/tmp/json" |
| 2868 ], | 2688 ], |
| 2869 "cwd": "[SLAVE_BUILD]", | 2689 "cwd": "[SLAVE_BUILD]", |
| 2870 "name": "Instrumentation test ChromeSyncShellTest (without patch)", | 2690 "name": "Instrumentation test chrome_sync_shell_test_apk (without patch)", |
| 2871 "~followup_annotations": [ | 2691 "~followup_annotations": [ |
| 2872 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2692 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2873 ] | 2693 ] |
| 2874 }, | 2694 }, |
| 2875 { | 2695 { |
| 2876 "cmd": [ | 2696 "cmd": [ |
| 2877 "python", | 2697 "python", |
| 2878 "-u", | 2698 "-u", |
| 2879 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2699 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2880 "junit", | 2700 "junit", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3005 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2825 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 3006 ] | 2826 ] |
| 3007 }, | 2827 }, |
| 3008 { | 2828 { |
| 3009 "cmd": [ | 2829 "cmd": [ |
| 3010 "python", | 2830 "python", |
| 3011 "-u", | 2831 "-u", |
| 3012 "import sys; sys.exit(0)" | 2832 "import sys; sys.exit(0)" |
| 3013 ], | 2833 ], |
| 3014 "cwd": "[SLAVE_BUILD]", | 2834 "cwd": "[SLAVE_BUILD]", |
| 3015 "name": "AndroidWebViewTest (retry summary)", | 2835 "name": "android_webview_test_apk (retry summary)", |
| 3016 "~followup_annotations": [ | 2836 "~followup_annotations": [ |
| 3017 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", | 2837 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 3018 "@@@STEP_WARNINGS@@@" | 2838 "@@@STEP_WARNINGS@@@" |
| 3019 ] | 2839 ] |
| 3020 }, | 2840 }, |
| 3021 { | 2841 { |
| 3022 "cmd": [ | 2842 "cmd": [ |
| 3023 "python", | 2843 "python", |
| 3024 "-u", | 2844 "-u", |
| 3025 "import sys; sys.exit(0)" | 2845 "import sys; sys.exit(0)" |
| 3026 ], | 2846 ], |
| 3027 "cwd": "[SLAVE_BUILD]", | 2847 "cwd": "[SLAVE_BUILD]", |
| 3028 "name": "ContentShellTest (retry summary)", | 2848 "name": "content_shell_test_apk (retry summary)", |
| 3029 "~followup_annotations": [ | 2849 "~followup_annotations": [ |
| 3030 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", | 2850 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 3031 "@@@STEP_WARNINGS@@@" | 2851 "@@@STEP_WARNINGS@@@" |
| 3032 ] | 2852 ] |
| 3033 }, | 2853 }, |
| 3034 { | 2854 { |
| 3035 "cmd": [ | 2855 "cmd": [ |
| 3036 "python", | 2856 "python", |
| 3037 "-u", | 2857 "-u", |
| 3038 "import sys; sys.exit(0)" | 2858 "import sys; sys.exit(0)" |
| 3039 ], | 2859 ], |
| 3040 "cwd": "[SLAVE_BUILD]", | 2860 "cwd": "[SLAVE_BUILD]", |
| 3041 "name": "ChromePublicTest (retry summary)", | 2861 "name": "chrome_public_test_apk (retry summary)", |
| 3042 "~followup_annotations": [ | 2862 "~followup_annotations": [ |
| 3043 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", | 2863 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 3044 "@@@STEP_WARNINGS@@@" | 2864 "@@@STEP_WARNINGS@@@" |
| 3045 ] | 2865 ] |
| 3046 }, | 2866 }, |
| 3047 { | 2867 { |
| 3048 "cmd": [ | 2868 "cmd": [ |
| 3049 "python", | 2869 "python", |
| 3050 "-u", | 2870 "-u", |
| 3051 "import sys; sys.exit(0)" | 2871 "import sys; sys.exit(0)" |
| 3052 ], | 2872 ], |
| 3053 "cwd": "[SLAVE_BUILD]", | 2873 "cwd": "[SLAVE_BUILD]", |
| 3054 "name": "ChromeSyncShellTest (retry summary)", | 2874 "name": "chrome_sync_shell_test_apk (retry summary)", |
| 3055 "~followup_annotations": [ | 2875 "~followup_annotations": [ |
| 3056 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", | 2876 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 3057 "@@@STEP_WARNINGS@@@" | 2877 "@@@STEP_WARNINGS@@@" |
| 3058 ] | 2878 ] |
| 3059 }, | 2879 }, |
| 3060 { | 2880 { |
| 3061 "cmd": [ | 2881 "cmd": [ |
| 3062 "python", | 2882 "python", |
| 3063 "-u", | 2883 "-u", |
| 3064 "import sys; sys.exit(1)" | 2884 "import sys; sys.exit(1)" |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3200 "name": "test_report", | 3020 "name": "test_report", |
| 3201 "~followup_annotations": [ | 3021 "~followup_annotations": [ |
| 3202 "@@@STEP_LOG_LINE@python.inline@@@@", | 3022 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 3203 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 3023 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 3204 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 3024 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 3205 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 3025 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 3206 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 3026 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 3207 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 3027 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 3208 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 3028 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 3209 "@@@STEP_LOG_END@python.inline@@@", | 3029 "@@@STEP_LOG_END@python.inline@@@", |
| 3210 "@@@SET_BUILD_PROPERTY@failure_hash@\"f70a31cd238c86b35b0a8c2c2d85034113dc
9f60\"@@@" | 3030 "@@@SET_BUILD_PROPERTY@failure_hash@\"be8c5dc263be959372854a68b1cadf8c79c4
5f22\"@@@" |
| 3211 ] | 3031 ] |
| 3212 }, | 3032 }, |
| 3213 { | 3033 { |
| 3214 "name": "$result", | 3034 "name": "$result", |
| 3215 "reason": "1 out of 8 aggregated steps failed. Failures: Step('base_unittest
s (retry summary)') failed with return_code 1", | 3035 "reason": "1 out of 8 aggregated steps failed. Failures: Step('base_unittest
s (retry summary)') failed with return_code 1", |
| 3216 "status_code": 1 | 3036 "status_code": 1 |
| 3217 } | 3037 } |
| 3218 ] | 3038 ] |
| OLD | NEW |