| 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 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2622 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 2532 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 2623 }, | 2533 }, |
| 2624 "name": "compile (without patch)", | 2534 "name": "compile (without patch)", |
| 2625 "~followup_annotations": [ | 2535 "~followup_annotations": [ |
| 2626 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 2536 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 2627 "@@@STEP_LOG_END@json.output (invalid)@@@" | 2537 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 2628 ] | 2538 ] |
| 2629 }, | 2539 }, |
| 2630 { | 2540 { |
| 2631 "cmd": [ | 2541 "cmd": [ |
| 2632 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 2633 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
| 2634 "-v", | |
| 2635 "--blacklist-file", | |
| 2636 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 2637 "--release" | |
| 2638 ], | |
| 2639 "cwd": "[SLAVE_BUILD]", | |
| 2640 "env": { | |
| 2641 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2642 }, | |
| 2643 "name": "install AndroidWebView.apk (2)" | |
| 2644 }, | |
| 2645 { | |
| 2646 "cmd": [ | |
| 2647 "python", | 2542 "python", |
| 2648 "-u", | 2543 "-u", |
| 2649 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2544 "out/Release/bin/run_android_webview_test_apk", |
| 2650 "instrumentation", | 2545 "instrumentation", |
| 2651 "--test-apk", | |
| 2652 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | |
| 2653 "--blacklist-file", | 2546 "--blacklist-file", |
| 2654 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2547 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2655 "--logcat-output-file", | 2548 "--logcat-output-file", |
| 2656 "/path/to/tmp/", | 2549 "/path/to/tmp/", |
| 2657 "--apk-under-test", | |
| 2658 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
| 2659 "--isolate-file-path", | |
| 2660 "android_webview/android_webview_test_apk.isolate", | |
| 2661 "--flakiness-dashboard-server", | 2550 "--flakiness-dashboard-server", |
| 2662 "test-results.appspot.com", | 2551 "test-results.appspot.com", |
| 2663 "--verbose", | 2552 "--verbose", |
| 2664 "--release", | |
| 2665 "--json-results-file", | 2553 "--json-results-file", |
| 2666 "/path/to/tmp/json" | 2554 "/path/to/tmp/json" |
| 2667 ], | 2555 ], |
| 2668 "cwd": "[SLAVE_BUILD]", | 2556 "cwd": "[SLAVE_BUILD]", |
| 2669 "name": "Instrumentation test AndroidWebViewTest (without patch)", | 2557 "name": "Instrumentation test android_webview_test_apk (without patch)", |
| 2670 "~followup_annotations": [ | 2558 "~followup_annotations": [ |
| 2671 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2559 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2672 ] | 2560 ] |
| 2673 }, | 2561 }, |
| 2674 { | 2562 { |
| 2675 "cmd": [ | 2563 "cmd": [ |
| 2676 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 2677 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | |
| 2678 "-v", | |
| 2679 "--blacklist-file", | |
| 2680 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 2681 "--release" | |
| 2682 ], | |
| 2683 "cwd": "[SLAVE_BUILD]", | |
| 2684 "env": { | |
| 2685 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2686 }, | |
| 2687 "name": "install ContentShell.apk (2)" | |
| 2688 }, | |
| 2689 { | |
| 2690 "cmd": [ | |
| 2691 "python", | 2564 "python", |
| 2692 "-u", | 2565 "-u", |
| 2693 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2566 "out/Release/bin/run_content_shell_test_apk", |
| 2694 "instrumentation", | 2567 "instrumentation", |
| 2695 "--test-apk", | |
| 2696 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", | |
| 2697 "--blacklist-file", | 2568 "--blacklist-file", |
| 2698 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2569 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2699 "--logcat-output-file", | 2570 "--logcat-output-file", |
| 2700 "/path/to/tmp/", | 2571 "/path/to/tmp/", |
| 2701 "--apk-under-test", | |
| 2702 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | |
| 2703 "--isolate-file-path", | |
| 2704 "content/content_shell_test_apk.isolate", | |
| 2705 "--flakiness-dashboard-server", | 2572 "--flakiness-dashboard-server", |
| 2706 "test-results.appspot.com", | 2573 "test-results.appspot.com", |
| 2707 "--verbose", | 2574 "--verbose", |
| 2708 "--release", | |
| 2709 "--json-results-file", | 2575 "--json-results-file", |
| 2710 "/path/to/tmp/json" | 2576 "/path/to/tmp/json" |
| 2711 ], | 2577 ], |
| 2712 "cwd": "[SLAVE_BUILD]", | 2578 "cwd": "[SLAVE_BUILD]", |
| 2713 "name": "Instrumentation test ContentShellTest (without patch)", | 2579 "name": "Instrumentation test content_shell_test_apk (without patch)", |
| 2714 "~followup_annotations": [ | 2580 "~followup_annotations": [ |
| 2715 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2581 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2716 ] | 2582 ] |
| 2717 }, | 2583 }, |
| 2718 { | 2584 { |
| 2719 "cmd": [ | 2585 "cmd": [ |
| 2720 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 2721 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | |
| 2722 "-v", | |
| 2723 "--blacklist-file", | |
| 2724 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 2725 "--release" | |
| 2726 ], | |
| 2727 "cwd": "[SLAVE_BUILD]", | |
| 2728 "env": { | |
| 2729 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2730 }, | |
| 2731 "name": "install ChromePublic.apk (2)" | |
| 2732 }, | |
| 2733 { | |
| 2734 "cmd": [ | |
| 2735 "python", | 2586 "python", |
| 2736 "-u", | 2587 "-u", |
| 2737 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2588 "out/Release/bin/run_chrome_public_test_apk", |
| 2738 "instrumentation", | 2589 "instrumentation", |
| 2739 "--test-apk", | |
| 2740 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", | |
| 2741 "--blacklist-file", | 2590 "--blacklist-file", |
| 2742 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2591 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2743 "--logcat-output-file", | 2592 "--logcat-output-file", |
| 2744 "/path/to/tmp/", | 2593 "/path/to/tmp/", |
| 2745 "--apk-under-test", | |
| 2746 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | |
| 2747 "--additional-apk", | |
| 2748 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk", | |
| 2749 "--additional-apk", | |
| 2750 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk", | |
| 2751 "--isolate-file-path", | |
| 2752 "chrome/chrome_public_test_apk.isolate", | |
| 2753 "--flakiness-dashboard-server", | 2594 "--flakiness-dashboard-server", |
| 2754 "test-results.appspot.com", | 2595 "test-results.appspot.com", |
| 2755 "--verbose", | 2596 "--verbose", |
| 2756 "--release", | |
| 2757 "--json-results-file", | 2597 "--json-results-file", |
| 2758 "/path/to/tmp/json" | 2598 "/path/to/tmp/json" |
| 2759 ], | 2599 ], |
| 2760 "cwd": "[SLAVE_BUILD]", | 2600 "cwd": "[SLAVE_BUILD]", |
| 2761 "name": "Instrumentation test ChromePublicTest (without patch)", | 2601 "name": "Instrumentation test chrome_public_test_apk (without patch)", |
| 2762 "~followup_annotations": [ | 2602 "~followup_annotations": [ |
| 2763 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2603 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2764 ] | 2604 ] |
| 2765 }, | 2605 }, |
| 2766 { | 2606 { |
| 2767 "cmd": [ | 2607 "cmd": [ |
| 2768 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 2769 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
| 2770 "-v", | |
| 2771 "--blacklist-file", | |
| 2772 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 2773 "--release" | |
| 2774 ], | |
| 2775 "cwd": "[SLAVE_BUILD]", | |
| 2776 "env": { | |
| 2777 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2778 }, | |
| 2779 "name": "install ChromeSyncShell.apk (2)" | |
| 2780 }, | |
| 2781 { | |
| 2782 "cmd": [ | |
| 2783 "python", | 2608 "python", |
| 2784 "-u", | 2609 "-u", |
| 2785 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2610 "out/Release/bin/run_chrome_sync_shell_test_apk", |
| 2786 "instrumentation", | 2611 "instrumentation", |
| 2787 "--test-apk", | |
| 2788 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", | |
| 2789 "--blacklist-file", | 2612 "--blacklist-file", |
| 2790 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2613 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2791 "--logcat-output-file", | 2614 "--logcat-output-file", |
| 2792 "/path/to/tmp/", | 2615 "/path/to/tmp/", |
| 2793 "--apk-under-test", | |
| 2794 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
| 2795 "--flakiness-dashboard-server", | 2616 "--flakiness-dashboard-server", |
| 2796 "test-results.appspot.com", | 2617 "test-results.appspot.com", |
| 2797 "--verbose", | 2618 "--verbose", |
| 2798 "--release", | |
| 2799 "--json-results-file", | 2619 "--json-results-file", |
| 2800 "/path/to/tmp/json" | 2620 "/path/to/tmp/json" |
| 2801 ], | 2621 ], |
| 2802 "cwd": "[SLAVE_BUILD]", | 2622 "cwd": "[SLAVE_BUILD]", |
| 2803 "name": "Instrumentation test ChromeSyncShellTest (without patch)", | 2623 "name": "Instrumentation test chrome_sync_shell_test_apk (without patch)", |
| 2804 "~followup_annotations": [ | 2624 "~followup_annotations": [ |
| 2805 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2625 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2806 ] | 2626 ] |
| 2807 }, | 2627 }, |
| 2808 { | 2628 { |
| 2809 "cmd": [ | 2629 "cmd": [ |
| 2810 "python", | 2630 "python", |
| 2811 "-u", | 2631 "-u", |
| 2812 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2632 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2813 "junit", | 2633 "junit", |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2871 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2691 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2872 ] | 2692 ] |
| 2873 }, | 2693 }, |
| 2874 { | 2694 { |
| 2875 "cmd": [ | 2695 "cmd": [ |
| 2876 "python", | 2696 "python", |
| 2877 "-u", | 2697 "-u", |
| 2878 "import sys; sys.exit(0)" | 2698 "import sys; sys.exit(0)" |
| 2879 ], | 2699 ], |
| 2880 "cwd": "[SLAVE_BUILD]", | 2700 "cwd": "[SLAVE_BUILD]", |
| 2881 "name": "AndroidWebViewTest (retry summary)", | 2701 "name": "android_webview_test_apk (retry summary)", |
| 2882 "~followup_annotations": [ | 2702 "~followup_annotations": [ |
| 2883 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", | 2703 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 2884 "@@@STEP_WARNINGS@@@" | 2704 "@@@STEP_WARNINGS@@@" |
| 2885 ] | 2705 ] |
| 2886 }, | 2706 }, |
| 2887 { | 2707 { |
| 2888 "cmd": [ | 2708 "cmd": [ |
| 2889 "python", | 2709 "python", |
| 2890 "-u", | 2710 "-u", |
| 2891 "import sys; sys.exit(0)" | 2711 "import sys; sys.exit(0)" |
| 2892 ], | 2712 ], |
| 2893 "cwd": "[SLAVE_BUILD]", | 2713 "cwd": "[SLAVE_BUILD]", |
| 2894 "name": "ContentShellTest (retry summary)", | 2714 "name": "content_shell_test_apk (retry summary)", |
| 2895 "~followup_annotations": [ | 2715 "~followup_annotations": [ |
| 2896 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", | 2716 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 2897 "@@@STEP_WARNINGS@@@" | 2717 "@@@STEP_WARNINGS@@@" |
| 2898 ] | 2718 ] |
| 2899 }, | 2719 }, |
| 2900 { | 2720 { |
| 2901 "cmd": [ | 2721 "cmd": [ |
| 2902 "python", | 2722 "python", |
| 2903 "-u", | 2723 "-u", |
| 2904 "import sys; sys.exit(0)" | 2724 "import sys; sys.exit(0)" |
| 2905 ], | 2725 ], |
| 2906 "cwd": "[SLAVE_BUILD]", | 2726 "cwd": "[SLAVE_BUILD]", |
| 2907 "name": "ChromePublicTest (retry summary)", | 2727 "name": "chrome_public_test_apk (retry summary)", |
| 2908 "~followup_annotations": [ | 2728 "~followup_annotations": [ |
| 2909 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", | 2729 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 2910 "@@@STEP_WARNINGS@@@" | 2730 "@@@STEP_WARNINGS@@@" |
| 2911 ] | 2731 ] |
| 2912 }, | 2732 }, |
| 2913 { | 2733 { |
| 2914 "cmd": [ | 2734 "cmd": [ |
| 2915 "python", | 2735 "python", |
| 2916 "-u", | 2736 "-u", |
| 2917 "import sys; sys.exit(0)" | 2737 "import sys; sys.exit(0)" |
| 2918 ], | 2738 ], |
| 2919 "cwd": "[SLAVE_BUILD]", | 2739 "cwd": "[SLAVE_BUILD]", |
| 2920 "name": "ChromeSyncShellTest (retry summary)", | 2740 "name": "chrome_sync_shell_test_apk (retry summary)", |
| 2921 "~followup_annotations": [ | 2741 "~followup_annotations": [ |
| 2922 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", | 2742 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 2923 "@@@STEP_WARNINGS@@@" | 2743 "@@@STEP_WARNINGS@@@" |
| 2924 ] | 2744 ] |
| 2925 }, | 2745 }, |
| 2926 { | 2746 { |
| 2927 "cmd": [ | 2747 "cmd": [ |
| 2928 "python", | 2748 "python", |
| 2929 "-u", | 2749 "-u", |
| 2930 "import sys; sys.exit(0)" | 2750 "import sys; sys.exit(0)" |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3059 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 2879 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 3060 "@@@STEP_LOG_END@python.inline@@@" | 2880 "@@@STEP_LOG_END@python.inline@@@" |
| 3061 ] | 2881 ] |
| 3062 }, | 2882 }, |
| 3063 { | 2883 { |
| 3064 "name": "$result", | 2884 "name": "$result", |
| 3065 "recipe_result": null, | 2885 "recipe_result": null, |
| 3066 "status_code": 0 | 2886 "status_code": 0 |
| 3067 } | 2887 } |
| 3068 ] | 2888 ] |
| OLD | NEW |