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

Side by Side Diff: scripts/slave/recipes/android/appurify.expected/Android_Tests__amp__dbg__test_failure.json

Issue 954743003: Make step status EXCEPTION when test runner has infrastructure failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Moved test runner exit codes to central location. Created 5 years, 9 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Tests (amp)(dbg)", 10 "Android Tests (amp)(dbg)",
(...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 "--remote-device-timeout", 1062 "--remote-device-timeout",
1063 "60", 1063 "60",
1064 "--collect", 1064 "--collect",
1065 "[TMP_BASE]/amp_trigger_tmp_1/base_unittests.json", 1065 "[TMP_BASE]/amp_trigger_tmp_1/base_unittests.json",
1066 "--results-path", 1066 "--results-path",
1067 "[TMP_BASE]/amp_results_tmp_2/base_unittests/results.zip", 1067 "[TMP_BASE]/amp_results_tmp_2/base_unittests/results.zip",
1068 "--verbose" 1068 "--verbose"
1069 ], 1069 ],
1070 "name": "[collect] base_unittests", 1070 "name": "[collect] base_unittests",
1071 "~followup_annotations": [ 1071 "~followup_annotations": [
1072 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1072 "step returned non-zero exit code: 87",
1073 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@",
1074 "@@@STEP_EXCEPTION@@@"
1073 ] 1075 ]
1074 }, 1076 },
1075 { 1077 {
1078 "cmd": [
1079 "python",
1080 "-u",
1081 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1082 "[TMP_BASE]/amp_trigger_tmp_1/base_unittests.json",
1083 "/path/to/tmp/json"
1084 ],
1085 "name": "[upload logcat] load base_unittests data",
1086 "~followup_annotations": [
1087 "@@@STEP_LOG_LINE@json.output@{@@@",
1088 "@@@STEP_LOG_LINE@json.output@ \"test_run\": {@@@",
1089 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@",
1090 "@@@STEP_LOG_LINE@json.output@ }@@@",
1091 "@@@STEP_LOG_LINE@json.output@}@@@",
1092 "@@@STEP_LOG_END@json.output@@@"
1093 ]
1094 },
1095 {
1096 "cmd": [
1097 "python",
1098 "-u",
1099 "[BUILD]/scripts/slave/recipe_modules/zip/resources/unzip.py"
1100 ],
1101 "name": "[upload logcat] unzip results for base_unittests",
1102 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/base_unittests/unzippe d_results\", \"use_python_zip\": false, \"zip_file\": \"[TMP_BASE]/amp_results_t mp_2/base_unittests/results.zip\"}"
1103 },
1104 {
1105 "cmd": [
1106 "python",
1107 "-u",
1108 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py",
1109 "--",
1110 "[DEPOT_TOOLS]/gsutil.py",
1111 "--force-version",
1112 "3.25",
1113 "--",
1114 "cp",
1115 "[TMP_BASE]/amp_results_tmp_2/base_unittests/unzipped_results/appurify_res ults/logcat.txt",
1116 "gs://chrome-amp-results/logcats/logcat_base_unittests_12345abcde.txt"
1117 ],
1118 "name": "gsutil [upload logcat] base_unittests",
1119 "~followup_annotations": [
1120 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l ogcats/logcat_base_unittests_12345abcde.txt@@@"
1121 ]
1122 },
1123 {
1076 "cmd": [ 1124 "cmd": [
1077 "python", 1125 "python",
1078 "-u", 1126 "-u",
1079 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 1127 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1080 "[TMP_BASE]/amp_trigger_tmp_1/cc_unittests.json", 1128 "[TMP_BASE]/amp_trigger_tmp_1/cc_unittests.json",
1081 "/path/to/tmp/json" 1129 "/path/to/tmp/json"
1082 ], 1130 ],
1083 "name": "[collect] load cc_unittests data", 1131 "name": "[collect] load cc_unittests data",
1084 "~followup_annotations": [ 1132 "~followup_annotations": [
1085 "@@@STEP_LOG_LINE@json.output@{@@@", 1133 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
1641 "[TMP_BASE]/amp_results_tmp_2/ui_touch_selection_unittests/results.zip", 1689 "[TMP_BASE]/amp_results_tmp_2/ui_touch_selection_unittests/results.zip",
1642 "--verbose" 1690 "--verbose"
1643 ], 1691 ],
1644 "name": "[collect] ui_touch_selection_unittests", 1692 "name": "[collect] ui_touch_selection_unittests",
1645 "~followup_annotations": [ 1693 "~followup_annotations": [
1646 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1694 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
1647 ] 1695 ]
1648 }, 1696 },
1649 { 1697 {
1650 "name": "$final_result", 1698 "name": "$final_result",
1651 "reason": "1 out of 19 aggregated steps failed. Failures: Step('[collect] an droid_webview_unittests') failed with return_code 1", 1699 "reason": "2 out of 20 aggregated steps failed. Failures: Step('[collect] an droid_webview_unittests') failed with return_code 1, Step('[collect] base_unitte sts') failed with return_code 87",
1652 "status_code": 1 1700 "status_code": 1
1653 } 1701 }
1654 ] 1702 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698