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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/amp_test_local_fallback.json

Issue 1855663002: Make android's run_instrumentation_suite() use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@wrapper-1
Patch Set: Fix wrapper script return value 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.chromium.android", 8 "tryserver.chromium.android",
9 "--builder", 9 "--builder",
10 "android_amp", 10 "android_amp",
(...skipping 1316 matching lines...) Expand 10 before | Expand all | Expand 10 after
1327 "-u", 1327 "-u",
1328 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 1328 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1329 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", 1329 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}",
1330 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" 1330 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json"
1331 ], 1331 ],
1332 "cwd": "[SLAVE_BUILD]", 1332 "cwd": "[SLAVE_BUILD]",
1333 "name": "[trigger] save ui_touch_selection_unittests (with patch)" 1333 "name": "[trigger] save ui_touch_selection_unittests (with patch)"
1334 }, 1334 },
1335 { 1335 {
1336 "cmd": [ 1336 "cmd": [
1337 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1338 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
1339 "-v",
1340 "--blacklist-file",
1341 "[SLAVE_BUILD]/src/out/bad_devices.json",
1342 "--release"
1343 ],
1344 "cwd": "[SLAVE_BUILD]",
1345 "env": {
1346 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1347 },
1348 "name": "install AndroidWebView.apk"
1349 },
1350 {
1351 "cmd": [
1352 "python", 1337 "python",
1353 "-u", 1338 "-u",
1354 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1339 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk",
1355 "instrumentation", 1340 "instrumentation",
1356 "--test-apk",
1357 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
1358 "--blacklist-file", 1341 "--blacklist-file",
1359 "[SLAVE_BUILD]/src/out/bad_devices.json", 1342 "[SLAVE_BUILD]/src/out/bad_devices.json",
1360 "--logcat-output-file", 1343 "--logcat-output-file",
1361 "/path/to/tmp/", 1344 "/path/to/tmp/",
1362 "--apk-under-test",
1363 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
1364 "--isolate-file-path",
1365 "android_webview/android_webview_test_apk.isolate",
1366 "--flakiness-dashboard-server", 1345 "--flakiness-dashboard-server",
1367 "test-results.appspot.com", 1346 "test-results.appspot.com",
1368 "--verbose", 1347 "--verbose",
1369 "--release",
1370 "--json-results-file", 1348 "--json-results-file",
1371 "/path/to/tmp/json" 1349 "/path/to/tmp/json"
1372 ], 1350 ],
1373 "cwd": "[SLAVE_BUILD]", 1351 "cwd": "[SLAVE_BUILD]",
1374 "name": "Instrumentation test AndroidWebViewTest (with patch)", 1352 "name": "Instrumentation test android_webview_test_apk (with patch)",
1375 "~followup_annotations": [ 1353 "~followup_annotations": [
1376 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1354 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1377 ] 1355 ]
1378 }, 1356 },
1379 { 1357 {
1380 "cmd": [ 1358 "cmd": [
1381 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1382 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
1383 "-v",
1384 "--blacklist-file",
1385 "[SLAVE_BUILD]/src/out/bad_devices.json",
1386 "--release"
1387 ],
1388 "cwd": "[SLAVE_BUILD]",
1389 "env": {
1390 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1391 },
1392 "name": "install ContentShell.apk"
1393 },
1394 {
1395 "cmd": [
1396 "python", 1359 "python",
1397 "-u", 1360 "-u",
1398 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1361 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk",
1399 "instrumentation", 1362 "instrumentation",
1400 "--test-apk",
1401 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk",
1402 "--blacklist-file", 1363 "--blacklist-file",
1403 "[SLAVE_BUILD]/src/out/bad_devices.json", 1364 "[SLAVE_BUILD]/src/out/bad_devices.json",
1404 "--logcat-output-file", 1365 "--logcat-output-file",
1405 "/path/to/tmp/", 1366 "/path/to/tmp/",
1406 "--apk-under-test",
1407 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
1408 "--isolate-file-path",
1409 "content/content_shell_test_apk.isolate",
1410 "--flakiness-dashboard-server", 1367 "--flakiness-dashboard-server",
1411 "test-results.appspot.com", 1368 "test-results.appspot.com",
1412 "--verbose", 1369 "--verbose",
1413 "--release",
1414 "--json-results-file", 1370 "--json-results-file",
1415 "/path/to/tmp/json" 1371 "/path/to/tmp/json"
1416 ], 1372 ],
1417 "cwd": "[SLAVE_BUILD]", 1373 "cwd": "[SLAVE_BUILD]",
1418 "name": "Instrumentation test ContentShellTest (with patch)", 1374 "name": "Instrumentation test content_shell_test_apk (with patch)",
1419 "~followup_annotations": [ 1375 "~followup_annotations": [
1420 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1376 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1421 ] 1377 ]
1422 }, 1378 },
1423 { 1379 {
1424 "cmd": [ 1380 "cmd": [
1425 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1426 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
1427 "-v",
1428 "--blacklist-file",
1429 "[SLAVE_BUILD]/src/out/bad_devices.json",
1430 "--release"
1431 ],
1432 "cwd": "[SLAVE_BUILD]",
1433 "env": {
1434 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1435 },
1436 "name": "install ChromePublic.apk"
1437 },
1438 {
1439 "cmd": [
1440 "python", 1381 "python",
1441 "-u", 1382 "-u",
1442 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1383 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk",
1443 "instrumentation", 1384 "instrumentation",
1444 "--test-apk",
1445 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk",
1446 "--blacklist-file", 1385 "--blacklist-file",
1447 "[SLAVE_BUILD]/src/out/bad_devices.json", 1386 "[SLAVE_BUILD]/src/out/bad_devices.json",
1448 "--logcat-output-file", 1387 "--logcat-output-file",
1449 "/path/to/tmp/", 1388 "/path/to/tmp/",
1450 "--apk-under-test",
1451 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
1452 "--additional-apk",
1453 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk",
1454 "--additional-apk",
1455 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk",
1456 "--isolate-file-path",
1457 "chrome/chrome_public_test_apk.isolate",
1458 "--flakiness-dashboard-server", 1389 "--flakiness-dashboard-server",
1459 "test-results.appspot.com", 1390 "test-results.appspot.com",
1460 "--verbose", 1391 "--verbose",
1461 "--release",
1462 "--json-results-file", 1392 "--json-results-file",
1463 "/path/to/tmp/json" 1393 "/path/to/tmp/json"
1464 ], 1394 ],
1465 "cwd": "[SLAVE_BUILD]", 1395 "cwd": "[SLAVE_BUILD]",
1466 "name": "Instrumentation test ChromePublicTest (with patch)", 1396 "name": "Instrumentation test chrome_public_test_apk (with patch)",
1467 "~followup_annotations": [ 1397 "~followup_annotations": [
1468 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1398 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1469 ] 1399 ]
1470 }, 1400 },
1471 { 1401 {
1472 "cmd": [ 1402 "cmd": [
1473 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1474 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
1475 "-v",
1476 "--blacklist-file",
1477 "[SLAVE_BUILD]/src/out/bad_devices.json",
1478 "--release"
1479 ],
1480 "cwd": "[SLAVE_BUILD]",
1481 "env": {
1482 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1483 },
1484 "name": "install ChromeSyncShell.apk"
1485 },
1486 {
1487 "cmd": [
1488 "python", 1403 "python",
1489 "-u", 1404 "-u",
1490 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1405 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk",
1491 "instrumentation", 1406 "instrumentation",
1492 "--test-apk",
1493 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
1494 "--blacklist-file", 1407 "--blacklist-file",
1495 "[SLAVE_BUILD]/src/out/bad_devices.json", 1408 "[SLAVE_BUILD]/src/out/bad_devices.json",
1496 "--logcat-output-file", 1409 "--logcat-output-file",
1497 "/path/to/tmp/", 1410 "/path/to/tmp/",
1498 "--apk-under-test",
1499 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
1500 "--flakiness-dashboard-server", 1411 "--flakiness-dashboard-server",
1501 "test-results.appspot.com", 1412 "test-results.appspot.com",
1502 "--verbose", 1413 "--verbose",
1503 "--release",
1504 "--json-results-file", 1414 "--json-results-file",
1505 "/path/to/tmp/json" 1415 "/path/to/tmp/json"
1506 ], 1416 ],
1507 "cwd": "[SLAVE_BUILD]", 1417 "cwd": "[SLAVE_BUILD]",
1508 "name": "Instrumentation test ChromeSyncShellTest (with patch)", 1418 "name": "Instrumentation test chrome_sync_shell_test_apk (with patch)",
1509 "~followup_annotations": [ 1419 "~followup_annotations": [
1510 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1420 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1511 ] 1421 ]
1512 }, 1422 },
1513 { 1423 {
1514 "cmd": [ 1424 "cmd": [
1515 "python", 1425 "python",
1516 "-u", 1426 "-u",
1517 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1427 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1518 "gtest", 1428 "gtest",
(...skipping 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after
2556 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 2466 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2557 }, 2467 },
2558 "name": "compile (without patch)", 2468 "name": "compile (without patch)",
2559 "~followup_annotations": [ 2469 "~followup_annotations": [
2560 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 2470 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
2561 "@@@STEP_LOG_END@json.output (invalid)@@@" 2471 "@@@STEP_LOG_END@json.output (invalid)@@@"
2562 ] 2472 ]
2563 }, 2473 },
2564 { 2474 {
2565 "cmd": [ 2475 "cmd": [
2566 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
2567 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
2568 "-v",
2569 "--blacklist-file",
2570 "[SLAVE_BUILD]/src/out/bad_devices.json",
2571 "--release"
2572 ],
2573 "cwd": "[SLAVE_BUILD]",
2574 "env": {
2575 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2576 },
2577 "name": "install AndroidWebView.apk (2)"
2578 },
2579 {
2580 "cmd": [
2581 "python", 2476 "python",
2582 "-u", 2477 "-u",
2583 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2478 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk",
2584 "instrumentation", 2479 "instrumentation",
2585 "--test-apk",
2586 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
2587 "--blacklist-file", 2480 "--blacklist-file",
2588 "[SLAVE_BUILD]/src/out/bad_devices.json", 2481 "[SLAVE_BUILD]/src/out/bad_devices.json",
2589 "--logcat-output-file", 2482 "--logcat-output-file",
2590 "/path/to/tmp/", 2483 "/path/to/tmp/",
2591 "--apk-under-test",
2592 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
2593 "--isolate-file-path",
2594 "android_webview/android_webview_test_apk.isolate",
2595 "--flakiness-dashboard-server", 2484 "--flakiness-dashboard-server",
2596 "test-results.appspot.com", 2485 "test-results.appspot.com",
2597 "--verbose", 2486 "--verbose",
2598 "--release",
2599 "--json-results-file", 2487 "--json-results-file",
2600 "/path/to/tmp/json" 2488 "/path/to/tmp/json"
2601 ], 2489 ],
2602 "cwd": "[SLAVE_BUILD]", 2490 "cwd": "[SLAVE_BUILD]",
2603 "name": "Instrumentation test AndroidWebViewTest (without patch)", 2491 "name": "Instrumentation test android_webview_test_apk (without patch)",
2604 "~followup_annotations": [ 2492 "~followup_annotations": [
2605 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2493 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2606 ] 2494 ]
2607 }, 2495 },
2608 { 2496 {
2609 "cmd": [ 2497 "cmd": [
2610 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
2611 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
2612 "-v",
2613 "--blacklist-file",
2614 "[SLAVE_BUILD]/src/out/bad_devices.json",
2615 "--release"
2616 ],
2617 "cwd": "[SLAVE_BUILD]",
2618 "env": {
2619 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2620 },
2621 "name": "install ContentShell.apk (2)"
2622 },
2623 {
2624 "cmd": [
2625 "python", 2498 "python",
2626 "-u", 2499 "-u",
2627 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2500 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk",
2628 "instrumentation", 2501 "instrumentation",
2629 "--test-apk",
2630 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk",
2631 "--blacklist-file", 2502 "--blacklist-file",
2632 "[SLAVE_BUILD]/src/out/bad_devices.json", 2503 "[SLAVE_BUILD]/src/out/bad_devices.json",
2633 "--logcat-output-file", 2504 "--logcat-output-file",
2634 "/path/to/tmp/", 2505 "/path/to/tmp/",
2635 "--apk-under-test",
2636 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
2637 "--isolate-file-path",
2638 "content/content_shell_test_apk.isolate",
2639 "--flakiness-dashboard-server", 2506 "--flakiness-dashboard-server",
2640 "test-results.appspot.com", 2507 "test-results.appspot.com",
2641 "--verbose", 2508 "--verbose",
2642 "--release",
2643 "--json-results-file", 2509 "--json-results-file",
2644 "/path/to/tmp/json" 2510 "/path/to/tmp/json"
2645 ], 2511 ],
2646 "cwd": "[SLAVE_BUILD]", 2512 "cwd": "[SLAVE_BUILD]",
2647 "name": "Instrumentation test ContentShellTest (without patch)", 2513 "name": "Instrumentation test content_shell_test_apk (without patch)",
2648 "~followup_annotations": [ 2514 "~followup_annotations": [
2649 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2515 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2650 ] 2516 ]
2651 }, 2517 },
2652 { 2518 {
2653 "cmd": [ 2519 "cmd": [
2654 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
2655 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
2656 "-v",
2657 "--blacklist-file",
2658 "[SLAVE_BUILD]/src/out/bad_devices.json",
2659 "--release"
2660 ],
2661 "cwd": "[SLAVE_BUILD]",
2662 "env": {
2663 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2664 },
2665 "name": "install ChromePublic.apk (2)"
2666 },
2667 {
2668 "cmd": [
2669 "python", 2520 "python",
2670 "-u", 2521 "-u",
2671 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2522 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk",
2672 "instrumentation", 2523 "instrumentation",
2673 "--test-apk",
2674 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk",
2675 "--blacklist-file", 2524 "--blacklist-file",
2676 "[SLAVE_BUILD]/src/out/bad_devices.json", 2525 "[SLAVE_BUILD]/src/out/bad_devices.json",
2677 "--logcat-output-file", 2526 "--logcat-output-file",
2678 "/path/to/tmp/", 2527 "/path/to/tmp/",
2679 "--apk-under-test",
2680 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
2681 "--additional-apk",
2682 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk",
2683 "--additional-apk",
2684 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk",
2685 "--isolate-file-path",
2686 "chrome/chrome_public_test_apk.isolate",
2687 "--flakiness-dashboard-server", 2528 "--flakiness-dashboard-server",
2688 "test-results.appspot.com", 2529 "test-results.appspot.com",
2689 "--verbose", 2530 "--verbose",
2690 "--release",
2691 "--json-results-file", 2531 "--json-results-file",
2692 "/path/to/tmp/json" 2532 "/path/to/tmp/json"
2693 ], 2533 ],
2694 "cwd": "[SLAVE_BUILD]", 2534 "cwd": "[SLAVE_BUILD]",
2695 "name": "Instrumentation test ChromePublicTest (without patch)", 2535 "name": "Instrumentation test chrome_public_test_apk (without patch)",
2696 "~followup_annotations": [ 2536 "~followup_annotations": [
2697 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2537 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2698 ] 2538 ]
2699 }, 2539 },
2700 { 2540 {
2701 "cmd": [ 2541 "cmd": [
2702 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
2703 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
2704 "-v",
2705 "--blacklist-file",
2706 "[SLAVE_BUILD]/src/out/bad_devices.json",
2707 "--release"
2708 ],
2709 "cwd": "[SLAVE_BUILD]",
2710 "env": {
2711 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2712 },
2713 "name": "install ChromeSyncShell.apk (2)"
2714 },
2715 {
2716 "cmd": [
2717 "python", 2542 "python",
2718 "-u", 2543 "-u",
2719 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2544 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk",
2720 "instrumentation", 2545 "instrumentation",
2721 "--test-apk",
2722 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
2723 "--blacklist-file", 2546 "--blacklist-file",
2724 "[SLAVE_BUILD]/src/out/bad_devices.json", 2547 "[SLAVE_BUILD]/src/out/bad_devices.json",
2725 "--logcat-output-file", 2548 "--logcat-output-file",
2726 "/path/to/tmp/", 2549 "/path/to/tmp/",
2727 "--apk-under-test",
2728 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
2729 "--flakiness-dashboard-server", 2550 "--flakiness-dashboard-server",
2730 "test-results.appspot.com", 2551 "test-results.appspot.com",
2731 "--verbose", 2552 "--verbose",
2732 "--release",
2733 "--json-results-file", 2553 "--json-results-file",
2734 "/path/to/tmp/json" 2554 "/path/to/tmp/json"
2735 ], 2555 ],
2736 "cwd": "[SLAVE_BUILD]", 2556 "cwd": "[SLAVE_BUILD]",
2737 "name": "Instrumentation test ChromeSyncShellTest (without patch)", 2557 "name": "Instrumentation test chrome_sync_shell_test_apk (without patch)",
2738 "~followup_annotations": [ 2558 "~followup_annotations": [
2739 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 2559 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2740 ] 2560 ]
2741 }, 2561 },
2742 { 2562 {
2743 "cmd": [ 2563 "cmd": [
2744 "python", 2564 "python",
2745 "-u", 2565 "-u",
2746 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2566 "[SLAVE_BUILD]/src/build/android/test_runner.py",
2747 "junit", 2567 "junit",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "import sys; sys.exit(0)" 2632 "import sys; sys.exit(0)"
2813 ], 2633 ],
2814 "cwd": "[SLAVE_BUILD]", 2634 "cwd": "[SLAVE_BUILD]",
2815 "name": "AndroidWebViewTest (retry summary)", 2635 "name": "android_webview_test_apk (retry summary)",
2816 "~followup_annotations": [ 2636 "~followup_annotations": [
2817 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", 2637 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
2818 "@@@STEP_WARNINGS@@@" 2638 "@@@STEP_WARNINGS@@@"
2819 ] 2639 ]
2820 }, 2640 },
2821 { 2641 {
2822 "cmd": [ 2642 "cmd": [
2823 "python", 2643 "python",
2824 "-u", 2644 "-u",
2825 "import sys; sys.exit(0)" 2645 "import sys; sys.exit(0)"
2826 ], 2646 ],
2827 "cwd": "[SLAVE_BUILD]", 2647 "cwd": "[SLAVE_BUILD]",
2828 "name": "ContentShellTest (retry summary)", 2648 "name": "content_shell_test_apk (retry summary)",
2829 "~followup_annotations": [ 2649 "~followup_annotations": [
2830 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", 2650 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
2831 "@@@STEP_WARNINGS@@@" 2651 "@@@STEP_WARNINGS@@@"
2832 ] 2652 ]
2833 }, 2653 },
2834 { 2654 {
2835 "cmd": [ 2655 "cmd": [
2836 "python", 2656 "python",
2837 "-u", 2657 "-u",
2838 "import sys; sys.exit(0)" 2658 "import sys; sys.exit(0)"
2839 ], 2659 ],
2840 "cwd": "[SLAVE_BUILD]", 2660 "cwd": "[SLAVE_BUILD]",
2841 "name": "ChromePublicTest (retry summary)", 2661 "name": "chrome_public_test_apk (retry summary)",
2842 "~followup_annotations": [ 2662 "~followup_annotations": [
2843 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", 2663 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
2844 "@@@STEP_WARNINGS@@@" 2664 "@@@STEP_WARNINGS@@@"
2845 ] 2665 ]
2846 }, 2666 },
2847 { 2667 {
2848 "cmd": [ 2668 "cmd": [
2849 "python", 2669 "python",
2850 "-u", 2670 "-u",
2851 "import sys; sys.exit(0)" 2671 "import sys; sys.exit(0)"
2852 ], 2672 ],
2853 "cwd": "[SLAVE_BUILD]", 2673 "cwd": "[SLAVE_BUILD]",
2854 "name": "ChromeSyncShellTest (retry summary)", 2674 "name": "chrome_sync_shell_test_apk (retry summary)",
2855 "~followup_annotations": [ 2675 "~followup_annotations": [
2856 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", 2676 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
2857 "@@@STEP_WARNINGS@@@" 2677 "@@@STEP_WARNINGS@@@"
2858 ] 2678 ]
2859 }, 2679 },
2860 { 2680 {
2861 "cmd": [ 2681 "cmd": [
2862 "python", 2682 "python",
2863 "-u", 2683 "-u",
2864 "import sys; sys.exit(0)" 2684 "import sys; sys.exit(0)"
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
2993 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 2813 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
2994 "@@@STEP_LOG_END@python.inline@@@" 2814 "@@@STEP_LOG_END@python.inline@@@"
2995 ] 2815 ]
2996 }, 2816 },
2997 { 2817 {
2998 "name": "$result", 2818 "name": "$result",
2999 "recipe_result": null, 2819 "recipe_result": null,
3000 "status_code": 0 2820 "status_code": 0
3001 } 2821 }
3002 ] 2822 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698