| OLD | NEW |
| 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 split)", | 10 "Android Tests (amp split)", |
| (...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1091 "python", | 1091 "python", |
| 1092 "-u", | 1092 "-u", |
| 1093 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1093 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 1094 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers
ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", | 1094 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers
ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", |
| 1095 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" | 1095 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" |
| 1096 ], | 1096 ], |
| 1097 "cwd": "[SLAVE_BUILD]", | 1097 "cwd": "[SLAVE_BUILD]", |
| 1098 "name": "[trigger] save ui_touch_selection_unittests" | 1098 "name": "[trigger] save ui_touch_selection_unittests" |
| 1099 }, | 1099 }, |
| 1100 { | 1100 { |
| 1101 "cmd": [], |
| 1102 "cwd": "[SLAVE_BUILD]", |
| 1103 "name": "AndroidWebViewTest" |
| 1104 }, |
| 1105 { |
| 1106 "cmd": [ |
| 1107 "[BUILD]/scripts/slave/daemonizer.py", |
| 1108 "--", |
| 1109 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1110 "[TMP_BASE]/test_logcat_tmp_2" |
| 1111 ], |
| 1112 "cwd": "[SLAVE_BUILD]", |
| 1113 "env": { |
| 1114 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1115 }, |
| 1116 "name": "AndroidWebViewTest.spawn_logcat_monitor", |
| 1117 "~followup_annotations": [ |
| 1118 "@@@STEP_NEST_LEVEL@1@@@" |
| 1119 ] |
| 1120 }, |
| 1121 { |
| 1101 "cmd": [ | 1122 "cmd": [ |
| 1102 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 1123 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 1103 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | 1124 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
| 1104 "-v", | 1125 "-v", |
| 1105 "--blacklist-file", | 1126 "--blacklist-file", |
| 1106 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1127 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1107 "--release" | 1128 "--release" |
| 1108 ], | 1129 ], |
| 1109 "cwd": "[SLAVE_BUILD]", | 1130 "cwd": "[SLAVE_BUILD]", |
| 1110 "env": { | 1131 "env": { |
| 1111 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1132 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1112 }, | 1133 }, |
| 1113 "name": "install AndroidWebView.apk" | 1134 "name": "AndroidWebViewTest.install AndroidWebView.apk", |
| 1135 "~followup_annotations": [ |
| 1136 "@@@STEP_NEST_LEVEL@1@@@" |
| 1137 ] |
| 1114 }, | 1138 }, |
| 1115 { | 1139 { |
| 1116 "cmd": [ | 1140 "cmd": [ |
| 1117 "python", | 1141 "python", |
| 1118 "-u", | 1142 "-u", |
| 1119 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1143 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1120 "instrumentation", | 1144 "instrumentation", |
| 1121 "--test-apk", | 1145 "--test-apk", |
| 1122 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | 1146 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", |
| 1123 "--blacklist-file", | 1147 "--blacklist-file", |
| 1124 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1148 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1125 "--apk-under-test", | 1149 "--apk-under-test", |
| 1126 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | 1150 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
| 1127 "--isolate-file-path", | 1151 "--isolate-file-path", |
| 1128 "android_webview/android_webview_test_apk.isolate", | 1152 "android_webview/android_webview_test_apk.isolate", |
| 1129 "--flakiness-dashboard-server", | 1153 "--flakiness-dashboard-server", |
| 1130 "test-results.appspot.com", | 1154 "test-results.appspot.com", |
| 1131 "--verbose", | 1155 "--verbose", |
| 1132 "--release", | 1156 "--release", |
| 1133 "--json-results-file", | 1157 "--json-results-file", |
| 1134 "/path/to/tmp/json" | 1158 "/path/to/tmp/json" |
| 1135 ], | 1159 ], |
| 1136 "cwd": "[SLAVE_BUILD]", | 1160 "cwd": "[SLAVE_BUILD]", |
| 1137 "name": "Instrumentation test AndroidWebViewTest", | 1161 "name": "AndroidWebViewTest.Instrumentation test AndroidWebViewTest", |
| 1138 "~followup_annotations": [ | 1162 "~followup_annotations": [ |
| 1139 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1163 "@@@STEP_NEST_LEVEL@1@@@" |
| 1140 ] | 1164 ] |
| 1141 }, | 1165 }, |
| 1142 { | 1166 { |
| 1167 "cmd": [ |
| 1168 "python", |
| 1169 "-u", |
| 1170 "[BUILD]/scripts/slave/tee.py", |
| 1171 "/path/to/tmp/logcat", |
| 1172 "--", |
| 1173 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1174 "[TMP_BASE]/test_logcat_tmp_2" |
| 1175 ], |
| 1176 "cwd": "[SLAVE_BUILD]", |
| 1177 "name": "AndroidWebViewTest.logcat_dump", |
| 1178 "~followup_annotations": [ |
| 1179 "@@@STEP_NEST_LEVEL@1@@@" |
| 1180 ] |
| 1181 }, |
| 1182 { |
| 1183 "cmd": [], |
| 1184 "cwd": "[SLAVE_BUILD]", |
| 1185 "name": "ContentShellTest" |
| 1186 }, |
| 1187 { |
| 1188 "cmd": [ |
| 1189 "[BUILD]/scripts/slave/daemonizer.py", |
| 1190 "--", |
| 1191 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1192 "[TMP_BASE]/test_logcat_tmp_3" |
| 1193 ], |
| 1194 "cwd": "[SLAVE_BUILD]", |
| 1195 "env": { |
| 1196 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1197 }, |
| 1198 "name": "ContentShellTest.spawn_logcat_monitor", |
| 1199 "~followup_annotations": [ |
| 1200 "@@@STEP_NEST_LEVEL@1@@@" |
| 1201 ] |
| 1202 }, |
| 1203 { |
| 1143 "cmd": [ | 1204 "cmd": [ |
| 1144 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 1205 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 1145 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | 1206 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", |
| 1146 "-v", | 1207 "-v", |
| 1147 "--blacklist-file", | 1208 "--blacklist-file", |
| 1148 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1209 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1149 "--release" | 1210 "--release" |
| 1150 ], | 1211 ], |
| 1151 "cwd": "[SLAVE_BUILD]", | 1212 "cwd": "[SLAVE_BUILD]", |
| 1152 "env": { | 1213 "env": { |
| 1153 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1214 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1154 }, | 1215 }, |
| 1155 "name": "install ContentShell.apk" | 1216 "name": "ContentShellTest.install ContentShell.apk", |
| 1217 "~followup_annotations": [ |
| 1218 "@@@STEP_NEST_LEVEL@1@@@" |
| 1219 ] |
| 1156 }, | 1220 }, |
| 1157 { | 1221 { |
| 1158 "cmd": [ | 1222 "cmd": [ |
| 1159 "python", | 1223 "python", |
| 1160 "-u", | 1224 "-u", |
| 1161 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1225 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1162 "instrumentation", | 1226 "instrumentation", |
| 1163 "--test-apk", | 1227 "--test-apk", |
| 1164 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", | 1228 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", |
| 1165 "--blacklist-file", | 1229 "--blacklist-file", |
| 1166 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1230 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1167 "--apk-under-test", | 1231 "--apk-under-test", |
| 1168 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | 1232 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", |
| 1169 "--isolate-file-path", | 1233 "--isolate-file-path", |
| 1170 "content/content_shell_test_apk.isolate", | 1234 "content/content_shell_test_apk.isolate", |
| 1171 "--flakiness-dashboard-server", | 1235 "--flakiness-dashboard-server", |
| 1172 "test-results.appspot.com", | 1236 "test-results.appspot.com", |
| 1173 "--verbose", | 1237 "--verbose", |
| 1174 "--release", | 1238 "--release", |
| 1175 "--json-results-file", | 1239 "--json-results-file", |
| 1176 "/path/to/tmp/json" | 1240 "/path/to/tmp/json" |
| 1177 ], | 1241 ], |
| 1178 "cwd": "[SLAVE_BUILD]", | 1242 "cwd": "[SLAVE_BUILD]", |
| 1179 "name": "Instrumentation test ContentShellTest", | 1243 "name": "ContentShellTest.Instrumentation test ContentShellTest", |
| 1180 "~followup_annotations": [ | 1244 "~followup_annotations": [ |
| 1181 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1245 "@@@STEP_NEST_LEVEL@1@@@" |
| 1182 ] | 1246 ] |
| 1183 }, | 1247 }, |
| 1184 { | 1248 { |
| 1249 "cmd": [ |
| 1250 "python", |
| 1251 "-u", |
| 1252 "[BUILD]/scripts/slave/tee.py", |
| 1253 "/path/to/tmp/logcat", |
| 1254 "--", |
| 1255 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1256 "[TMP_BASE]/test_logcat_tmp_3" |
| 1257 ], |
| 1258 "cwd": "[SLAVE_BUILD]", |
| 1259 "name": "ContentShellTest.logcat_dump", |
| 1260 "~followup_annotations": [ |
| 1261 "@@@STEP_NEST_LEVEL@1@@@" |
| 1262 ] |
| 1263 }, |
| 1264 { |
| 1265 "cmd": [], |
| 1266 "cwd": "[SLAVE_BUILD]", |
| 1267 "name": "ChromePublicTest" |
| 1268 }, |
| 1269 { |
| 1270 "cmd": [ |
| 1271 "[BUILD]/scripts/slave/daemonizer.py", |
| 1272 "--", |
| 1273 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1274 "[TMP_BASE]/test_logcat_tmp_4" |
| 1275 ], |
| 1276 "cwd": "[SLAVE_BUILD]", |
| 1277 "env": { |
| 1278 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1279 }, |
| 1280 "name": "ChromePublicTest.spawn_logcat_monitor", |
| 1281 "~followup_annotations": [ |
| 1282 "@@@STEP_NEST_LEVEL@1@@@" |
| 1283 ] |
| 1284 }, |
| 1285 { |
| 1185 "cmd": [ | 1286 "cmd": [ |
| 1186 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 1287 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 1187 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | 1288 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", |
| 1188 "-v", | 1289 "-v", |
| 1189 "--blacklist-file", | 1290 "--blacklist-file", |
| 1190 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1291 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1191 "--release" | 1292 "--release" |
| 1192 ], | 1293 ], |
| 1193 "cwd": "[SLAVE_BUILD]", | 1294 "cwd": "[SLAVE_BUILD]", |
| 1194 "env": { | 1295 "env": { |
| 1195 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1296 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1196 }, | 1297 }, |
| 1197 "name": "install ChromePublic.apk" | 1298 "name": "ChromePublicTest.install ChromePublic.apk", |
| 1299 "~followup_annotations": [ |
| 1300 "@@@STEP_NEST_LEVEL@1@@@" |
| 1301 ] |
| 1198 }, | 1302 }, |
| 1199 { | 1303 { |
| 1200 "cmd": [ | 1304 "cmd": [ |
| 1201 "python", | 1305 "python", |
| 1202 "-u", | 1306 "-u", |
| 1203 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1307 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1204 "instrumentation", | 1308 "instrumentation", |
| 1205 "--test-apk", | 1309 "--test-apk", |
| 1206 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", | 1310 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", |
| 1207 "--blacklist-file", | 1311 "--blacklist-file", |
| 1208 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1312 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1209 "--apk-under-test", | 1313 "--apk-under-test", |
| 1210 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | 1314 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", |
| 1211 "--isolate-file-path", | 1315 "--isolate-file-path", |
| 1212 "chrome/chrome_public_test_apk.isolate", | 1316 "chrome/chrome_public_test_apk.isolate", |
| 1213 "--flakiness-dashboard-server", | 1317 "--flakiness-dashboard-server", |
| 1214 "test-results.appspot.com", | 1318 "test-results.appspot.com", |
| 1215 "--verbose", | 1319 "--verbose", |
| 1216 "--release", | 1320 "--release", |
| 1217 "--json-results-file", | 1321 "--json-results-file", |
| 1218 "/path/to/tmp/json" | 1322 "/path/to/tmp/json" |
| 1219 ], | 1323 ], |
| 1220 "cwd": "[SLAVE_BUILD]", | 1324 "cwd": "[SLAVE_BUILD]", |
| 1221 "name": "Instrumentation test ChromePublicTest", | 1325 "name": "ChromePublicTest.Instrumentation test ChromePublicTest", |
| 1222 "~followup_annotations": [ | 1326 "~followup_annotations": [ |
| 1223 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1327 "@@@STEP_NEST_LEVEL@1@@@" |
| 1224 ] | 1328 ] |
| 1225 }, | 1329 }, |
| 1226 { | 1330 { |
| 1331 "cmd": [ |
| 1332 "python", |
| 1333 "-u", |
| 1334 "[BUILD]/scripts/slave/tee.py", |
| 1335 "/path/to/tmp/logcat", |
| 1336 "--", |
| 1337 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1338 "[TMP_BASE]/test_logcat_tmp_4" |
| 1339 ], |
| 1340 "cwd": "[SLAVE_BUILD]", |
| 1341 "name": "ChromePublicTest.logcat_dump", |
| 1342 "~followup_annotations": [ |
| 1343 "@@@STEP_NEST_LEVEL@1@@@" |
| 1344 ] |
| 1345 }, |
| 1346 { |
| 1347 "cmd": [], |
| 1348 "cwd": "[SLAVE_BUILD]", |
| 1349 "name": "ChromeSyncShellTest" |
| 1350 }, |
| 1351 { |
| 1352 "cmd": [ |
| 1353 "[BUILD]/scripts/slave/daemonizer.py", |
| 1354 "--", |
| 1355 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1356 "[TMP_BASE]/test_logcat_tmp_5" |
| 1357 ], |
| 1358 "cwd": "[SLAVE_BUILD]", |
| 1359 "env": { |
| 1360 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1361 }, |
| 1362 "name": "ChromeSyncShellTest.spawn_logcat_monitor", |
| 1363 "~followup_annotations": [ |
| 1364 "@@@STEP_NEST_LEVEL@1@@@" |
| 1365 ] |
| 1366 }, |
| 1367 { |
| 1227 "cmd": [ | 1368 "cmd": [ |
| 1228 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 1369 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 1229 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | 1370 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", |
| 1230 "-v", | 1371 "-v", |
| 1231 "--blacklist-file", | 1372 "--blacklist-file", |
| 1232 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1373 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1233 "--release" | 1374 "--release" |
| 1234 ], | 1375 ], |
| 1235 "cwd": "[SLAVE_BUILD]", | 1376 "cwd": "[SLAVE_BUILD]", |
| 1236 "env": { | 1377 "env": { |
| 1237 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1378 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1238 }, | 1379 }, |
| 1239 "name": "install ChromeSyncShell.apk" | 1380 "name": "ChromeSyncShellTest.install ChromeSyncShell.apk", |
| 1381 "~followup_annotations": [ |
| 1382 "@@@STEP_NEST_LEVEL@1@@@" |
| 1383 ] |
| 1240 }, | 1384 }, |
| 1241 { | 1385 { |
| 1242 "cmd": [ | 1386 "cmd": [ |
| 1243 "python", | 1387 "python", |
| 1244 "-u", | 1388 "-u", |
| 1245 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1389 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1246 "instrumentation", | 1390 "instrumentation", |
| 1247 "--test-apk", | 1391 "--test-apk", |
| 1248 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", | 1392 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", |
| 1249 "--blacklist-file", | 1393 "--blacklist-file", |
| 1250 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1394 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1251 "--apk-under-test", | 1395 "--apk-under-test", |
| 1252 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | 1396 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", |
| 1253 "--flakiness-dashboard-server", | 1397 "--flakiness-dashboard-server", |
| 1254 "test-results.appspot.com", | 1398 "test-results.appspot.com", |
| 1255 "--verbose", | 1399 "--verbose", |
| 1256 "--release", | 1400 "--release", |
| 1257 "--json-results-file", | 1401 "--json-results-file", |
| 1258 "/path/to/tmp/json" | 1402 "/path/to/tmp/json" |
| 1259 ], | 1403 ], |
| 1260 "cwd": "[SLAVE_BUILD]", | 1404 "cwd": "[SLAVE_BUILD]", |
| 1261 "name": "Instrumentation test ChromeSyncShellTest", | 1405 "name": "ChromeSyncShellTest.Instrumentation test ChromeSyncShellTest", |
| 1262 "~followup_annotations": [ | 1406 "~followup_annotations": [ |
| 1263 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1407 "@@@STEP_NEST_LEVEL@1@@@" |
| 1264 ] | 1408 ] |
| 1265 }, | 1409 }, |
| 1266 { | 1410 { |
| 1411 "cmd": [ |
| 1412 "python", |
| 1413 "-u", |
| 1414 "[BUILD]/scripts/slave/tee.py", |
| 1415 "/path/to/tmp/logcat", |
| 1416 "--", |
| 1417 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1418 "[TMP_BASE]/test_logcat_tmp_5" |
| 1419 ], |
| 1420 "cwd": "[SLAVE_BUILD]", |
| 1421 "name": "ChromeSyncShellTest.logcat_dump", |
| 1422 "~followup_annotations": [ |
| 1423 "@@@STEP_NEST_LEVEL@1@@@" |
| 1424 ] |
| 1425 }, |
| 1426 { |
| 1427 "cmd": [], |
| 1428 "cwd": "[SLAVE_BUILD]", |
| 1429 "name": "breakpad_unittests" |
| 1430 }, |
| 1431 { |
| 1432 "cmd": [ |
| 1433 "[BUILD]/scripts/slave/daemonizer.py", |
| 1434 "--", |
| 1435 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1436 "[TMP_BASE]/test_logcat_tmp_6" |
| 1437 ], |
| 1438 "cwd": "[SLAVE_BUILD]", |
| 1439 "env": { |
| 1440 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1441 }, |
| 1442 "name": "breakpad_unittests.spawn_logcat_monitor", |
| 1443 "~followup_annotations": [ |
| 1444 "@@@STEP_NEST_LEVEL@1@@@" |
| 1445 ] |
| 1446 }, |
| 1447 { |
| 1267 "cmd": [ | 1448 "cmd": [ |
| 1268 "python", | 1449 "python", |
| 1269 "-u", | 1450 "-u", |
| 1270 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1451 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1271 "gtest", | 1452 "gtest", |
| 1272 "-s", | 1453 "-s", |
| 1273 "breakpad_unittests", | 1454 "breakpad_unittests", |
| 1274 "--blacklist-file", | 1455 "--blacklist-file", |
| 1275 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1456 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1276 "--verbose", | 1457 "--verbose", |
| 1277 "--release", | 1458 "--release", |
| 1278 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate
", | 1459 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate
", |
| 1279 "--flakiness-dashboard-server=test-results.appspot.com", | 1460 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1280 "--json-results-file", | 1461 "--json-results-file", |
| 1281 "/path/to/tmp/json" | 1462 "/path/to/tmp/json" |
| 1282 ], | 1463 ], |
| 1283 "cwd": "[SLAVE_BUILD]", | 1464 "cwd": "[SLAVE_BUILD]", |
| 1284 "env": { | 1465 "env": { |
| 1285 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1466 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1286 }, | 1467 }, |
| 1287 "name": "breakpad_unittests" | 1468 "name": "breakpad_unittests.breakpad_unittests", |
| 1469 "~followup_annotations": [ |
| 1470 "@@@STEP_NEST_LEVEL@1@@@" |
| 1471 ] |
| 1288 }, | 1472 }, |
| 1289 { | 1473 { |
| 1290 "cmd": [ | 1474 "cmd": [ |
| 1475 "python", |
| 1476 "-u", |
| 1477 "[BUILD]/scripts/slave/tee.py", |
| 1478 "/path/to/tmp/logcat", |
| 1479 "--", |
| 1480 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1481 "[TMP_BASE]/test_logcat_tmp_6" |
| 1482 ], |
| 1483 "cwd": "[SLAVE_BUILD]", |
| 1484 "name": "breakpad_unittests.logcat_dump", |
| 1485 "~followup_annotations": [ |
| 1486 "@@@STEP_NEST_LEVEL@1@@@" |
| 1487 ] |
| 1488 }, |
| 1489 { |
| 1490 "cmd": [], |
| 1491 "cwd": "[SLAVE_BUILD]", |
| 1492 "name": "cc_unittests" |
| 1493 }, |
| 1494 { |
| 1495 "cmd": [ |
| 1496 "[BUILD]/scripts/slave/daemonizer.py", |
| 1497 "--", |
| 1498 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1499 "[TMP_BASE]/test_logcat_tmp_7" |
| 1500 ], |
| 1501 "cwd": "[SLAVE_BUILD]", |
| 1502 "env": { |
| 1503 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1504 }, |
| 1505 "name": "cc_unittests.spawn_logcat_monitor", |
| 1506 "~followup_annotations": [ |
| 1507 "@@@STEP_NEST_LEVEL@1@@@" |
| 1508 ] |
| 1509 }, |
| 1510 { |
| 1511 "cmd": [ |
| 1291 "python", | 1512 "python", |
| 1292 "-u", | 1513 "-u", |
| 1293 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1514 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1294 "gtest", | 1515 "gtest", |
| 1295 "-s", | 1516 "-s", |
| 1296 "cc_unittests", | 1517 "cc_unittests", |
| 1297 "--blacklist-file", | 1518 "--blacklist-file", |
| 1298 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1519 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1299 "--verbose", | 1520 "--verbose", |
| 1300 "--release", | 1521 "--release", |
| 1301 "--flakiness-dashboard-server=test-results.appspot.com", | 1522 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1302 "--json-results-file", | 1523 "--json-results-file", |
| 1303 "/path/to/tmp/json" | 1524 "/path/to/tmp/json" |
| 1304 ], | 1525 ], |
| 1305 "cwd": "[SLAVE_BUILD]", | 1526 "cwd": "[SLAVE_BUILD]", |
| 1306 "env": { | 1527 "env": { |
| 1307 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1528 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1308 }, | 1529 }, |
| 1309 "name": "cc_unittests" | 1530 "name": "cc_unittests.cc_unittests", |
| 1531 "~followup_annotations": [ |
| 1532 "@@@STEP_NEST_LEVEL@1@@@" |
| 1533 ] |
| 1310 }, | 1534 }, |
| 1311 { | 1535 { |
| 1312 "cmd": [ | 1536 "cmd": [ |
| 1537 "python", |
| 1538 "-u", |
| 1539 "[BUILD]/scripts/slave/tee.py", |
| 1540 "/path/to/tmp/logcat", |
| 1541 "--", |
| 1542 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1543 "[TMP_BASE]/test_logcat_tmp_7" |
| 1544 ], |
| 1545 "cwd": "[SLAVE_BUILD]", |
| 1546 "name": "cc_unittests.logcat_dump", |
| 1547 "~followup_annotations": [ |
| 1548 "@@@STEP_NEST_LEVEL@1@@@" |
| 1549 ] |
| 1550 }, |
| 1551 { |
| 1552 "cmd": [], |
| 1553 "cwd": "[SLAVE_BUILD]", |
| 1554 "name": "content_browsertests" |
| 1555 }, |
| 1556 { |
| 1557 "cmd": [ |
| 1558 "[BUILD]/scripts/slave/daemonizer.py", |
| 1559 "--", |
| 1560 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1561 "[TMP_BASE]/test_logcat_tmp_8" |
| 1562 ], |
| 1563 "cwd": "[SLAVE_BUILD]", |
| 1564 "env": { |
| 1565 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1566 }, |
| 1567 "name": "content_browsertests.spawn_logcat_monitor", |
| 1568 "~followup_annotations": [ |
| 1569 "@@@STEP_NEST_LEVEL@1@@@" |
| 1570 ] |
| 1571 }, |
| 1572 { |
| 1573 "cmd": [ |
| 1313 "python", | 1574 "python", |
| 1314 "-u", | 1575 "-u", |
| 1315 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1576 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1316 "gtest", | 1577 "gtest", |
| 1317 "-s", | 1578 "-s", |
| 1318 "content_browsertests", | 1579 "content_browsertests", |
| 1319 "--blacklist-file", | 1580 "--blacklist-file", |
| 1320 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1581 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1321 "--verbose", | 1582 "--verbose", |
| 1322 "--release", | 1583 "--release", |
| 1323 "--flakiness-dashboard-server=test-results.appspot.com", | 1584 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1324 "--json-results-file", | 1585 "--json-results-file", |
| 1325 "/path/to/tmp/json" | 1586 "/path/to/tmp/json" |
| 1326 ], | 1587 ], |
| 1327 "cwd": "[SLAVE_BUILD]", | 1588 "cwd": "[SLAVE_BUILD]", |
| 1328 "env": { | 1589 "env": { |
| 1329 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1590 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1330 }, | 1591 }, |
| 1331 "name": "content_browsertests" | 1592 "name": "content_browsertests.content_browsertests", |
| 1593 "~followup_annotations": [ |
| 1594 "@@@STEP_NEST_LEVEL@1@@@" |
| 1595 ] |
| 1332 }, | 1596 }, |
| 1333 { | 1597 { |
| 1334 "cmd": [ | 1598 "cmd": [ |
| 1599 "python", |
| 1600 "-u", |
| 1601 "[BUILD]/scripts/slave/tee.py", |
| 1602 "/path/to/tmp/logcat", |
| 1603 "--", |
| 1604 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1605 "[TMP_BASE]/test_logcat_tmp_8" |
| 1606 ], |
| 1607 "cwd": "[SLAVE_BUILD]", |
| 1608 "name": "content_browsertests.logcat_dump", |
| 1609 "~followup_annotations": [ |
| 1610 "@@@STEP_NEST_LEVEL@1@@@" |
| 1611 ] |
| 1612 }, |
| 1613 { |
| 1614 "cmd": [], |
| 1615 "cwd": "[SLAVE_BUILD]", |
| 1616 "name": "content_unittests" |
| 1617 }, |
| 1618 { |
| 1619 "cmd": [ |
| 1620 "[BUILD]/scripts/slave/daemonizer.py", |
| 1621 "--", |
| 1622 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1623 "[TMP_BASE]/test_logcat_tmp_9" |
| 1624 ], |
| 1625 "cwd": "[SLAVE_BUILD]", |
| 1626 "env": { |
| 1627 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1628 }, |
| 1629 "name": "content_unittests.spawn_logcat_monitor", |
| 1630 "~followup_annotations": [ |
| 1631 "@@@STEP_NEST_LEVEL@1@@@" |
| 1632 ] |
| 1633 }, |
| 1634 { |
| 1635 "cmd": [ |
| 1335 "python", | 1636 "python", |
| 1336 "-u", | 1637 "-u", |
| 1337 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1638 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1338 "gtest", | 1639 "gtest", |
| 1339 "-s", | 1640 "-s", |
| 1340 "content_unittests", | 1641 "content_unittests", |
| 1341 "--blacklist-file", | 1642 "--blacklist-file", |
| 1342 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1643 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1343 "--verbose", | 1644 "--verbose", |
| 1344 "--release", | 1645 "--release", |
| 1345 "--flakiness-dashboard-server=test-results.appspot.com", | 1646 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1346 "--json-results-file", | 1647 "--json-results-file", |
| 1347 "/path/to/tmp/json" | 1648 "/path/to/tmp/json" |
| 1348 ], | 1649 ], |
| 1349 "cwd": "[SLAVE_BUILD]", | 1650 "cwd": "[SLAVE_BUILD]", |
| 1350 "env": { | 1651 "env": { |
| 1351 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1652 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1352 }, | 1653 }, |
| 1353 "name": "content_unittests" | 1654 "name": "content_unittests.content_unittests", |
| 1655 "~followup_annotations": [ |
| 1656 "@@@STEP_NEST_LEVEL@1@@@" |
| 1657 ] |
| 1354 }, | 1658 }, |
| 1355 { | 1659 { |
| 1356 "cmd": [ | 1660 "cmd": [ |
| 1661 "python", |
| 1662 "-u", |
| 1663 "[BUILD]/scripts/slave/tee.py", |
| 1664 "/path/to/tmp/logcat", |
| 1665 "--", |
| 1666 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1667 "[TMP_BASE]/test_logcat_tmp_9" |
| 1668 ], |
| 1669 "cwd": "[SLAVE_BUILD]", |
| 1670 "name": "content_unittests.logcat_dump", |
| 1671 "~followup_annotations": [ |
| 1672 "@@@STEP_NEST_LEVEL@1@@@" |
| 1673 ] |
| 1674 }, |
| 1675 { |
| 1676 "cmd": [], |
| 1677 "cwd": "[SLAVE_BUILD]", |
| 1678 "name": "gpu_unittests" |
| 1679 }, |
| 1680 { |
| 1681 "cmd": [ |
| 1682 "[BUILD]/scripts/slave/daemonizer.py", |
| 1683 "--", |
| 1684 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1685 "[TMP_BASE]/test_logcat_tmp_10" |
| 1686 ], |
| 1687 "cwd": "[SLAVE_BUILD]", |
| 1688 "env": { |
| 1689 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1690 }, |
| 1691 "name": "gpu_unittests.spawn_logcat_monitor", |
| 1692 "~followup_annotations": [ |
| 1693 "@@@STEP_NEST_LEVEL@1@@@" |
| 1694 ] |
| 1695 }, |
| 1696 { |
| 1697 "cmd": [ |
| 1357 "python", | 1698 "python", |
| 1358 "-u", | 1699 "-u", |
| 1359 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1700 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1360 "gtest", | 1701 "gtest", |
| 1361 "-s", | 1702 "-s", |
| 1362 "gpu_unittests", | 1703 "gpu_unittests", |
| 1363 "--blacklist-file", | 1704 "--blacklist-file", |
| 1364 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1705 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1365 "--verbose", | 1706 "--verbose", |
| 1366 "--release", | 1707 "--release", |
| 1367 "--flakiness-dashboard-server=test-results.appspot.com", | 1708 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1368 "--json-results-file", | 1709 "--json-results-file", |
| 1369 "/path/to/tmp/json" | 1710 "/path/to/tmp/json" |
| 1370 ], | 1711 ], |
| 1371 "cwd": "[SLAVE_BUILD]", | 1712 "cwd": "[SLAVE_BUILD]", |
| 1372 "env": { | 1713 "env": { |
| 1373 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1714 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1374 }, | 1715 }, |
| 1375 "name": "gpu_unittests" | 1716 "name": "gpu_unittests.gpu_unittests", |
| 1717 "~followup_annotations": [ |
| 1718 "@@@STEP_NEST_LEVEL@1@@@" |
| 1719 ] |
| 1376 }, | 1720 }, |
| 1377 { | 1721 { |
| 1378 "cmd": [ | 1722 "cmd": [ |
| 1723 "python", |
| 1724 "-u", |
| 1725 "[BUILD]/scripts/slave/tee.py", |
| 1726 "/path/to/tmp/logcat", |
| 1727 "--", |
| 1728 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1729 "[TMP_BASE]/test_logcat_tmp_10" |
| 1730 ], |
| 1731 "cwd": "[SLAVE_BUILD]", |
| 1732 "name": "gpu_unittests.logcat_dump", |
| 1733 "~followup_annotations": [ |
| 1734 "@@@STEP_NEST_LEVEL@1@@@" |
| 1735 ] |
| 1736 }, |
| 1737 { |
| 1738 "cmd": [], |
| 1739 "cwd": "[SLAVE_BUILD]", |
| 1740 "name": "media_unittests" |
| 1741 }, |
| 1742 { |
| 1743 "cmd": [ |
| 1744 "[BUILD]/scripts/slave/daemonizer.py", |
| 1745 "--", |
| 1746 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1747 "[TMP_BASE]/test_logcat_tmp_11" |
| 1748 ], |
| 1749 "cwd": "[SLAVE_BUILD]", |
| 1750 "env": { |
| 1751 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1752 }, |
| 1753 "name": "media_unittests.spawn_logcat_monitor", |
| 1754 "~followup_annotations": [ |
| 1755 "@@@STEP_NEST_LEVEL@1@@@" |
| 1756 ] |
| 1757 }, |
| 1758 { |
| 1759 "cmd": [ |
| 1379 "python", | 1760 "python", |
| 1380 "-u", | 1761 "-u", |
| 1381 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1762 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1382 "gtest", | 1763 "gtest", |
| 1383 "-s", | 1764 "-s", |
| 1384 "media_unittests", | 1765 "media_unittests", |
| 1385 "--blacklist-file", | 1766 "--blacklist-file", |
| 1386 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1767 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1387 "--verbose", | 1768 "--verbose", |
| 1388 "--release", | 1769 "--release", |
| 1389 "--flakiness-dashboard-server=test-results.appspot.com", | 1770 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1390 "--json-results-file", | 1771 "--json-results-file", |
| 1391 "/path/to/tmp/json" | 1772 "/path/to/tmp/json" |
| 1392 ], | 1773 ], |
| 1393 "cwd": "[SLAVE_BUILD]", | 1774 "cwd": "[SLAVE_BUILD]", |
| 1394 "env": { | 1775 "env": { |
| 1395 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1776 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1396 }, | 1777 }, |
| 1397 "name": "media_unittests" | 1778 "name": "media_unittests.media_unittests", |
| 1779 "~followup_annotations": [ |
| 1780 "@@@STEP_NEST_LEVEL@1@@@" |
| 1781 ] |
| 1398 }, | 1782 }, |
| 1399 { | 1783 { |
| 1400 "cmd": [ | 1784 "cmd": [ |
| 1785 "python", |
| 1786 "-u", |
| 1787 "[BUILD]/scripts/slave/tee.py", |
| 1788 "/path/to/tmp/logcat", |
| 1789 "--", |
| 1790 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1791 "[TMP_BASE]/test_logcat_tmp_11" |
| 1792 ], |
| 1793 "cwd": "[SLAVE_BUILD]", |
| 1794 "name": "media_unittests.logcat_dump", |
| 1795 "~followup_annotations": [ |
| 1796 "@@@STEP_NEST_LEVEL@1@@@" |
| 1797 ] |
| 1798 }, |
| 1799 { |
| 1800 "cmd": [], |
| 1801 "cwd": "[SLAVE_BUILD]", |
| 1802 "name": "net_unittests" |
| 1803 }, |
| 1804 { |
| 1805 "cmd": [ |
| 1806 "[BUILD]/scripts/slave/daemonizer.py", |
| 1807 "--", |
| 1808 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1809 "[TMP_BASE]/test_logcat_tmp_12" |
| 1810 ], |
| 1811 "cwd": "[SLAVE_BUILD]", |
| 1812 "env": { |
| 1813 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1814 }, |
| 1815 "name": "net_unittests.spawn_logcat_monitor", |
| 1816 "~followup_annotations": [ |
| 1817 "@@@STEP_NEST_LEVEL@1@@@" |
| 1818 ] |
| 1819 }, |
| 1820 { |
| 1821 "cmd": [ |
| 1401 "python", | 1822 "python", |
| 1402 "-u", | 1823 "-u", |
| 1403 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1824 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1404 "gtest", | 1825 "gtest", |
| 1405 "-s", | 1826 "-s", |
| 1406 "net_unittests", | 1827 "net_unittests", |
| 1407 "--blacklist-file", | 1828 "--blacklist-file", |
| 1408 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1829 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1409 "--verbose", | 1830 "--verbose", |
| 1410 "--release", | 1831 "--release", |
| 1411 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate", | 1832 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate", |
| 1412 "--flakiness-dashboard-server=test-results.appspot.com", | 1833 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1413 "--json-results-file", | 1834 "--json-results-file", |
| 1414 "/path/to/tmp/json", | 1835 "/path/to/tmp/json", |
| 1415 "-t", | 1836 "-t", |
| 1416 "300" | 1837 "300" |
| 1417 ], | 1838 ], |
| 1418 "cwd": "[SLAVE_BUILD]", | 1839 "cwd": "[SLAVE_BUILD]", |
| 1419 "env": { | 1840 "env": { |
| 1420 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1841 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1421 }, | 1842 }, |
| 1422 "name": "net_unittests" | 1843 "name": "net_unittests.net_unittests", |
| 1844 "~followup_annotations": [ |
| 1845 "@@@STEP_NEST_LEVEL@1@@@" |
| 1846 ] |
| 1423 }, | 1847 }, |
| 1424 { | 1848 { |
| 1425 "cmd": [ | 1849 "cmd": [ |
| 1850 "python", |
| 1851 "-u", |
| 1852 "[BUILD]/scripts/slave/tee.py", |
| 1853 "/path/to/tmp/logcat", |
| 1854 "--", |
| 1855 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1856 "[TMP_BASE]/test_logcat_tmp_12" |
| 1857 ], |
| 1858 "cwd": "[SLAVE_BUILD]", |
| 1859 "name": "net_unittests.logcat_dump", |
| 1860 "~followup_annotations": [ |
| 1861 "@@@STEP_NEST_LEVEL@1@@@" |
| 1862 ] |
| 1863 }, |
| 1864 { |
| 1865 "cmd": [], |
| 1866 "cwd": "[SLAVE_BUILD]", |
| 1867 "name": "sandbox_linux_unittests" |
| 1868 }, |
| 1869 { |
| 1870 "cmd": [ |
| 1871 "[BUILD]/scripts/slave/daemonizer.py", |
| 1872 "--", |
| 1873 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1874 "[TMP_BASE]/test_logcat_tmp_13" |
| 1875 ], |
| 1876 "cwd": "[SLAVE_BUILD]", |
| 1877 "env": { |
| 1878 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1879 }, |
| 1880 "name": "sandbox_linux_unittests.spawn_logcat_monitor", |
| 1881 "~followup_annotations": [ |
| 1882 "@@@STEP_NEST_LEVEL@1@@@" |
| 1883 ] |
| 1884 }, |
| 1885 { |
| 1886 "cmd": [ |
| 1426 "python", | 1887 "python", |
| 1427 "-u", | 1888 "-u", |
| 1428 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1889 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1429 "gtest", | 1890 "gtest", |
| 1430 "-s", | 1891 "-s", |
| 1431 "sandbox_linux_unittests", | 1892 "sandbox_linux_unittests", |
| 1432 "--blacklist-file", | 1893 "--blacklist-file", |
| 1433 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1894 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1434 "--verbose", | 1895 "--verbose", |
| 1435 "--release", | 1896 "--release", |
| 1436 "--flakiness-dashboard-server=test-results.appspot.com", | 1897 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1437 "--json-results-file", | 1898 "--json-results-file", |
| 1438 "/path/to/tmp/json" | 1899 "/path/to/tmp/json" |
| 1439 ], | 1900 ], |
| 1440 "cwd": "[SLAVE_BUILD]", | 1901 "cwd": "[SLAVE_BUILD]", |
| 1441 "env": { | 1902 "env": { |
| 1442 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1903 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1443 }, | 1904 }, |
| 1444 "name": "sandbox_linux_unittests" | 1905 "name": "sandbox_linux_unittests.sandbox_linux_unittests", |
| 1906 "~followup_annotations": [ |
| 1907 "@@@STEP_NEST_LEVEL@1@@@" |
| 1908 ] |
| 1445 }, | 1909 }, |
| 1446 { | 1910 { |
| 1447 "cmd": [ | 1911 "cmd": [ |
| 1912 "python", |
| 1913 "-u", |
| 1914 "[BUILD]/scripts/slave/tee.py", |
| 1915 "/path/to/tmp/logcat", |
| 1916 "--", |
| 1917 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1918 "[TMP_BASE]/test_logcat_tmp_13" |
| 1919 ], |
| 1920 "cwd": "[SLAVE_BUILD]", |
| 1921 "name": "sandbox_linux_unittests.logcat_dump", |
| 1922 "~followup_annotations": [ |
| 1923 "@@@STEP_NEST_LEVEL@1@@@" |
| 1924 ] |
| 1925 }, |
| 1926 { |
| 1927 "cmd": [], |
| 1928 "cwd": "[SLAVE_BUILD]", |
| 1929 "name": "ui_base_unittests" |
| 1930 }, |
| 1931 { |
| 1932 "cmd": [ |
| 1933 "[BUILD]/scripts/slave/daemonizer.py", |
| 1934 "--", |
| 1935 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1936 "[TMP_BASE]/test_logcat_tmp_14" |
| 1937 ], |
| 1938 "cwd": "[SLAVE_BUILD]", |
| 1939 "env": { |
| 1940 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1941 }, |
| 1942 "name": "ui_base_unittests.spawn_logcat_monitor", |
| 1943 "~followup_annotations": [ |
| 1944 "@@@STEP_NEST_LEVEL@1@@@" |
| 1945 ] |
| 1946 }, |
| 1947 { |
| 1948 "cmd": [ |
| 1448 "python", | 1949 "python", |
| 1449 "-u", | 1950 "-u", |
| 1450 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1951 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1451 "gtest", | 1952 "gtest", |
| 1452 "-s", | 1953 "-s", |
| 1453 "ui_base_unittests", | 1954 "ui_base_unittests", |
| 1454 "--blacklist-file", | 1955 "--blacklist-file", |
| 1455 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1956 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1456 "--verbose", | 1957 "--verbose", |
| 1457 "--release", | 1958 "--release", |
| 1458 "--flakiness-dashboard-server=test-results.appspot.com", | 1959 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1459 "--json-results-file", | 1960 "--json-results-file", |
| 1460 "/path/to/tmp/json" | 1961 "/path/to/tmp/json" |
| 1461 ], | 1962 ], |
| 1462 "cwd": "[SLAVE_BUILD]", | 1963 "cwd": "[SLAVE_BUILD]", |
| 1463 "env": { | 1964 "env": { |
| 1464 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1965 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1465 }, | 1966 }, |
| 1466 "name": "ui_base_unittests" | 1967 "name": "ui_base_unittests.ui_base_unittests", |
| 1968 "~followup_annotations": [ |
| 1969 "@@@STEP_NEST_LEVEL@1@@@" |
| 1970 ] |
| 1467 }, | 1971 }, |
| 1468 { | 1972 { |
| 1469 "cmd": [ | 1973 "cmd": [ |
| 1974 "python", |
| 1975 "-u", |
| 1976 "[BUILD]/scripts/slave/tee.py", |
| 1977 "/path/to/tmp/logcat", |
| 1978 "--", |
| 1979 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1980 "[TMP_BASE]/test_logcat_tmp_14" |
| 1981 ], |
| 1982 "cwd": "[SLAVE_BUILD]", |
| 1983 "name": "ui_base_unittests.logcat_dump", |
| 1984 "~followup_annotations": [ |
| 1985 "@@@STEP_NEST_LEVEL@1@@@" |
| 1986 ] |
| 1987 }, |
| 1988 { |
| 1989 "cmd": [], |
| 1990 "cwd": "[SLAVE_BUILD]", |
| 1991 "name": "unit_tests" |
| 1992 }, |
| 1993 { |
| 1994 "cmd": [ |
| 1995 "[BUILD]/scripts/slave/daemonizer.py", |
| 1996 "--", |
| 1997 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1998 "[TMP_BASE]/test_logcat_tmp_15" |
| 1999 ], |
| 2000 "cwd": "[SLAVE_BUILD]", |
| 2001 "env": { |
| 2002 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 2003 }, |
| 2004 "name": "unit_tests.spawn_logcat_monitor", |
| 2005 "~followup_annotations": [ |
| 2006 "@@@STEP_NEST_LEVEL@1@@@" |
| 2007 ] |
| 2008 }, |
| 2009 { |
| 2010 "cmd": [ |
| 1470 "python", | 2011 "python", |
| 1471 "-u", | 2012 "-u", |
| 1472 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2013 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1473 "gtest", | 2014 "gtest", |
| 1474 "-s", | 2015 "-s", |
| 1475 "unit_tests", | 2016 "unit_tests", |
| 1476 "--blacklist-file", | 2017 "--blacklist-file", |
| 1477 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2018 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1478 "--verbose", | 2019 "--verbose", |
| 1479 "--release", | 2020 "--release", |
| 1480 "--flakiness-dashboard-server=test-results.appspot.com", | 2021 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1481 "--json-results-file", | 2022 "--json-results-file", |
| 1482 "/path/to/tmp/json" | 2023 "/path/to/tmp/json" |
| 1483 ], | 2024 ], |
| 1484 "cwd": "[SLAVE_BUILD]", | 2025 "cwd": "[SLAVE_BUILD]", |
| 1485 "env": { | 2026 "env": { |
| 1486 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 2027 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1487 }, | 2028 }, |
| 1488 "name": "unit_tests" | 2029 "name": "unit_tests.unit_tests", |
| 2030 "~followup_annotations": [ |
| 2031 "@@@STEP_NEST_LEVEL@1@@@" |
| 2032 ] |
| 1489 }, | 2033 }, |
| 1490 { | 2034 { |
| 1491 "cmd": [ | 2035 "cmd": [ |
| 2036 "python", |
| 2037 "-u", |
| 2038 "[BUILD]/scripts/slave/tee.py", |
| 2039 "/path/to/tmp/logcat", |
| 2040 "--", |
| 2041 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 2042 "[TMP_BASE]/test_logcat_tmp_15" |
| 2043 ], |
| 2044 "cwd": "[SLAVE_BUILD]", |
| 2045 "name": "unit_tests.logcat_dump", |
| 2046 "~followup_annotations": [ |
| 2047 "@@@STEP_NEST_LEVEL@1@@@" |
| 2048 ] |
| 2049 }, |
| 2050 { |
| 2051 "cmd": [ |
| 1492 "python", | 2052 "python", |
| 1493 "-u", | 2053 "-u", |
| 1494 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2054 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1495 "junit", | 2055 "junit", |
| 1496 "-s", | 2056 "-s", |
| 1497 "junit_unit_tests", | 2057 "junit_unit_tests", |
| 1498 "--verbose", | 2058 "--verbose", |
| 1499 "--release", | 2059 "--release", |
| 1500 "--json-results-file", | 2060 "--json-results-file", |
| 1501 "/path/to/tmp/json" | 2061 "/path/to/tmp/json" |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1599 "http", | 2159 "http", |
| 1600 "--device-type", | 2160 "--device-type", |
| 1601 "Android", | 2161 "Android", |
| 1602 "--remote-device", | 2162 "--remote-device", |
| 1603 "Nexus 5", | 2163 "Nexus 5", |
| 1604 "--remote-device-os", | 2164 "--remote-device-os", |
| 1605 "4.4.2", | 2165 "4.4.2", |
| 1606 "--collect", | 2166 "--collect", |
| 1607 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2167 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1608 "--results-path", | 2168 "--results-path", |
| 1609 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2169 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 1610 "--verbose", | 2170 "--verbose", |
| 1611 "--json-results-file", | 2171 "--json-results-file", |
| 1612 "/path/to/tmp/json", | 2172 "/path/to/tmp/json", |
| 1613 "--release" | 2173 "--release" |
| 1614 ], | 2174 ], |
| 1615 "cwd": "[SLAVE_BUILD]", | 2175 "cwd": "[SLAVE_BUILD]", |
| 1616 "name": "[collect] android_webview_unittests", | 2176 "name": "[collect] android_webview_unittests", |
| 1617 "~followup_annotations": [ | 2177 "~followup_annotations": [ |
| 1618 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2178 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 1619 ] | 2179 ] |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1666 "http", | 2226 "http", |
| 1667 "--device-type", | 2227 "--device-type", |
| 1668 "Android", | 2228 "Android", |
| 1669 "--remote-device", | 2229 "--remote-device", |
| 1670 "Nexus 5", | 2230 "Nexus 5", |
| 1671 "--remote-device-os", | 2231 "--remote-device-os", |
| 1672 "4.4.2", | 2232 "4.4.2", |
| 1673 "--collect", | 2233 "--collect", |
| 1674 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2234 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1675 "--results-path", | 2235 "--results-path", |
| 1676 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2236 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 1677 "--verbose", | 2237 "--verbose", |
| 1678 "--json-results-file", | 2238 "--json-results-file", |
| 1679 "/path/to/tmp/json", | 2239 "/path/to/tmp/json", |
| 1680 "--release" | 2240 "--release" |
| 1681 ], | 2241 ], |
| 1682 "cwd": "[SLAVE_BUILD]", | 2242 "cwd": "[SLAVE_BUILD]", |
| 1683 "name": "[collect] base_unittests", | 2243 "name": "[collect] base_unittests", |
| 1684 "~followup_annotations": [ | 2244 "~followup_annotations": [ |
| 1685 "step returned non-zero exit code: 1", | 2245 "step returned non-zero exit code: 1", |
| 1686 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@", | 2246 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@", |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1735 "http", | 2295 "http", |
| 1736 "--device-type", | 2296 "--device-type", |
| 1737 "Android", | 2297 "Android", |
| 1738 "--remote-device", | 2298 "--remote-device", |
| 1739 "Nexus 5", | 2299 "Nexus 5", |
| 1740 "--remote-device-os", | 2300 "--remote-device-os", |
| 1741 "4.4.2", | 2301 "4.4.2", |
| 1742 "--collect", | 2302 "--collect", |
| 1743 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2303 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1744 "--results-path", | 2304 "--results-path", |
| 1745 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2305 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 1746 "--verbose", | 2306 "--verbose", |
| 1747 "--json-results-file", | 2307 "--json-results-file", |
| 1748 "/path/to/tmp/json", | 2308 "/path/to/tmp/json", |
| 1749 "--release" | 2309 "--release" |
| 1750 ], | 2310 ], |
| 1751 "cwd": "[SLAVE_BUILD]", | 2311 "cwd": "[SLAVE_BUILD]", |
| 1752 "name": "[collect] components_unittests", | 2312 "name": "[collect] components_unittests", |
| 1753 "~followup_annotations": [ | 2313 "~followup_annotations": [ |
| 1754 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2314 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 1755 ] | 2315 ] |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1800 "http", | 2360 "http", |
| 1801 "--device-type", | 2361 "--device-type", |
| 1802 "Android", | 2362 "Android", |
| 1803 "--remote-device", | 2363 "--remote-device", |
| 1804 "Nexus 5", | 2364 "Nexus 5", |
| 1805 "--remote-device-os", | 2365 "--remote-device-os", |
| 1806 "4.4.2", | 2366 "4.4.2", |
| 1807 "--collect", | 2367 "--collect", |
| 1808 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2368 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1809 "--results-path", | 2369 "--results-path", |
| 1810 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2370 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 1811 "--verbose", | 2371 "--verbose", |
| 1812 "--json-results-file", | 2372 "--json-results-file", |
| 1813 "/path/to/tmp/json", | 2373 "/path/to/tmp/json", |
| 1814 "--release" | 2374 "--release" |
| 1815 ], | 2375 ], |
| 1816 "cwd": "[SLAVE_BUILD]", | 2376 "cwd": "[SLAVE_BUILD]", |
| 1817 "name": "[collect] events_unittests", | 2377 "name": "[collect] events_unittests", |
| 1818 "~followup_annotations": [ | 2378 "~followup_annotations": [ |
| 1819 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2379 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 1820 ] | 2380 ] |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1865 "http", | 2425 "http", |
| 1866 "--device-type", | 2426 "--device-type", |
| 1867 "Android", | 2427 "Android", |
| 1868 "--remote-device", | 2428 "--remote-device", |
| 1869 "Nexus 5", | 2429 "Nexus 5", |
| 1870 "--remote-device-os", | 2430 "--remote-device-os", |
| 1871 "4.4.2", | 2431 "4.4.2", |
| 1872 "--collect", | 2432 "--collect", |
| 1873 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2433 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1874 "--results-path", | 2434 "--results-path", |
| 1875 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2435 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 1876 "--verbose", | 2436 "--verbose", |
| 1877 "--json-results-file", | 2437 "--json-results-file", |
| 1878 "/path/to/tmp/json", | 2438 "/path/to/tmp/json", |
| 1879 "--release" | 2439 "--release" |
| 1880 ], | 2440 ], |
| 1881 "cwd": "[SLAVE_BUILD]", | 2441 "cwd": "[SLAVE_BUILD]", |
| 1882 "name": "[collect] gl_tests", | 2442 "name": "[collect] gl_tests", |
| 1883 "~followup_annotations": [ | 2443 "~followup_annotations": [ |
| 1884 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2444 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 1885 ] | 2445 ] |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1930 "http", | 2490 "http", |
| 1931 "--device-type", | 2491 "--device-type", |
| 1932 "Android", | 2492 "Android", |
| 1933 "--remote-device", | 2493 "--remote-device", |
| 1934 "Nexus 5", | 2494 "Nexus 5", |
| 1935 "--remote-device-os", | 2495 "--remote-device-os", |
| 1936 "4.4.2", | 2496 "4.4.2", |
| 1937 "--collect", | 2497 "--collect", |
| 1938 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2498 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1939 "--results-path", | 2499 "--results-path", |
| 1940 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2500 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 1941 "--verbose", | 2501 "--verbose", |
| 1942 "--json-results-file", | 2502 "--json-results-file", |
| 1943 "/path/to/tmp/json", | 2503 "/path/to/tmp/json", |
| 1944 "--release" | 2504 "--release" |
| 1945 ], | 2505 ], |
| 1946 "cwd": "[SLAVE_BUILD]", | 2506 "cwd": "[SLAVE_BUILD]", |
| 1947 "name": "[collect] ipc_tests", | 2507 "name": "[collect] ipc_tests", |
| 1948 "~followup_annotations": [ | 2508 "~followup_annotations": [ |
| 1949 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2509 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 1950 ] | 2510 ] |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1997 "http", | 2557 "http", |
| 1998 "--device-type", | 2558 "--device-type", |
| 1999 "Android", | 2559 "Android", |
| 2000 "--remote-device", | 2560 "--remote-device", |
| 2001 "Nexus 5", | 2561 "Nexus 5", |
| 2002 "--remote-device-os", | 2562 "--remote-device-os", |
| 2003 "4.4.2", | 2563 "4.4.2", |
| 2004 "--collect", | 2564 "--collect", |
| 2005 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2565 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2006 "--results-path", | 2566 "--results-path", |
| 2007 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2567 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 2008 "--verbose", | 2568 "--verbose", |
| 2009 "--json-results-file", | 2569 "--json-results-file", |
| 2010 "/path/to/tmp/json", | 2570 "/path/to/tmp/json", |
| 2011 "--release" | 2571 "--release" |
| 2012 ], | 2572 ], |
| 2013 "cwd": "[SLAVE_BUILD]", | 2573 "cwd": "[SLAVE_BUILD]", |
| 2014 "name": "[collect] sql_unittests", | 2574 "name": "[collect] sql_unittests", |
| 2015 "~followup_annotations": [ | 2575 "~followup_annotations": [ |
| 2016 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2576 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2017 ] | 2577 ] |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2064 "http", | 2624 "http", |
| 2065 "--device-type", | 2625 "--device-type", |
| 2066 "Android", | 2626 "Android", |
| 2067 "--remote-device", | 2627 "--remote-device", |
| 2068 "Nexus 5", | 2628 "Nexus 5", |
| 2069 "--remote-device-os", | 2629 "--remote-device-os", |
| 2070 "4.4.2", | 2630 "4.4.2", |
| 2071 "--collect", | 2631 "--collect", |
| 2072 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2632 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2073 "--results-path", | 2633 "--results-path", |
| 2074 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2634 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 2075 "--verbose", | 2635 "--verbose", |
| 2076 "--json-results-file", | 2636 "--json-results-file", |
| 2077 "/path/to/tmp/json", | 2637 "/path/to/tmp/json", |
| 2078 "--release" | 2638 "--release" |
| 2079 ], | 2639 ], |
| 2080 "cwd": "[SLAVE_BUILD]", | 2640 "cwd": "[SLAVE_BUILD]", |
| 2081 "name": "[collect] sync_unit_tests", | 2641 "name": "[collect] sync_unit_tests", |
| 2082 "~followup_annotations": [ | 2642 "~followup_annotations": [ |
| 2083 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2643 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2084 ] | 2644 ] |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2129 "http", | 2689 "http", |
| 2130 "--device-type", | 2690 "--device-type", |
| 2131 "Android", | 2691 "Android", |
| 2132 "--remote-device", | 2692 "--remote-device", |
| 2133 "Nexus 5", | 2693 "Nexus 5", |
| 2134 "--remote-device-os", | 2694 "--remote-device-os", |
| 2135 "4.4.2", | 2695 "4.4.2", |
| 2136 "--collect", | 2696 "--collect", |
| 2137 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2697 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2138 "--results-path", | 2698 "--results-path", |
| 2139 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2699 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 2140 "--verbose", | 2700 "--verbose", |
| 2141 "--json-results-file", | 2701 "--json-results-file", |
| 2142 "/path/to/tmp/json", | 2702 "/path/to/tmp/json", |
| 2143 "--release" | 2703 "--release" |
| 2144 ], | 2704 ], |
| 2145 "cwd": "[SLAVE_BUILD]", | 2705 "cwd": "[SLAVE_BUILD]", |
| 2146 "name": "[collect] ui_android_unittests", | 2706 "name": "[collect] ui_android_unittests", |
| 2147 "~followup_annotations": [ | 2707 "~followup_annotations": [ |
| 2148 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2708 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2149 ] | 2709 ] |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2194 "http", | 2754 "http", |
| 2195 "--device-type", | 2755 "--device-type", |
| 2196 "Android", | 2756 "Android", |
| 2197 "--remote-device", | 2757 "--remote-device", |
| 2198 "Nexus 5", | 2758 "Nexus 5", |
| 2199 "--remote-device-os", | 2759 "--remote-device-os", |
| 2200 "4.4.2", | 2760 "4.4.2", |
| 2201 "--collect", | 2761 "--collect", |
| 2202 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2762 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2203 "--results-path", | 2763 "--results-path", |
| 2204 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2764 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 2205 "--verbose", | 2765 "--verbose", |
| 2206 "--json-results-file", | 2766 "--json-results-file", |
| 2207 "/path/to/tmp/json", | 2767 "/path/to/tmp/json", |
| 2208 "--release" | 2768 "--release" |
| 2209 ], | 2769 ], |
| 2210 "cwd": "[SLAVE_BUILD]", | 2770 "cwd": "[SLAVE_BUILD]", |
| 2211 "name": "[collect] ui_touch_selection_unittests", | 2771 "name": "[collect] ui_touch_selection_unittests", |
| 2212 "~followup_annotations": [ | 2772 "~followup_annotations": [ |
| 2213 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2773 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2214 ] | 2774 ] |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2285 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 2845 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 2286 "@@@STEP_LOG_END@python.inline@@@" | 2846 "@@@STEP_LOG_END@python.inline@@@" |
| 2287 ] | 2847 ] |
| 2288 }, | 2848 }, |
| 2289 { | 2849 { |
| 2290 "name": "$result", | 2850 "name": "$result", |
| 2291 "reason": "1 tests failed: ['base_unittests']", | 2851 "reason": "1 tests failed: ['base_unittests']", |
| 2292 "status_code": 1 | 2852 "status_code": 1 |
| 2293 } | 2853 } |
| 2294 ] | 2854 ] |
| OLD | NEW |