| 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 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk", |
| 1376 "instrumentation", | |
| 1377 "--test-apk", | |
| 1378 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | |
| 1379 "--blacklist-file", | 1361 "--blacklist-file", |
| 1380 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1362 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1381 "--logcat-output-file", | 1363 "--logcat-output-file", |
| 1382 "/path/to/tmp/", | 1364 "/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", | 1365 "--flakiness-dashboard-server", |
| 1388 "test-results.appspot.com", | 1366 "test-results.appspot.com", |
| 1389 "--verbose", | 1367 "--verbose", |
| 1390 "--release", | |
| 1391 "--json-results-file", | 1368 "--json-results-file", |
| 1392 "/path/to/tmp/json" | 1369 "/path/to/tmp/json" |
| 1393 ], | 1370 ], |
| 1394 "cwd": "[SLAVE_BUILD]", | 1371 "cwd": "[SLAVE_BUILD]", |
| 1395 "name": "Instrumentation test AndroidWebViewTest (with patch)", | 1372 "name": "Instrumentation test AndroidWebViewTest (with patch)", |
| 1396 "~followup_annotations": [ | 1373 "~followup_annotations": [ |
| 1397 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1374 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1398 ] | 1375 ] |
| 1399 }, | 1376 }, |
| 1400 { | 1377 { |
| 1401 "cmd": [ | 1378 "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", | 1379 "python", |
| 1418 "-u", | 1380 "-u", |
| 1419 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1381 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk", |
| 1420 "instrumentation", | |
| 1421 "--test-apk", | |
| 1422 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", | |
| 1423 "--blacklist-file", | 1382 "--blacklist-file", |
| 1424 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1383 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1425 "--logcat-output-file", | 1384 "--logcat-output-file", |
| 1426 "/path/to/tmp/", | 1385 "/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", | 1386 "--flakiness-dashboard-server", |
| 1432 "test-results.appspot.com", | 1387 "test-results.appspot.com", |
| 1433 "--verbose", | 1388 "--verbose", |
| 1434 "--release", | |
| 1435 "--json-results-file", | 1389 "--json-results-file", |
| 1436 "/path/to/tmp/json" | 1390 "/path/to/tmp/json" |
| 1437 ], | 1391 ], |
| 1438 "cwd": "[SLAVE_BUILD]", | 1392 "cwd": "[SLAVE_BUILD]", |
| 1439 "name": "Instrumentation test ContentShellTest (with patch)", | 1393 "name": "Instrumentation test ContentShellTest (with patch)", |
| 1440 "~followup_annotations": [ | 1394 "~followup_annotations": [ |
| 1441 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1395 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1442 ] | 1396 ] |
| 1443 }, | 1397 }, |
| 1444 { | 1398 { |
| 1445 "cmd": [ | 1399 "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", | 1400 "python", |
| 1462 "-u", | 1401 "-u", |
| 1463 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1402 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk", |
| 1464 "instrumentation", | |
| 1465 "--test-apk", | |
| 1466 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", | |
| 1467 "--blacklist-file", | 1403 "--blacklist-file", |
| 1468 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1404 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1469 "--logcat-output-file", | 1405 "--logcat-output-file", |
| 1470 "/path/to/tmp/", | 1406 "/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", | 1407 "--flakiness-dashboard-server", |
| 1480 "test-results.appspot.com", | 1408 "test-results.appspot.com", |
| 1481 "--verbose", | 1409 "--verbose", |
| 1482 "--release", | |
| 1483 "--json-results-file", | 1410 "--json-results-file", |
| 1484 "/path/to/tmp/json" | 1411 "/path/to/tmp/json" |
| 1485 ], | 1412 ], |
| 1486 "cwd": "[SLAVE_BUILD]", | 1413 "cwd": "[SLAVE_BUILD]", |
| 1487 "name": "Instrumentation test ChromePublicTest (with patch)", | 1414 "name": "Instrumentation test ChromePublicTest (with patch)", |
| 1488 "~followup_annotations": [ | 1415 "~followup_annotations": [ |
| 1489 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1416 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1490 ] | 1417 ] |
| 1491 }, | 1418 }, |
| 1492 { | 1419 { |
| 1493 "cmd": [ | 1420 "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", | 1421 "python", |
| 1510 "-u", | 1422 "-u", |
| 1511 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1423 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk", |
| 1512 "instrumentation", | |
| 1513 "--test-apk", | |
| 1514 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", | |
| 1515 "--blacklist-file", | 1424 "--blacklist-file", |
| 1516 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1425 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1517 "--logcat-output-file", | 1426 "--logcat-output-file", |
| 1518 "/path/to/tmp/", | 1427 "/path/to/tmp/", |
| 1519 "--apk-under-test", | |
| 1520 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
| 1521 "--flakiness-dashboard-server", | 1428 "--flakiness-dashboard-server", |
| 1522 "test-results.appspot.com", | 1429 "test-results.appspot.com", |
| 1523 "--verbose", | 1430 "--verbose", |
| 1524 "--release", | |
| 1525 "--json-results-file", | 1431 "--json-results-file", |
| 1526 "/path/to/tmp/json" | 1432 "/path/to/tmp/json" |
| 1527 ], | 1433 ], |
| 1528 "cwd": "[SLAVE_BUILD]", | 1434 "cwd": "[SLAVE_BUILD]", |
| 1529 "name": "Instrumentation test ChromeSyncShellTest (with patch)", | 1435 "name": "Instrumentation test ChromeSyncShellTest (with patch)", |
| 1530 "~followup_annotations": [ | 1436 "~followup_annotations": [ |
| 1531 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1437 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1532 ] | 1438 ] |
| 1533 }, | 1439 }, |
| 1534 { | 1440 { |
| (...skipping 1087 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" | 2528 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 2623 }, | 2529 }, |
| 2624 "name": "compile (without patch)", | 2530 "name": "compile (without patch)", |
| 2625 "~followup_annotations": [ | 2531 "~followup_annotations": [ |
| 2626 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 2532 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 2627 "@@@STEP_LOG_END@json.output (invalid)@@@" | 2533 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 2628 ] | 2534 ] |
| 2629 }, | 2535 }, |
| 2630 { | 2536 { |
| 2631 "cmd": [ | 2537 "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", | 2538 "python", |
| 2648 "-u", | 2539 "-u", |
| 2649 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2540 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk", |
| 2650 "instrumentation", | |
| 2651 "--test-apk", | |
| 2652 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | |
| 2653 "--blacklist-file", | 2541 "--blacklist-file", |
| 2654 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2542 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2655 "--logcat-output-file", | 2543 "--logcat-output-file", |
| 2656 "/path/to/tmp/", | 2544 "/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", | 2545 "--flakiness-dashboard-server", |
| 2662 "test-results.appspot.com", | 2546 "test-results.appspot.com", |
| 2663 "--verbose", | 2547 "--verbose", |
| 2664 "--release", | |
| 2665 "--json-results-file", | 2548 "--json-results-file", |
| 2666 "/path/to/tmp/json" | 2549 "/path/to/tmp/json" |
| 2667 ], | 2550 ], |
| 2668 "cwd": "[SLAVE_BUILD]", | 2551 "cwd": "[SLAVE_BUILD]", |
| 2669 "name": "Instrumentation test AndroidWebViewTest (without patch)", | 2552 "name": "Instrumentation test AndroidWebViewTest (without patch)", |
| 2670 "~followup_annotations": [ | 2553 "~followup_annotations": [ |
| 2671 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2554 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2672 ] | 2555 ] |
| 2673 }, | 2556 }, |
| 2674 { | 2557 { |
| 2675 "cmd": [ | 2558 "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", | 2559 "python", |
| 2692 "-u", | 2560 "-u", |
| 2693 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2561 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk", |
| 2694 "instrumentation", | |
| 2695 "--test-apk", | |
| 2696 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", | |
| 2697 "--blacklist-file", | 2562 "--blacklist-file", |
| 2698 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2563 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2699 "--logcat-output-file", | 2564 "--logcat-output-file", |
| 2700 "/path/to/tmp/", | 2565 "/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", | 2566 "--flakiness-dashboard-server", |
| 2706 "test-results.appspot.com", | 2567 "test-results.appspot.com", |
| 2707 "--verbose", | 2568 "--verbose", |
| 2708 "--release", | |
| 2709 "--json-results-file", | 2569 "--json-results-file", |
| 2710 "/path/to/tmp/json" | 2570 "/path/to/tmp/json" |
| 2711 ], | 2571 ], |
| 2712 "cwd": "[SLAVE_BUILD]", | 2572 "cwd": "[SLAVE_BUILD]", |
| 2713 "name": "Instrumentation test ContentShellTest (without patch)", | 2573 "name": "Instrumentation test ContentShellTest (without patch)", |
| 2714 "~followup_annotations": [ | 2574 "~followup_annotations": [ |
| 2715 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2575 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2716 ] | 2576 ] |
| 2717 }, | 2577 }, |
| 2718 { | 2578 { |
| 2719 "cmd": [ | 2579 "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", | 2580 "python", |
| 2736 "-u", | 2581 "-u", |
| 2737 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2582 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk", |
| 2738 "instrumentation", | |
| 2739 "--test-apk", | |
| 2740 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", | |
| 2741 "--blacklist-file", | 2583 "--blacklist-file", |
| 2742 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2584 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2743 "--logcat-output-file", | 2585 "--logcat-output-file", |
| 2744 "/path/to/tmp/", | 2586 "/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", | 2587 "--flakiness-dashboard-server", |
| 2754 "test-results.appspot.com", | 2588 "test-results.appspot.com", |
| 2755 "--verbose", | 2589 "--verbose", |
| 2756 "--release", | |
| 2757 "--json-results-file", | 2590 "--json-results-file", |
| 2758 "/path/to/tmp/json" | 2591 "/path/to/tmp/json" |
| 2759 ], | 2592 ], |
| 2760 "cwd": "[SLAVE_BUILD]", | 2593 "cwd": "[SLAVE_BUILD]", |
| 2761 "name": "Instrumentation test ChromePublicTest (without patch)", | 2594 "name": "Instrumentation test ChromePublicTest (without patch)", |
| 2762 "~followup_annotations": [ | 2595 "~followup_annotations": [ |
| 2763 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2596 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2764 ] | 2597 ] |
| 2765 }, | 2598 }, |
| 2766 { | 2599 { |
| 2767 "cmd": [ | 2600 "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", | 2601 "python", |
| 2784 "-u", | 2602 "-u", |
| 2785 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2603 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk", |
| 2786 "instrumentation", | |
| 2787 "--test-apk", | |
| 2788 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", | |
| 2789 "--blacklist-file", | 2604 "--blacklist-file", |
| 2790 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2605 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2791 "--logcat-output-file", | 2606 "--logcat-output-file", |
| 2792 "/path/to/tmp/", | 2607 "/path/to/tmp/", |
| 2793 "--apk-under-test", | |
| 2794 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
| 2795 "--flakiness-dashboard-server", | 2608 "--flakiness-dashboard-server", |
| 2796 "test-results.appspot.com", | 2609 "test-results.appspot.com", |
| 2797 "--verbose", | 2610 "--verbose", |
| 2798 "--release", | |
| 2799 "--json-results-file", | 2611 "--json-results-file", |
| 2800 "/path/to/tmp/json" | 2612 "/path/to/tmp/json" |
| 2801 ], | 2613 ], |
| 2802 "cwd": "[SLAVE_BUILD]", | 2614 "cwd": "[SLAVE_BUILD]", |
| 2803 "name": "Instrumentation test ChromeSyncShellTest (without patch)", | 2615 "name": "Instrumentation test ChromeSyncShellTest (without patch)", |
| 2804 "~followup_annotations": [ | 2616 "~followup_annotations": [ |
| 2805 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2617 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2806 ] | 2618 ] |
| 2807 }, | 2619 }, |
| 2808 { | 2620 { |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3059 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 2871 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 3060 "@@@STEP_LOG_END@python.inline@@@" | 2872 "@@@STEP_LOG_END@python.inline@@@" |
| 3061 ] | 2873 ] |
| 3062 }, | 2874 }, |
| 3063 { | 2875 { |
| 3064 "name": "$result", | 2876 "name": "$result", |
| 3065 "recipe_result": null, | 2877 "recipe_result": null, |
| 3066 "status_code": 0 | 2878 "status_code": 0 |
| 3067 } | 2879 } |
| 3068 ] | 2880 ] |
| OLD | NEW |