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

Side by Side Diff: scripts/slave/recipes/chromium.expected/amp_split_recipe_trigger_local_failure.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: address comments 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 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Tests (amp split)", 10 "Android Tests (amp split)",
(...skipping 1103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1114 "-u", 1114 "-u",
1115 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 1115 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1116 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", 1116 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}",
1117 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" 1117 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json"
1118 ], 1118 ],
1119 "cwd": "[SLAVE_BUILD]", 1119 "cwd": "[SLAVE_BUILD]",
1120 "name": "[trigger] save ui_touch_selection_unittests" 1120 "name": "[trigger] save ui_touch_selection_unittests"
1121 }, 1121 },
1122 { 1122 {
1123 "cmd": [ 1123 "cmd": [
1124 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1125 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
1126 "-v",
1127 "--blacklist-file",
1128 "[SLAVE_BUILD]/src/out/bad_devices.json",
1129 "--release"
1130 ],
1131 "cwd": "[SLAVE_BUILD]",
1132 "env": {
1133 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1134 },
1135 "name": "install AndroidWebView.apk"
1136 },
1137 {
1138 "cmd": [
1139 "python", 1124 "python",
1140 "-u", 1125 "-u",
1141 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1126 "out/Release/bin/run_android_webview_test_apk",
1142 "instrumentation", 1127 "instrumentation",
1143 "--test-apk",
1144 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
1145 "--blacklist-file", 1128 "--blacklist-file",
1146 "[SLAVE_BUILD]/src/out/bad_devices.json", 1129 "[SLAVE_BUILD]/src/out/bad_devices.json",
1147 "--logcat-output-file", 1130 "--logcat-output-file",
1148 "/path/to/tmp/", 1131 "/path/to/tmp/",
1149 "--apk-under-test",
1150 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
1151 "--isolate-file-path",
1152 "android_webview/android_webview_test_apk.isolate",
1153 "--flakiness-dashboard-server", 1132 "--flakiness-dashboard-server",
1154 "test-results.appspot.com", 1133 "test-results.appspot.com",
1155 "--verbose", 1134 "--verbose",
1156 "--release",
1157 "--json-results-file", 1135 "--json-results-file",
1158 "/path/to/tmp/json" 1136 "/path/to/tmp/json"
1159 ], 1137 ],
1160 "cwd": "[SLAVE_BUILD]", 1138 "cwd": "[SLAVE_BUILD]",
1161 "name": "Instrumentation test AndroidWebViewTest", 1139 "name": "Instrumentation test android_webview_test_apk",
1162 "~followup_annotations": [ 1140 "~followup_annotations": [
1163 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1141 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1164 ] 1142 ]
1165 }, 1143 },
1166 { 1144 {
1167 "cmd": [ 1145 "cmd": [
1168 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1169 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
1170 "-v",
1171 "--blacklist-file",
1172 "[SLAVE_BUILD]/src/out/bad_devices.json",
1173 "--release"
1174 ],
1175 "cwd": "[SLAVE_BUILD]",
1176 "env": {
1177 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1178 },
1179 "name": "install ContentShell.apk"
1180 },
1181 {
1182 "cmd": [
1183 "python", 1146 "python",
1184 "-u", 1147 "-u",
1185 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1148 "out/Release/bin/run_content_shell_test_apk",
1186 "instrumentation", 1149 "instrumentation",
1187 "--test-apk",
1188 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk",
1189 "--blacklist-file", 1150 "--blacklist-file",
1190 "[SLAVE_BUILD]/src/out/bad_devices.json", 1151 "[SLAVE_BUILD]/src/out/bad_devices.json",
1191 "--logcat-output-file", 1152 "--logcat-output-file",
1192 "/path/to/tmp/", 1153 "/path/to/tmp/",
1193 "--apk-under-test",
1194 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
1195 "--isolate-file-path",
1196 "content/content_shell_test_apk.isolate",
1197 "--flakiness-dashboard-server", 1154 "--flakiness-dashboard-server",
1198 "test-results.appspot.com", 1155 "test-results.appspot.com",
1199 "--verbose", 1156 "--verbose",
1200 "--release",
1201 "--json-results-file", 1157 "--json-results-file",
1202 "/path/to/tmp/json" 1158 "/path/to/tmp/json"
1203 ], 1159 ],
1204 "cwd": "[SLAVE_BUILD]", 1160 "cwd": "[SLAVE_BUILD]",
1205 "name": "Instrumentation test ContentShellTest", 1161 "name": "Instrumentation test content_shell_test_apk",
1206 "~followup_annotations": [ 1162 "~followup_annotations": [
1207 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1163 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1208 ] 1164 ]
1209 }, 1165 },
1210 { 1166 {
1211 "cmd": [ 1167 "cmd": [
1212 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1213 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
1214 "-v",
1215 "--blacklist-file",
1216 "[SLAVE_BUILD]/src/out/bad_devices.json",
1217 "--release"
1218 ],
1219 "cwd": "[SLAVE_BUILD]",
1220 "env": {
1221 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1222 },
1223 "name": "install ChromePublic.apk"
1224 },
1225 {
1226 "cmd": [
1227 "python", 1168 "python",
1228 "-u", 1169 "-u",
1229 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1170 "out/Release/bin/run_chrome_public_test_apk",
1230 "instrumentation", 1171 "instrumentation",
1231 "--test-apk",
1232 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk",
1233 "--blacklist-file", 1172 "--blacklist-file",
1234 "[SLAVE_BUILD]/src/out/bad_devices.json", 1173 "[SLAVE_BUILD]/src/out/bad_devices.json",
1235 "--logcat-output-file", 1174 "--logcat-output-file",
1236 "/path/to/tmp/", 1175 "/path/to/tmp/",
1237 "--apk-under-test",
1238 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
1239 "--additional-apk",
1240 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk",
1241 "--additional-apk",
1242 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk",
1243 "--isolate-file-path",
1244 "chrome/chrome_public_test_apk.isolate",
1245 "--flakiness-dashboard-server", 1176 "--flakiness-dashboard-server",
1246 "test-results.appspot.com", 1177 "test-results.appspot.com",
1247 "--verbose", 1178 "--verbose",
1248 "--release",
1249 "--json-results-file", 1179 "--json-results-file",
1250 "/path/to/tmp/json" 1180 "/path/to/tmp/json"
1251 ], 1181 ],
1252 "cwd": "[SLAVE_BUILD]", 1182 "cwd": "[SLAVE_BUILD]",
1253 "name": "Instrumentation test ChromePublicTest", 1183 "name": "Instrumentation test chrome_public_test_apk",
1254 "~followup_annotations": [ 1184 "~followup_annotations": [
1255 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1185 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1256 ] 1186 ]
1257 }, 1187 },
1258 { 1188 {
1259 "cmd": [ 1189 "cmd": [
1260 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1261 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
1262 "-v",
1263 "--blacklist-file",
1264 "[SLAVE_BUILD]/src/out/bad_devices.json",
1265 "--release"
1266 ],
1267 "cwd": "[SLAVE_BUILD]",
1268 "env": {
1269 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1270 },
1271 "name": "install ChromeSyncShell.apk"
1272 },
1273 {
1274 "cmd": [
1275 "python", 1190 "python",
1276 "-u", 1191 "-u",
1277 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1192 "out/Release/bin/run_chrome_sync_shell_test_apk",
1278 "instrumentation", 1193 "instrumentation",
1279 "--test-apk",
1280 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
1281 "--blacklist-file", 1194 "--blacklist-file",
1282 "[SLAVE_BUILD]/src/out/bad_devices.json", 1195 "[SLAVE_BUILD]/src/out/bad_devices.json",
1283 "--logcat-output-file", 1196 "--logcat-output-file",
1284 "/path/to/tmp/", 1197 "/path/to/tmp/",
1285 "--apk-under-test",
1286 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
1287 "--flakiness-dashboard-server", 1198 "--flakiness-dashboard-server",
1288 "test-results.appspot.com", 1199 "test-results.appspot.com",
1289 "--verbose", 1200 "--verbose",
1290 "--release",
1291 "--json-results-file", 1201 "--json-results-file",
1292 "/path/to/tmp/json" 1202 "/path/to/tmp/json"
1293 ], 1203 ],
1294 "cwd": "[SLAVE_BUILD]", 1204 "cwd": "[SLAVE_BUILD]",
1295 "name": "Instrumentation test ChromeSyncShellTest", 1205 "name": "Instrumentation test chrome_sync_shell_test_apk",
1296 "~followup_annotations": [ 1206 "~followup_annotations": [
1297 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1207 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1298 ] 1208 ]
1299 }, 1209 },
1300 { 1210 {
1301 "cmd": [ 1211 "cmd": [
1302 "python", 1212 "python",
1303 "-u", 1213 "-u",
1304 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1214 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1305 "gtest", 1215 "gtest",
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after
2299 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 2209 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
2300 "@@@STEP_LOG_END@python.inline@@@" 2210 "@@@STEP_LOG_END@python.inline@@@"
2301 ] 2211 ]
2302 }, 2212 },
2303 { 2213 {
2304 "name": "$result", 2214 "name": "$result",
2305 "reason": "1 tests failed: ['base_unittests']", 2215 "reason": "1 tests failed: ['base_unittests']",
2306 "status_code": 1 2216 "status_code": 1
2307 } 2217 }
2308 ] 2218 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698