| 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 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2606 "@@@STEP_LOG_END@json.output (invalid)@@@" | 2598 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 2607 ] | 2599 ] |
| 2608 }, | 2600 }, |
| 2609 { | 2601 { |
| 2610 "cmd": [ | 2602 "cmd": [ |
| 2611 "python", | 2603 "python", |
| 2612 "-u", | 2604 "-u", |
| 2613 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk", | 2605 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk", |
| 2614 "--blacklist-file", | 2606 "--blacklist-file", |
| 2615 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2607 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2616 "--logcat-output-file", | |
| 2617 "/path/to/tmp/", | |
| 2618 "--flakiness-dashboard-server", | 2608 "--flakiness-dashboard-server", |
| 2619 "test-results.appspot.com", | 2609 "test-results.appspot.com", |
| 2620 "--verbose", | 2610 "--verbose", |
| 2621 "--json-results-file", | 2611 "--json-results-file", |
| 2622 "/path/to/tmp/json" | 2612 "/path/to/tmp/json" |
| 2623 ], | 2613 ], |
| 2624 "cwd": "[SLAVE_BUILD]", | 2614 "cwd": "[SLAVE_BUILD]", |
| 2625 "name": "Instrumentation test AndroidWebViewTest (without patch)", | 2615 "name": "Instrumentation test AndroidWebViewTest (without patch)", |
| 2626 "~followup_annotations": [ | 2616 "~followup_annotations": [ |
| 2627 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2617 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2628 ] | 2618 ] |
| 2629 }, | 2619 }, |
| 2630 { | 2620 { |
| 2631 "cmd": [ | 2621 "cmd": [ |
| 2632 "python", | 2622 "python", |
| 2633 "-u", | 2623 "-u", |
| 2634 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk", | 2624 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk", |
| 2635 "--blacklist-file", | 2625 "--blacklist-file", |
| 2636 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2626 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2637 "--logcat-output-file", | |
| 2638 "/path/to/tmp/", | |
| 2639 "--flakiness-dashboard-server", | 2627 "--flakiness-dashboard-server", |
| 2640 "test-results.appspot.com", | 2628 "test-results.appspot.com", |
| 2641 "--verbose", | 2629 "--verbose", |
| 2642 "--json-results-file", | 2630 "--json-results-file", |
| 2643 "/path/to/tmp/json" | 2631 "/path/to/tmp/json" |
| 2644 ], | 2632 ], |
| 2645 "cwd": "[SLAVE_BUILD]", | 2633 "cwd": "[SLAVE_BUILD]", |
| 2646 "name": "Instrumentation test ContentShellTest (without patch)", | 2634 "name": "Instrumentation test ContentShellTest (without patch)", |
| 2647 "~followup_annotations": [ | 2635 "~followup_annotations": [ |
| 2648 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2636 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2649 ] | 2637 ] |
| 2650 }, | 2638 }, |
| 2651 { | 2639 { |
| 2652 "cmd": [ | 2640 "cmd": [ |
| 2653 "python", | 2641 "python", |
| 2654 "-u", | 2642 "-u", |
| 2655 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk", | 2643 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk", |
| 2656 "--blacklist-file", | 2644 "--blacklist-file", |
| 2657 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2645 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2658 "--logcat-output-file", | |
| 2659 "/path/to/tmp/", | |
| 2660 "--flakiness-dashboard-server", | 2646 "--flakiness-dashboard-server", |
| 2661 "test-results.appspot.com", | 2647 "test-results.appspot.com", |
| 2662 "--verbose", | 2648 "--verbose", |
| 2663 "--json-results-file", | 2649 "--json-results-file", |
| 2664 "/path/to/tmp/json" | 2650 "/path/to/tmp/json" |
| 2665 ], | 2651 ], |
| 2666 "cwd": "[SLAVE_BUILD]", | 2652 "cwd": "[SLAVE_BUILD]", |
| 2667 "name": "Instrumentation test ChromePublicTest (without patch)", | 2653 "name": "Instrumentation test ChromePublicTest (without patch)", |
| 2668 "~followup_annotations": [ | 2654 "~followup_annotations": [ |
| 2669 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2655 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2670 ] | 2656 ] |
| 2671 }, | 2657 }, |
| 2672 { | 2658 { |
| 2673 "cmd": [ | 2659 "cmd": [ |
| 2674 "python", | 2660 "python", |
| 2675 "-u", | 2661 "-u", |
| 2676 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk", | 2662 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk", |
| 2677 "--blacklist-file", | 2663 "--blacklist-file", |
| 2678 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2664 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2679 "--logcat-output-file", | |
| 2680 "/path/to/tmp/", | |
| 2681 "--flakiness-dashboard-server", | 2665 "--flakiness-dashboard-server", |
| 2682 "test-results.appspot.com", | 2666 "test-results.appspot.com", |
| 2683 "--verbose", | 2667 "--verbose", |
| 2684 "--json-results-file", | 2668 "--json-results-file", |
| 2685 "/path/to/tmp/json" | 2669 "/path/to/tmp/json" |
| 2686 ], | 2670 ], |
| 2687 "cwd": "[SLAVE_BUILD]", | 2671 "cwd": "[SLAVE_BUILD]", |
| 2688 "name": "Instrumentation test ChromeSyncShellTest (without patch)", | 2672 "name": "Instrumentation test ChromeSyncShellTest (without patch)", |
| 2689 "~followup_annotations": [ | 2673 "~followup_annotations": [ |
| 2690 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 2674 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2947 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 2931 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 2948 "@@@STEP_LOG_END@python.inline@@@" | 2932 "@@@STEP_LOG_END@python.inline@@@" |
| 2949 ] | 2933 ] |
| 2950 }, | 2934 }, |
| 2951 { | 2935 { |
| 2952 "name": "$result", | 2936 "name": "$result", |
| 2953 "recipe_result": null, | 2937 "recipe_result": null, |
| 2954 "status_code": 0 | 2938 "status_code": 0 |
| 2955 } | 2939 } |
| 2956 ] | 2940 ] |
| OLD | NEW |