| 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 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1383 "cwd": "[SLAVE_BUILD]", | 1383 "cwd": "[SLAVE_BUILD]", |
| 1384 "name": "[trigger] save ui_touch_selection_unittests (with patch)" | 1384 "name": "[trigger] save ui_touch_selection_unittests (with patch)" |
| 1385 }, | 1385 }, |
| 1386 { | 1386 { |
| 1387 "cmd": [ | 1387 "cmd": [ |
| 1388 "python", | 1388 "python", |
| 1389 "-u", | 1389 "-u", |
| 1390 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk", | 1390 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk", |
| 1391 "--blacklist-file", | 1391 "--blacklist-file", |
| 1392 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1392 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1393 "--logcat-output-file", | |
| 1394 "/path/to/tmp/", | |
| 1395 "--flakiness-dashboard-server", | 1393 "--flakiness-dashboard-server", |
| 1396 "test-results.appspot.com", | 1394 "test-results.appspot.com", |
| 1397 "--verbose", | 1395 "--verbose", |
| 1398 "--json-results-file", | 1396 "--json-results-file", |
| 1399 "/path/to/tmp/json" | 1397 "/path/to/tmp/json" |
| 1400 ], | 1398 ], |
| 1401 "cwd": "[SLAVE_BUILD]", | 1399 "cwd": "[SLAVE_BUILD]", |
| 1402 "name": "Instrumentation test AndroidWebViewTest (with patch)", | 1400 "name": "Instrumentation test AndroidWebViewTest (with patch)", |
| 1403 "~followup_annotations": [ | 1401 "~followup_annotations": [ |
| 1404 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1402 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1405 ] | 1403 ] |
| 1406 }, | 1404 }, |
| 1407 { | 1405 { |
| 1408 "cmd": [ | 1406 "cmd": [ |
| 1409 "python", | 1407 "python", |
| 1410 "-u", | 1408 "-u", |
| 1411 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk", | 1409 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk", |
| 1412 "--blacklist-file", | 1410 "--blacklist-file", |
| 1413 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1411 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1414 "--logcat-output-file", | |
| 1415 "/path/to/tmp/", | |
| 1416 "--flakiness-dashboard-server", | 1412 "--flakiness-dashboard-server", |
| 1417 "test-results.appspot.com", | 1413 "test-results.appspot.com", |
| 1418 "--verbose", | 1414 "--verbose", |
| 1419 "--json-results-file", | 1415 "--json-results-file", |
| 1420 "/path/to/tmp/json" | 1416 "/path/to/tmp/json" |
| 1421 ], | 1417 ], |
| 1422 "cwd": "[SLAVE_BUILD]", | 1418 "cwd": "[SLAVE_BUILD]", |
| 1423 "name": "Instrumentation test ContentShellTest (with patch)", | 1419 "name": "Instrumentation test ContentShellTest (with patch)", |
| 1424 "~followup_annotations": [ | 1420 "~followup_annotations": [ |
| 1425 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1421 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1426 ] | 1422 ] |
| 1427 }, | 1423 }, |
| 1428 { | 1424 { |
| 1429 "cmd": [ | 1425 "cmd": [ |
| 1430 "python", | 1426 "python", |
| 1431 "-u", | 1427 "-u", |
| 1432 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk", | 1428 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk", |
| 1433 "--blacklist-file", | 1429 "--blacklist-file", |
| 1434 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1430 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1435 "--logcat-output-file", | |
| 1436 "/path/to/tmp/", | |
| 1437 "--flakiness-dashboard-server", | 1431 "--flakiness-dashboard-server", |
| 1438 "test-results.appspot.com", | 1432 "test-results.appspot.com", |
| 1439 "--verbose", | 1433 "--verbose", |
| 1440 "--json-results-file", | 1434 "--json-results-file", |
| 1441 "/path/to/tmp/json" | 1435 "/path/to/tmp/json" |
| 1442 ], | 1436 ], |
| 1443 "cwd": "[SLAVE_BUILD]", | 1437 "cwd": "[SLAVE_BUILD]", |
| 1444 "name": "Instrumentation test ChromePublicTest (with patch)", | 1438 "name": "Instrumentation test ChromePublicTest (with patch)", |
| 1445 "~followup_annotations": [ | 1439 "~followup_annotations": [ |
| 1446 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1440 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1447 ] | 1441 ] |
| 1448 }, | 1442 }, |
| 1449 { | 1443 { |
| 1450 "cmd": [ | 1444 "cmd": [ |
| 1451 "python", | 1445 "python", |
| 1452 "-u", | 1446 "-u", |
| 1453 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk", | 1447 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk", |
| 1454 "--blacklist-file", | 1448 "--blacklist-file", |
| 1455 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1449 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1456 "--logcat-output-file", | |
| 1457 "/path/to/tmp/", | |
| 1458 "--flakiness-dashboard-server", | 1450 "--flakiness-dashboard-server", |
| 1459 "test-results.appspot.com", | 1451 "test-results.appspot.com", |
| 1460 "--verbose", | 1452 "--verbose", |
| 1461 "--json-results-file", | 1453 "--json-results-file", |
| 1462 "/path/to/tmp/json" | 1454 "/path/to/tmp/json" |
| 1463 ], | 1455 ], |
| 1464 "cwd": "[SLAVE_BUILD]", | 1456 "cwd": "[SLAVE_BUILD]", |
| 1465 "name": "Instrumentation test ChromeSyncShellTest (with patch)", | 1457 "name": "Instrumentation test ChromeSyncShellTest (with patch)", |
| 1466 "~followup_annotations": [ | 1458 "~followup_annotations": [ |
| 1467 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1459 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| (...skipping 1208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2676 "cwd": "[SLAVE_BUILD]", | 2668 "cwd": "[SLAVE_BUILD]", |
| 2677 "name": "[trigger] save base_unittests (without patch)" | 2669 "name": "[trigger] save base_unittests (without patch)" |
| 2678 }, | 2670 }, |
| 2679 { | 2671 { |
| 2680 "cmd": [ | 2672 "cmd": [ |
| 2681 "python", | 2673 "python", |
| 2682 "-u", | 2674 "-u", |
| 2683 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk", | 2675 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk", |
| 2684 "--blacklist-file", | 2676 "--blacklist-file", |
| 2685 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2677 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2686 "--logcat-output-file", | |
| 2687 "/path/to/tmp/", | |
| 2688 "--flakiness-dashboard-server", | 2678 "--flakiness-dashboard-server", |
| 2689 "test-results.appspot.com", | 2679 "test-results.appspot.com", |
| 2690 "--verbose", | 2680 "--verbose", |
| 2691 "--json-results-file", | 2681 "--json-results-file", |
| 2692 "/path/to/tmp/json" | 2682 "/path/to/tmp/json" |
| 2693 ], | 2683 ], |
| 2694 "cwd": "[SLAVE_BUILD]", | 2684 "cwd": "[SLAVE_BUILD]", |
| 2695 "name": "Instrumentation test AndroidWebViewTest (without patch)", | 2685 "name": "Instrumentation test AndroidWebViewTest (without patch)", |
| 2696 "~followup_annotations": [ | 2686 "~followup_annotations": [ |
| 2697 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2687 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2698 ] | 2688 ] |
| 2699 }, | 2689 }, |
| 2700 { | 2690 { |
| 2701 "cmd": [ | 2691 "cmd": [ |
| 2702 "python", | 2692 "python", |
| 2703 "-u", | 2693 "-u", |
| 2704 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk", | 2694 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk", |
| 2705 "--blacklist-file", | 2695 "--blacklist-file", |
| 2706 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2696 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2707 "--logcat-output-file", | |
| 2708 "/path/to/tmp/", | |
| 2709 "--flakiness-dashboard-server", | 2697 "--flakiness-dashboard-server", |
| 2710 "test-results.appspot.com", | 2698 "test-results.appspot.com", |
| 2711 "--verbose", | 2699 "--verbose", |
| 2712 "--json-results-file", | 2700 "--json-results-file", |
| 2713 "/path/to/tmp/json" | 2701 "/path/to/tmp/json" |
| 2714 ], | 2702 ], |
| 2715 "cwd": "[SLAVE_BUILD]", | 2703 "cwd": "[SLAVE_BUILD]", |
| 2716 "name": "Instrumentation test ContentShellTest (without patch)", | 2704 "name": "Instrumentation test ContentShellTest (without patch)", |
| 2717 "~followup_annotations": [ | 2705 "~followup_annotations": [ |
| 2718 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2706 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2719 ] | 2707 ] |
| 2720 }, | 2708 }, |
| 2721 { | 2709 { |
| 2722 "cmd": [ | 2710 "cmd": [ |
| 2723 "python", | 2711 "python", |
| 2724 "-u", | 2712 "-u", |
| 2725 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk", | 2713 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk", |
| 2726 "--blacklist-file", | 2714 "--blacklist-file", |
| 2727 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2715 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2728 "--logcat-output-file", | |
| 2729 "/path/to/tmp/", | |
| 2730 "--flakiness-dashboard-server", | 2716 "--flakiness-dashboard-server", |
| 2731 "test-results.appspot.com", | 2717 "test-results.appspot.com", |
| 2732 "--verbose", | 2718 "--verbose", |
| 2733 "--json-results-file", | 2719 "--json-results-file", |
| 2734 "/path/to/tmp/json" | 2720 "/path/to/tmp/json" |
| 2735 ], | 2721 ], |
| 2736 "cwd": "[SLAVE_BUILD]", | 2722 "cwd": "[SLAVE_BUILD]", |
| 2737 "name": "Instrumentation test ChromePublicTest (without patch)", | 2723 "name": "Instrumentation test ChromePublicTest (without patch)", |
| 2738 "~followup_annotations": [ | 2724 "~followup_annotations": [ |
| 2739 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2725 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2740 ] | 2726 ] |
| 2741 }, | 2727 }, |
| 2742 { | 2728 { |
| 2743 "cmd": [ | 2729 "cmd": [ |
| 2744 "python", | 2730 "python", |
| 2745 "-u", | 2731 "-u", |
| 2746 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk", | 2732 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk", |
| 2747 "--blacklist-file", | 2733 "--blacklist-file", |
| 2748 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2734 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2749 "--logcat-output-file", | |
| 2750 "/path/to/tmp/", | |
| 2751 "--flakiness-dashboard-server", | 2735 "--flakiness-dashboard-server", |
| 2752 "test-results.appspot.com", | 2736 "test-results.appspot.com", |
| 2753 "--verbose", | 2737 "--verbose", |
| 2754 "--json-results-file", | 2738 "--json-results-file", |
| 2755 "/path/to/tmp/json" | 2739 "/path/to/tmp/json" |
| 2756 ], | 2740 ], |
| 2757 "cwd": "[SLAVE_BUILD]", | 2741 "cwd": "[SLAVE_BUILD]", |
| 2758 "name": "Instrumentation test ChromeSyncShellTest (without patch)", | 2742 "name": "Instrumentation test ChromeSyncShellTest (without patch)", |
| 2759 "~followup_annotations": [ | 2743 "~followup_annotations": [ |
| 2760 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2744 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3103 "@@@STEP_LOG_END@python.inline@@@", | 3087 "@@@STEP_LOG_END@python.inline@@@", |
| 3104 "@@@SET_BUILD_PROPERTY@failure_hash@\"f70a31cd238c86b35b0a8c2c2d85034113dc
9f60\"@@@" | 3088 "@@@SET_BUILD_PROPERTY@failure_hash@\"f70a31cd238c86b35b0a8c2c2d85034113dc
9f60\"@@@" |
| 3105 ] | 3089 ] |
| 3106 }, | 3090 }, |
| 3107 { | 3091 { |
| 3108 "name": "$result", | 3092 "name": "$result", |
| 3109 "reason": "1 out of 8 aggregated steps failed. Failures: Step('base_unittest
s (retry summary)') failed with return_code 1", | 3093 "reason": "1 out of 8 aggregated steps failed. Failures: Step('base_unittest
s (retry summary)') failed with return_code 1", |
| 3110 "status_code": 1 | 3094 "status_code": 1 |
| 3111 } | 3095 } |
| 3112 ] | 3096 ] |
| OLD | NEW |