| 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 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1070 "python", | 1070 "python", |
| 1071 "-u", | 1071 "-u", |
| 1072 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1072 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 1073 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers
ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", | 1073 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers
ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", |
| 1074 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" | 1074 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" |
| 1075 ], | 1075 ], |
| 1076 "cwd": "[SLAVE_BUILD]", | 1076 "cwd": "[SLAVE_BUILD]", |
| 1077 "name": "[trigger] save ui_touch_selection_unittests" | 1077 "name": "[trigger] save ui_touch_selection_unittests" |
| 1078 }, | 1078 }, |
| 1079 { | 1079 { |
| 1080 "cmd": [], |
| 1081 "cwd": "[SLAVE_BUILD]", |
| 1082 "name": "AndroidWebViewTest" |
| 1083 }, |
| 1084 { |
| 1085 "cmd": [ |
| 1086 "[BUILD]/scripts/slave/daemonizer.py", |
| 1087 "--", |
| 1088 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1089 "[TMP_BASE]/test_logcat_tmp_2" |
| 1090 ], |
| 1091 "cwd": "[SLAVE_BUILD]", |
| 1092 "env": { |
| 1093 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1094 }, |
| 1095 "name": "AndroidWebViewTest.spawn_logcat_monitor", |
| 1096 "~followup_annotations": [ |
| 1097 "@@@STEP_NEST_LEVEL@1@@@" |
| 1098 ] |
| 1099 }, |
| 1100 { |
| 1080 "cmd": [ | 1101 "cmd": [ |
| 1081 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 1102 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 1082 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | 1103 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
| 1083 "-v", | 1104 "-v", |
| 1084 "--blacklist-file", | 1105 "--blacklist-file", |
| 1085 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1106 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1086 "--release" | 1107 "--release" |
| 1087 ], | 1108 ], |
| 1088 "cwd": "[SLAVE_BUILD]", | 1109 "cwd": "[SLAVE_BUILD]", |
| 1089 "env": { | 1110 "env": { |
| 1090 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1111 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1091 }, | 1112 }, |
| 1092 "name": "install AndroidWebView.apk" | 1113 "name": "AndroidWebViewTest.install AndroidWebView.apk", |
| 1114 "~followup_annotations": [ |
| 1115 "@@@STEP_NEST_LEVEL@1@@@" |
| 1116 ] |
| 1093 }, | 1117 }, |
| 1094 { | 1118 { |
| 1095 "cmd": [ | 1119 "cmd": [ |
| 1096 "python", | 1120 "python", |
| 1097 "-u", | 1121 "-u", |
| 1098 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1122 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1099 "instrumentation", | 1123 "instrumentation", |
| 1100 "--test-apk", | 1124 "--test-apk", |
| 1101 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | 1125 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", |
| 1102 "--blacklist-file", | 1126 "--blacklist-file", |
| 1103 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1127 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1104 "--apk-under-test", | 1128 "--apk-under-test", |
| 1105 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | 1129 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
| 1106 "--isolate-file-path", | 1130 "--isolate-file-path", |
| 1107 "android_webview/android_webview_test_apk.isolate", | 1131 "android_webview/android_webview_test_apk.isolate", |
| 1108 "--flakiness-dashboard-server", | 1132 "--flakiness-dashboard-server", |
| 1109 "test-results.appspot.com", | 1133 "test-results.appspot.com", |
| 1110 "--verbose", | 1134 "--verbose", |
| 1111 "--release", | 1135 "--release", |
| 1112 "--json-results-file", | 1136 "--json-results-file", |
| 1113 "/path/to/tmp/json" | 1137 "/path/to/tmp/json" |
| 1114 ], | 1138 ], |
| 1115 "cwd": "[SLAVE_BUILD]", | 1139 "cwd": "[SLAVE_BUILD]", |
| 1116 "name": "Instrumentation test AndroidWebViewTest", | 1140 "name": "AndroidWebViewTest.Instrumentation test AndroidWebViewTest", |
| 1117 "~followup_annotations": [ | 1141 "~followup_annotations": [ |
| 1118 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1142 "@@@STEP_NEST_LEVEL@1@@@" |
| 1119 ] | 1143 ] |
| 1120 }, | 1144 }, |
| 1121 { | 1145 { |
| 1146 "cmd": [ |
| 1147 "python", |
| 1148 "-u", |
| 1149 "[BUILD]/scripts/slave/tee.py", |
| 1150 "/path/to/tmp/logcat", |
| 1151 "--", |
| 1152 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1153 "[TMP_BASE]/test_logcat_tmp_2" |
| 1154 ], |
| 1155 "cwd": "[SLAVE_BUILD]", |
| 1156 "name": "AndroidWebViewTest.logcat_dump", |
| 1157 "~followup_annotations": [ |
| 1158 "@@@STEP_NEST_LEVEL@1@@@" |
| 1159 ] |
| 1160 }, |
| 1161 { |
| 1162 "cmd": [], |
| 1163 "cwd": "[SLAVE_BUILD]", |
| 1164 "name": "ContentShellTest" |
| 1165 }, |
| 1166 { |
| 1167 "cmd": [ |
| 1168 "[BUILD]/scripts/slave/daemonizer.py", |
| 1169 "--", |
| 1170 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1171 "[TMP_BASE]/test_logcat_tmp_3" |
| 1172 ], |
| 1173 "cwd": "[SLAVE_BUILD]", |
| 1174 "env": { |
| 1175 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1176 }, |
| 1177 "name": "ContentShellTest.spawn_logcat_monitor", |
| 1178 "~followup_annotations": [ |
| 1179 "@@@STEP_NEST_LEVEL@1@@@" |
| 1180 ] |
| 1181 }, |
| 1182 { |
| 1122 "cmd": [ | 1183 "cmd": [ |
| 1123 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 1184 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 1124 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | 1185 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", |
| 1125 "-v", | 1186 "-v", |
| 1126 "--blacklist-file", | 1187 "--blacklist-file", |
| 1127 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1188 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1128 "--release" | 1189 "--release" |
| 1129 ], | 1190 ], |
| 1130 "cwd": "[SLAVE_BUILD]", | 1191 "cwd": "[SLAVE_BUILD]", |
| 1131 "env": { | 1192 "env": { |
| 1132 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1193 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1133 }, | 1194 }, |
| 1134 "name": "install ContentShell.apk" | 1195 "name": "ContentShellTest.install ContentShell.apk", |
| 1196 "~followup_annotations": [ |
| 1197 "@@@STEP_NEST_LEVEL@1@@@" |
| 1198 ] |
| 1135 }, | 1199 }, |
| 1136 { | 1200 { |
| 1137 "cmd": [ | 1201 "cmd": [ |
| 1138 "python", | 1202 "python", |
| 1139 "-u", | 1203 "-u", |
| 1140 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1204 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1141 "instrumentation", | 1205 "instrumentation", |
| 1142 "--test-apk", | 1206 "--test-apk", |
| 1143 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", | 1207 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", |
| 1144 "--blacklist-file", | 1208 "--blacklist-file", |
| 1145 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1209 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1146 "--apk-under-test", | 1210 "--apk-under-test", |
| 1147 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | 1211 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", |
| 1148 "--isolate-file-path", | 1212 "--isolate-file-path", |
| 1149 "content/content_shell_test_apk.isolate", | 1213 "content/content_shell_test_apk.isolate", |
| 1150 "--flakiness-dashboard-server", | 1214 "--flakiness-dashboard-server", |
| 1151 "test-results.appspot.com", | 1215 "test-results.appspot.com", |
| 1152 "--verbose", | 1216 "--verbose", |
| 1153 "--release", | 1217 "--release", |
| 1154 "--json-results-file", | 1218 "--json-results-file", |
| 1155 "/path/to/tmp/json" | 1219 "/path/to/tmp/json" |
| 1156 ], | 1220 ], |
| 1157 "cwd": "[SLAVE_BUILD]", | 1221 "cwd": "[SLAVE_BUILD]", |
| 1158 "name": "Instrumentation test ContentShellTest", | 1222 "name": "ContentShellTest.Instrumentation test ContentShellTest", |
| 1159 "~followup_annotations": [ | 1223 "~followup_annotations": [ |
| 1160 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1224 "@@@STEP_NEST_LEVEL@1@@@" |
| 1161 ] | 1225 ] |
| 1162 }, | 1226 }, |
| 1163 { | 1227 { |
| 1228 "cmd": [ |
| 1229 "python", |
| 1230 "-u", |
| 1231 "[BUILD]/scripts/slave/tee.py", |
| 1232 "/path/to/tmp/logcat", |
| 1233 "--", |
| 1234 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1235 "[TMP_BASE]/test_logcat_tmp_3" |
| 1236 ], |
| 1237 "cwd": "[SLAVE_BUILD]", |
| 1238 "name": "ContentShellTest.logcat_dump", |
| 1239 "~followup_annotations": [ |
| 1240 "@@@STEP_NEST_LEVEL@1@@@" |
| 1241 ] |
| 1242 }, |
| 1243 { |
| 1244 "cmd": [], |
| 1245 "cwd": "[SLAVE_BUILD]", |
| 1246 "name": "ChromePublicTest" |
| 1247 }, |
| 1248 { |
| 1249 "cmd": [ |
| 1250 "[BUILD]/scripts/slave/daemonizer.py", |
| 1251 "--", |
| 1252 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1253 "[TMP_BASE]/test_logcat_tmp_4" |
| 1254 ], |
| 1255 "cwd": "[SLAVE_BUILD]", |
| 1256 "env": { |
| 1257 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1258 }, |
| 1259 "name": "ChromePublicTest.spawn_logcat_monitor", |
| 1260 "~followup_annotations": [ |
| 1261 "@@@STEP_NEST_LEVEL@1@@@" |
| 1262 ] |
| 1263 }, |
| 1264 { |
| 1164 "cmd": [ | 1265 "cmd": [ |
| 1165 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 1266 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 1166 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | 1267 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", |
| 1167 "-v", | 1268 "-v", |
| 1168 "--blacklist-file", | 1269 "--blacklist-file", |
| 1169 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1270 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1170 "--release" | 1271 "--release" |
| 1171 ], | 1272 ], |
| 1172 "cwd": "[SLAVE_BUILD]", | 1273 "cwd": "[SLAVE_BUILD]", |
| 1173 "env": { | 1274 "env": { |
| 1174 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1275 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1175 }, | 1276 }, |
| 1176 "name": "install ChromePublic.apk" | 1277 "name": "ChromePublicTest.install ChromePublic.apk", |
| 1278 "~followup_annotations": [ |
| 1279 "@@@STEP_NEST_LEVEL@1@@@" |
| 1280 ] |
| 1177 }, | 1281 }, |
| 1178 { | 1282 { |
| 1179 "cmd": [ | 1283 "cmd": [ |
| 1180 "python", | 1284 "python", |
| 1181 "-u", | 1285 "-u", |
| 1182 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1286 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1183 "instrumentation", | 1287 "instrumentation", |
| 1184 "--test-apk", | 1288 "--test-apk", |
| 1185 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", | 1289 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", |
| 1186 "--blacklist-file", | 1290 "--blacklist-file", |
| 1187 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1291 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1188 "--apk-under-test", | 1292 "--apk-under-test", |
| 1189 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | 1293 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", |
| 1190 "--isolate-file-path", | 1294 "--isolate-file-path", |
| 1191 "chrome/chrome_public_test_apk.isolate", | 1295 "chrome/chrome_public_test_apk.isolate", |
| 1192 "--flakiness-dashboard-server", | 1296 "--flakiness-dashboard-server", |
| 1193 "test-results.appspot.com", | 1297 "test-results.appspot.com", |
| 1194 "--verbose", | 1298 "--verbose", |
| 1195 "--release", | 1299 "--release", |
| 1196 "--json-results-file", | 1300 "--json-results-file", |
| 1197 "/path/to/tmp/json" | 1301 "/path/to/tmp/json" |
| 1198 ], | 1302 ], |
| 1199 "cwd": "[SLAVE_BUILD]", | 1303 "cwd": "[SLAVE_BUILD]", |
| 1200 "name": "Instrumentation test ChromePublicTest", | 1304 "name": "ChromePublicTest.Instrumentation test ChromePublicTest", |
| 1201 "~followup_annotations": [ | 1305 "~followup_annotations": [ |
| 1202 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1306 "@@@STEP_NEST_LEVEL@1@@@" |
| 1203 ] | 1307 ] |
| 1204 }, | 1308 }, |
| 1205 { | 1309 { |
| 1310 "cmd": [ |
| 1311 "python", |
| 1312 "-u", |
| 1313 "[BUILD]/scripts/slave/tee.py", |
| 1314 "/path/to/tmp/logcat", |
| 1315 "--", |
| 1316 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1317 "[TMP_BASE]/test_logcat_tmp_4" |
| 1318 ], |
| 1319 "cwd": "[SLAVE_BUILD]", |
| 1320 "name": "ChromePublicTest.logcat_dump", |
| 1321 "~followup_annotations": [ |
| 1322 "@@@STEP_NEST_LEVEL@1@@@" |
| 1323 ] |
| 1324 }, |
| 1325 { |
| 1326 "cmd": [], |
| 1327 "cwd": "[SLAVE_BUILD]", |
| 1328 "name": "ChromeSyncShellTest" |
| 1329 }, |
| 1330 { |
| 1331 "cmd": [ |
| 1332 "[BUILD]/scripts/slave/daemonizer.py", |
| 1333 "--", |
| 1334 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1335 "[TMP_BASE]/test_logcat_tmp_5" |
| 1336 ], |
| 1337 "cwd": "[SLAVE_BUILD]", |
| 1338 "env": { |
| 1339 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1340 }, |
| 1341 "name": "ChromeSyncShellTest.spawn_logcat_monitor", |
| 1342 "~followup_annotations": [ |
| 1343 "@@@STEP_NEST_LEVEL@1@@@" |
| 1344 ] |
| 1345 }, |
| 1346 { |
| 1206 "cmd": [ | 1347 "cmd": [ |
| 1207 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 1348 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 1208 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | 1349 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", |
| 1209 "-v", | 1350 "-v", |
| 1210 "--blacklist-file", | 1351 "--blacklist-file", |
| 1211 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1352 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1212 "--release" | 1353 "--release" |
| 1213 ], | 1354 ], |
| 1214 "cwd": "[SLAVE_BUILD]", | 1355 "cwd": "[SLAVE_BUILD]", |
| 1215 "env": { | 1356 "env": { |
| 1216 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1357 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1217 }, | 1358 }, |
| 1218 "name": "install ChromeSyncShell.apk" | 1359 "name": "ChromeSyncShellTest.install ChromeSyncShell.apk", |
| 1360 "~followup_annotations": [ |
| 1361 "@@@STEP_NEST_LEVEL@1@@@" |
| 1362 ] |
| 1219 }, | 1363 }, |
| 1220 { | 1364 { |
| 1221 "cmd": [ | 1365 "cmd": [ |
| 1222 "python", | 1366 "python", |
| 1223 "-u", | 1367 "-u", |
| 1224 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1368 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1225 "instrumentation", | 1369 "instrumentation", |
| 1226 "--test-apk", | 1370 "--test-apk", |
| 1227 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", | 1371 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", |
| 1228 "--blacklist-file", | 1372 "--blacklist-file", |
| 1229 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1373 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1230 "--apk-under-test", | 1374 "--apk-under-test", |
| 1231 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | 1375 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", |
| 1232 "--flakiness-dashboard-server", | 1376 "--flakiness-dashboard-server", |
| 1233 "test-results.appspot.com", | 1377 "test-results.appspot.com", |
| 1234 "--verbose", | 1378 "--verbose", |
| 1235 "--release", | 1379 "--release", |
| 1236 "--json-results-file", | 1380 "--json-results-file", |
| 1237 "/path/to/tmp/json" | 1381 "/path/to/tmp/json" |
| 1238 ], | 1382 ], |
| 1239 "cwd": "[SLAVE_BUILD]", | 1383 "cwd": "[SLAVE_BUILD]", |
| 1240 "name": "Instrumentation test ChromeSyncShellTest", | 1384 "name": "ChromeSyncShellTest.Instrumentation test ChromeSyncShellTest", |
| 1241 "~followup_annotations": [ | 1385 "~followup_annotations": [ |
| 1242 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1386 "@@@STEP_NEST_LEVEL@1@@@" |
| 1243 ] | 1387 ] |
| 1244 }, | 1388 }, |
| 1245 { | 1389 { |
| 1246 "cmd": [ | 1390 "cmd": [ |
| 1247 "python", | 1391 "python", |
| 1248 "-u", | 1392 "-u", |
| 1249 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1393 "[BUILD]/scripts/slave/tee.py", |
| 1250 "gtest", | 1394 "/path/to/tmp/logcat", |
| 1251 "-s", | 1395 "--", |
| 1252 "base_unittests", | 1396 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1253 "--blacklist-file", | 1397 "[TMP_BASE]/test_logcat_tmp_5" |
| 1254 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1255 "--verbose", | |
| 1256 "--release", | |
| 1257 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 1258 "--json-results-file", | |
| 1259 "/path/to/tmp/json" | |
| 1260 ], | 1398 ], |
| 1261 "cwd": "[SLAVE_BUILD]", | 1399 "cwd": "[SLAVE_BUILD]", |
| 1262 "env": { | 1400 "name": "ChromeSyncShellTest.logcat_dump", |
| 1263 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1401 "~followup_annotations": [ |
| 1264 }, | 1402 "@@@STEP_NEST_LEVEL@1@@@" |
| 1403 ] |
| 1404 }, |
| 1405 { |
| 1406 "cmd": [], |
| 1407 "cwd": "[SLAVE_BUILD]", |
| 1265 "name": "base_unittests", | 1408 "name": "base_unittests", |
| 1266 "~followup_annotations": [ | 1409 "~followup_annotations": [ |
| 1267 "step returned non-zero exit code: 1", | 1410 "step returned non-zero exit code: 1", |
| 1268 "@@@STEP_FAILURE@@@" | 1411 "@@@STEP_FAILURE@@@" |
| 1269 ] | 1412 ] |
| 1270 }, | 1413 }, |
| 1271 { | 1414 { |
| 1415 "cmd": [], |
| 1416 "cwd": "[SLAVE_BUILD]", |
| 1417 "name": "breakpad_unittests" |
| 1418 }, |
| 1419 { |
| 1420 "cmd": [ |
| 1421 "[BUILD]/scripts/slave/daemonizer.py", |
| 1422 "--", |
| 1423 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1424 "[TMP_BASE]/test_logcat_tmp_6" |
| 1425 ], |
| 1426 "cwd": "[SLAVE_BUILD]", |
| 1427 "env": { |
| 1428 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1429 }, |
| 1430 "name": "breakpad_unittests.spawn_logcat_monitor", |
| 1431 "~followup_annotations": [ |
| 1432 "@@@STEP_NEST_LEVEL@1@@@" |
| 1433 ] |
| 1434 }, |
| 1435 { |
| 1272 "cmd": [ | 1436 "cmd": [ |
| 1273 "python", | 1437 "python", |
| 1274 "-u", | 1438 "-u", |
| 1275 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1439 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1276 "gtest", | 1440 "gtest", |
| 1277 "-s", | 1441 "-s", |
| 1278 "breakpad_unittests", | 1442 "breakpad_unittests", |
| 1279 "--blacklist-file", | 1443 "--blacklist-file", |
| 1280 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1444 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1281 "--verbose", | 1445 "--verbose", |
| 1282 "--release", | 1446 "--release", |
| 1283 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate
", | 1447 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate
", |
| 1284 "--flakiness-dashboard-server=test-results.appspot.com", | 1448 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1285 "--json-results-file", | 1449 "--json-results-file", |
| 1286 "/path/to/tmp/json" | 1450 "/path/to/tmp/json" |
| 1287 ], | 1451 ], |
| 1288 "cwd": "[SLAVE_BUILD]", | 1452 "cwd": "[SLAVE_BUILD]", |
| 1289 "env": { | 1453 "env": { |
| 1290 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1454 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1291 }, | 1455 }, |
| 1292 "name": "breakpad_unittests" | 1456 "name": "breakpad_unittests.breakpad_unittests", |
| 1457 "~followup_annotations": [ |
| 1458 "@@@STEP_NEST_LEVEL@1@@@" |
| 1459 ] |
| 1293 }, | 1460 }, |
| 1294 { | 1461 { |
| 1295 "cmd": [ | 1462 "cmd": [ |
| 1463 "python", |
| 1464 "-u", |
| 1465 "[BUILD]/scripts/slave/tee.py", |
| 1466 "/path/to/tmp/logcat", |
| 1467 "--", |
| 1468 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1469 "[TMP_BASE]/test_logcat_tmp_6" |
| 1470 ], |
| 1471 "cwd": "[SLAVE_BUILD]", |
| 1472 "name": "breakpad_unittests.logcat_dump", |
| 1473 "~followup_annotations": [ |
| 1474 "@@@STEP_NEST_LEVEL@1@@@" |
| 1475 ] |
| 1476 }, |
| 1477 { |
| 1478 "cmd": [], |
| 1479 "cwd": "[SLAVE_BUILD]", |
| 1480 "name": "cc_unittests" |
| 1481 }, |
| 1482 { |
| 1483 "cmd": [ |
| 1484 "[BUILD]/scripts/slave/daemonizer.py", |
| 1485 "--", |
| 1486 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1487 "[TMP_BASE]/test_logcat_tmp_7" |
| 1488 ], |
| 1489 "cwd": "[SLAVE_BUILD]", |
| 1490 "env": { |
| 1491 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1492 }, |
| 1493 "name": "cc_unittests.spawn_logcat_monitor", |
| 1494 "~followup_annotations": [ |
| 1495 "@@@STEP_NEST_LEVEL@1@@@" |
| 1496 ] |
| 1497 }, |
| 1498 { |
| 1499 "cmd": [ |
| 1296 "python", | 1500 "python", |
| 1297 "-u", | 1501 "-u", |
| 1298 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1502 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1299 "gtest", | 1503 "gtest", |
| 1300 "-s", | 1504 "-s", |
| 1301 "cc_unittests", | 1505 "cc_unittests", |
| 1302 "--blacklist-file", | 1506 "--blacklist-file", |
| 1303 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1507 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1304 "--verbose", | 1508 "--verbose", |
| 1305 "--release", | 1509 "--release", |
| 1306 "--flakiness-dashboard-server=test-results.appspot.com", | 1510 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1307 "--json-results-file", | 1511 "--json-results-file", |
| 1308 "/path/to/tmp/json" | 1512 "/path/to/tmp/json" |
| 1309 ], | 1513 ], |
| 1310 "cwd": "[SLAVE_BUILD]", | 1514 "cwd": "[SLAVE_BUILD]", |
| 1311 "env": { | 1515 "env": { |
| 1312 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1516 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1313 }, | 1517 }, |
| 1314 "name": "cc_unittests" | 1518 "name": "cc_unittests.cc_unittests", |
| 1519 "~followup_annotations": [ |
| 1520 "@@@STEP_NEST_LEVEL@1@@@" |
| 1521 ] |
| 1315 }, | 1522 }, |
| 1316 { | 1523 { |
| 1317 "cmd": [ | 1524 "cmd": [ |
| 1525 "python", |
| 1526 "-u", |
| 1527 "[BUILD]/scripts/slave/tee.py", |
| 1528 "/path/to/tmp/logcat", |
| 1529 "--", |
| 1530 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1531 "[TMP_BASE]/test_logcat_tmp_7" |
| 1532 ], |
| 1533 "cwd": "[SLAVE_BUILD]", |
| 1534 "name": "cc_unittests.logcat_dump", |
| 1535 "~followup_annotations": [ |
| 1536 "@@@STEP_NEST_LEVEL@1@@@" |
| 1537 ] |
| 1538 }, |
| 1539 { |
| 1540 "cmd": [], |
| 1541 "cwd": "[SLAVE_BUILD]", |
| 1542 "name": "content_browsertests" |
| 1543 }, |
| 1544 { |
| 1545 "cmd": [ |
| 1546 "[BUILD]/scripts/slave/daemonizer.py", |
| 1547 "--", |
| 1548 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1549 "[TMP_BASE]/test_logcat_tmp_8" |
| 1550 ], |
| 1551 "cwd": "[SLAVE_BUILD]", |
| 1552 "env": { |
| 1553 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1554 }, |
| 1555 "name": "content_browsertests.spawn_logcat_monitor", |
| 1556 "~followup_annotations": [ |
| 1557 "@@@STEP_NEST_LEVEL@1@@@" |
| 1558 ] |
| 1559 }, |
| 1560 { |
| 1561 "cmd": [ |
| 1318 "python", | 1562 "python", |
| 1319 "-u", | 1563 "-u", |
| 1320 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1564 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1321 "gtest", | 1565 "gtest", |
| 1322 "-s", | 1566 "-s", |
| 1323 "content_browsertests", | 1567 "content_browsertests", |
| 1324 "--blacklist-file", | 1568 "--blacklist-file", |
| 1325 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1569 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1326 "--verbose", | 1570 "--verbose", |
| 1327 "--release", | 1571 "--release", |
| 1328 "--flakiness-dashboard-server=test-results.appspot.com", | 1572 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1329 "--json-results-file", | 1573 "--json-results-file", |
| 1330 "/path/to/tmp/json" | 1574 "/path/to/tmp/json" |
| 1331 ], | 1575 ], |
| 1332 "cwd": "[SLAVE_BUILD]", | 1576 "cwd": "[SLAVE_BUILD]", |
| 1333 "env": { | 1577 "env": { |
| 1334 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1578 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1335 }, | 1579 }, |
| 1336 "name": "content_browsertests" | 1580 "name": "content_browsertests.content_browsertests", |
| 1581 "~followup_annotations": [ |
| 1582 "@@@STEP_NEST_LEVEL@1@@@" |
| 1583 ] |
| 1337 }, | 1584 }, |
| 1338 { | 1585 { |
| 1339 "cmd": [ | 1586 "cmd": [ |
| 1587 "python", |
| 1588 "-u", |
| 1589 "[BUILD]/scripts/slave/tee.py", |
| 1590 "/path/to/tmp/logcat", |
| 1591 "--", |
| 1592 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1593 "[TMP_BASE]/test_logcat_tmp_8" |
| 1594 ], |
| 1595 "cwd": "[SLAVE_BUILD]", |
| 1596 "name": "content_browsertests.logcat_dump", |
| 1597 "~followup_annotations": [ |
| 1598 "@@@STEP_NEST_LEVEL@1@@@" |
| 1599 ] |
| 1600 }, |
| 1601 { |
| 1602 "cmd": [], |
| 1603 "cwd": "[SLAVE_BUILD]", |
| 1604 "name": "content_unittests" |
| 1605 }, |
| 1606 { |
| 1607 "cmd": [ |
| 1608 "[BUILD]/scripts/slave/daemonizer.py", |
| 1609 "--", |
| 1610 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1611 "[TMP_BASE]/test_logcat_tmp_9" |
| 1612 ], |
| 1613 "cwd": "[SLAVE_BUILD]", |
| 1614 "env": { |
| 1615 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1616 }, |
| 1617 "name": "content_unittests.spawn_logcat_monitor", |
| 1618 "~followup_annotations": [ |
| 1619 "@@@STEP_NEST_LEVEL@1@@@" |
| 1620 ] |
| 1621 }, |
| 1622 { |
| 1623 "cmd": [ |
| 1340 "python", | 1624 "python", |
| 1341 "-u", | 1625 "-u", |
| 1342 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1626 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1343 "gtest", | 1627 "gtest", |
| 1344 "-s", | 1628 "-s", |
| 1345 "content_unittests", | 1629 "content_unittests", |
| 1346 "--blacklist-file", | 1630 "--blacklist-file", |
| 1347 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1631 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1348 "--verbose", | 1632 "--verbose", |
| 1349 "--release", | 1633 "--release", |
| 1350 "--flakiness-dashboard-server=test-results.appspot.com", | 1634 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1351 "--json-results-file", | 1635 "--json-results-file", |
| 1352 "/path/to/tmp/json" | 1636 "/path/to/tmp/json" |
| 1353 ], | 1637 ], |
| 1354 "cwd": "[SLAVE_BUILD]", | 1638 "cwd": "[SLAVE_BUILD]", |
| 1355 "env": { | 1639 "env": { |
| 1356 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1640 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1357 }, | 1641 }, |
| 1358 "name": "content_unittests" | 1642 "name": "content_unittests.content_unittests", |
| 1643 "~followup_annotations": [ |
| 1644 "@@@STEP_NEST_LEVEL@1@@@" |
| 1645 ] |
| 1359 }, | 1646 }, |
| 1360 { | 1647 { |
| 1361 "cmd": [ | 1648 "cmd": [ |
| 1649 "python", |
| 1650 "-u", |
| 1651 "[BUILD]/scripts/slave/tee.py", |
| 1652 "/path/to/tmp/logcat", |
| 1653 "--", |
| 1654 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1655 "[TMP_BASE]/test_logcat_tmp_9" |
| 1656 ], |
| 1657 "cwd": "[SLAVE_BUILD]", |
| 1658 "name": "content_unittests.logcat_dump", |
| 1659 "~followup_annotations": [ |
| 1660 "@@@STEP_NEST_LEVEL@1@@@" |
| 1661 ] |
| 1662 }, |
| 1663 { |
| 1664 "cmd": [], |
| 1665 "cwd": "[SLAVE_BUILD]", |
| 1666 "name": "gpu_unittests" |
| 1667 }, |
| 1668 { |
| 1669 "cmd": [ |
| 1670 "[BUILD]/scripts/slave/daemonizer.py", |
| 1671 "--", |
| 1672 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1673 "[TMP_BASE]/test_logcat_tmp_10" |
| 1674 ], |
| 1675 "cwd": "[SLAVE_BUILD]", |
| 1676 "env": { |
| 1677 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1678 }, |
| 1679 "name": "gpu_unittests.spawn_logcat_monitor", |
| 1680 "~followup_annotations": [ |
| 1681 "@@@STEP_NEST_LEVEL@1@@@" |
| 1682 ] |
| 1683 }, |
| 1684 { |
| 1685 "cmd": [ |
| 1362 "python", | 1686 "python", |
| 1363 "-u", | 1687 "-u", |
| 1364 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1688 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1365 "gtest", | 1689 "gtest", |
| 1366 "-s", | 1690 "-s", |
| 1367 "gpu_unittests", | 1691 "gpu_unittests", |
| 1368 "--blacklist-file", | 1692 "--blacklist-file", |
| 1369 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1693 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1370 "--verbose", | 1694 "--verbose", |
| 1371 "--release", | 1695 "--release", |
| 1372 "--flakiness-dashboard-server=test-results.appspot.com", | 1696 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1373 "--json-results-file", | 1697 "--json-results-file", |
| 1374 "/path/to/tmp/json" | 1698 "/path/to/tmp/json" |
| 1375 ], | 1699 ], |
| 1376 "cwd": "[SLAVE_BUILD]", | 1700 "cwd": "[SLAVE_BUILD]", |
| 1377 "env": { | 1701 "env": { |
| 1378 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1702 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1379 }, | 1703 }, |
| 1380 "name": "gpu_unittests" | 1704 "name": "gpu_unittests.gpu_unittests", |
| 1705 "~followup_annotations": [ |
| 1706 "@@@STEP_NEST_LEVEL@1@@@" |
| 1707 ] |
| 1381 }, | 1708 }, |
| 1382 { | 1709 { |
| 1383 "cmd": [ | 1710 "cmd": [ |
| 1711 "python", |
| 1712 "-u", |
| 1713 "[BUILD]/scripts/slave/tee.py", |
| 1714 "/path/to/tmp/logcat", |
| 1715 "--", |
| 1716 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1717 "[TMP_BASE]/test_logcat_tmp_10" |
| 1718 ], |
| 1719 "cwd": "[SLAVE_BUILD]", |
| 1720 "name": "gpu_unittests.logcat_dump", |
| 1721 "~followup_annotations": [ |
| 1722 "@@@STEP_NEST_LEVEL@1@@@" |
| 1723 ] |
| 1724 }, |
| 1725 { |
| 1726 "cmd": [], |
| 1727 "cwd": "[SLAVE_BUILD]", |
| 1728 "name": "media_unittests" |
| 1729 }, |
| 1730 { |
| 1731 "cmd": [ |
| 1732 "[BUILD]/scripts/slave/daemonizer.py", |
| 1733 "--", |
| 1734 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1735 "[TMP_BASE]/test_logcat_tmp_11" |
| 1736 ], |
| 1737 "cwd": "[SLAVE_BUILD]", |
| 1738 "env": { |
| 1739 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1740 }, |
| 1741 "name": "media_unittests.spawn_logcat_monitor", |
| 1742 "~followup_annotations": [ |
| 1743 "@@@STEP_NEST_LEVEL@1@@@" |
| 1744 ] |
| 1745 }, |
| 1746 { |
| 1747 "cmd": [ |
| 1384 "python", | 1748 "python", |
| 1385 "-u", | 1749 "-u", |
| 1386 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1750 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1387 "gtest", | 1751 "gtest", |
| 1388 "-s", | 1752 "-s", |
| 1389 "media_unittests", | 1753 "media_unittests", |
| 1390 "--blacklist-file", | 1754 "--blacklist-file", |
| 1391 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1755 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1392 "--verbose", | 1756 "--verbose", |
| 1393 "--release", | 1757 "--release", |
| 1394 "--flakiness-dashboard-server=test-results.appspot.com", | 1758 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1395 "--json-results-file", | 1759 "--json-results-file", |
| 1396 "/path/to/tmp/json" | 1760 "/path/to/tmp/json" |
| 1397 ], | 1761 ], |
| 1398 "cwd": "[SLAVE_BUILD]", | 1762 "cwd": "[SLAVE_BUILD]", |
| 1399 "env": { | 1763 "env": { |
| 1400 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1764 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1401 }, | 1765 }, |
| 1402 "name": "media_unittests" | 1766 "name": "media_unittests.media_unittests", |
| 1767 "~followup_annotations": [ |
| 1768 "@@@STEP_NEST_LEVEL@1@@@" |
| 1769 ] |
| 1403 }, | 1770 }, |
| 1404 { | 1771 { |
| 1405 "cmd": [ | 1772 "cmd": [ |
| 1773 "python", |
| 1774 "-u", |
| 1775 "[BUILD]/scripts/slave/tee.py", |
| 1776 "/path/to/tmp/logcat", |
| 1777 "--", |
| 1778 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1779 "[TMP_BASE]/test_logcat_tmp_11" |
| 1780 ], |
| 1781 "cwd": "[SLAVE_BUILD]", |
| 1782 "name": "media_unittests.logcat_dump", |
| 1783 "~followup_annotations": [ |
| 1784 "@@@STEP_NEST_LEVEL@1@@@" |
| 1785 ] |
| 1786 }, |
| 1787 { |
| 1788 "cmd": [], |
| 1789 "cwd": "[SLAVE_BUILD]", |
| 1790 "name": "net_unittests" |
| 1791 }, |
| 1792 { |
| 1793 "cmd": [ |
| 1794 "[BUILD]/scripts/slave/daemonizer.py", |
| 1795 "--", |
| 1796 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1797 "[TMP_BASE]/test_logcat_tmp_12" |
| 1798 ], |
| 1799 "cwd": "[SLAVE_BUILD]", |
| 1800 "env": { |
| 1801 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1802 }, |
| 1803 "name": "net_unittests.spawn_logcat_monitor", |
| 1804 "~followup_annotations": [ |
| 1805 "@@@STEP_NEST_LEVEL@1@@@" |
| 1806 ] |
| 1807 }, |
| 1808 { |
| 1809 "cmd": [ |
| 1406 "python", | 1810 "python", |
| 1407 "-u", | 1811 "-u", |
| 1408 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1812 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1409 "gtest", | 1813 "gtest", |
| 1410 "-s", | 1814 "-s", |
| 1411 "net_unittests", | 1815 "net_unittests", |
| 1412 "--blacklist-file", | 1816 "--blacklist-file", |
| 1413 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1817 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1414 "--verbose", | 1818 "--verbose", |
| 1415 "--release", | 1819 "--release", |
| 1416 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate", | 1820 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate", |
| 1417 "--flakiness-dashboard-server=test-results.appspot.com", | 1821 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1418 "--json-results-file", | 1822 "--json-results-file", |
| 1419 "/path/to/tmp/json", | 1823 "/path/to/tmp/json", |
| 1420 "-t", | 1824 "-t", |
| 1421 "300" | 1825 "300" |
| 1422 ], | 1826 ], |
| 1423 "cwd": "[SLAVE_BUILD]", | 1827 "cwd": "[SLAVE_BUILD]", |
| 1424 "env": { | 1828 "env": { |
| 1425 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1829 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1426 }, | 1830 }, |
| 1427 "name": "net_unittests" | 1831 "name": "net_unittests.net_unittests", |
| 1832 "~followup_annotations": [ |
| 1833 "@@@STEP_NEST_LEVEL@1@@@" |
| 1834 ] |
| 1428 }, | 1835 }, |
| 1429 { | 1836 { |
| 1430 "cmd": [ | 1837 "cmd": [ |
| 1838 "python", |
| 1839 "-u", |
| 1840 "[BUILD]/scripts/slave/tee.py", |
| 1841 "/path/to/tmp/logcat", |
| 1842 "--", |
| 1843 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1844 "[TMP_BASE]/test_logcat_tmp_12" |
| 1845 ], |
| 1846 "cwd": "[SLAVE_BUILD]", |
| 1847 "name": "net_unittests.logcat_dump", |
| 1848 "~followup_annotations": [ |
| 1849 "@@@STEP_NEST_LEVEL@1@@@" |
| 1850 ] |
| 1851 }, |
| 1852 { |
| 1853 "cmd": [], |
| 1854 "cwd": "[SLAVE_BUILD]", |
| 1855 "name": "sandbox_linux_unittests" |
| 1856 }, |
| 1857 { |
| 1858 "cmd": [ |
| 1859 "[BUILD]/scripts/slave/daemonizer.py", |
| 1860 "--", |
| 1861 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1862 "[TMP_BASE]/test_logcat_tmp_13" |
| 1863 ], |
| 1864 "cwd": "[SLAVE_BUILD]", |
| 1865 "env": { |
| 1866 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1867 }, |
| 1868 "name": "sandbox_linux_unittests.spawn_logcat_monitor", |
| 1869 "~followup_annotations": [ |
| 1870 "@@@STEP_NEST_LEVEL@1@@@" |
| 1871 ] |
| 1872 }, |
| 1873 { |
| 1874 "cmd": [ |
| 1431 "python", | 1875 "python", |
| 1432 "-u", | 1876 "-u", |
| 1433 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1877 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1434 "gtest", | 1878 "gtest", |
| 1435 "-s", | 1879 "-s", |
| 1436 "sandbox_linux_unittests", | 1880 "sandbox_linux_unittests", |
| 1437 "--blacklist-file", | 1881 "--blacklist-file", |
| 1438 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1882 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1439 "--verbose", | 1883 "--verbose", |
| 1440 "--release", | 1884 "--release", |
| 1441 "--flakiness-dashboard-server=test-results.appspot.com", | 1885 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1442 "--json-results-file", | 1886 "--json-results-file", |
| 1443 "/path/to/tmp/json" | 1887 "/path/to/tmp/json" |
| 1444 ], | 1888 ], |
| 1445 "cwd": "[SLAVE_BUILD]", | 1889 "cwd": "[SLAVE_BUILD]", |
| 1446 "env": { | 1890 "env": { |
| 1447 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1891 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1448 }, | 1892 }, |
| 1449 "name": "sandbox_linux_unittests" | 1893 "name": "sandbox_linux_unittests.sandbox_linux_unittests", |
| 1894 "~followup_annotations": [ |
| 1895 "@@@STEP_NEST_LEVEL@1@@@" |
| 1896 ] |
| 1450 }, | 1897 }, |
| 1451 { | 1898 { |
| 1452 "cmd": [ | 1899 "cmd": [ |
| 1900 "python", |
| 1901 "-u", |
| 1902 "[BUILD]/scripts/slave/tee.py", |
| 1903 "/path/to/tmp/logcat", |
| 1904 "--", |
| 1905 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1906 "[TMP_BASE]/test_logcat_tmp_13" |
| 1907 ], |
| 1908 "cwd": "[SLAVE_BUILD]", |
| 1909 "name": "sandbox_linux_unittests.logcat_dump", |
| 1910 "~followup_annotations": [ |
| 1911 "@@@STEP_NEST_LEVEL@1@@@" |
| 1912 ] |
| 1913 }, |
| 1914 { |
| 1915 "cmd": [], |
| 1916 "cwd": "[SLAVE_BUILD]", |
| 1917 "name": "ui_base_unittests" |
| 1918 }, |
| 1919 { |
| 1920 "cmd": [ |
| 1921 "[BUILD]/scripts/slave/daemonizer.py", |
| 1922 "--", |
| 1923 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1924 "[TMP_BASE]/test_logcat_tmp_14" |
| 1925 ], |
| 1926 "cwd": "[SLAVE_BUILD]", |
| 1927 "env": { |
| 1928 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1929 }, |
| 1930 "name": "ui_base_unittests.spawn_logcat_monitor", |
| 1931 "~followup_annotations": [ |
| 1932 "@@@STEP_NEST_LEVEL@1@@@" |
| 1933 ] |
| 1934 }, |
| 1935 { |
| 1936 "cmd": [ |
| 1453 "python", | 1937 "python", |
| 1454 "-u", | 1938 "-u", |
| 1455 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1939 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1456 "gtest", | 1940 "gtest", |
| 1457 "-s", | 1941 "-s", |
| 1458 "ui_base_unittests", | 1942 "ui_base_unittests", |
| 1459 "--blacklist-file", | 1943 "--blacklist-file", |
| 1460 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1944 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1461 "--verbose", | 1945 "--verbose", |
| 1462 "--release", | 1946 "--release", |
| 1463 "--flakiness-dashboard-server=test-results.appspot.com", | 1947 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1464 "--json-results-file", | 1948 "--json-results-file", |
| 1465 "/path/to/tmp/json" | 1949 "/path/to/tmp/json" |
| 1466 ], | 1950 ], |
| 1467 "cwd": "[SLAVE_BUILD]", | 1951 "cwd": "[SLAVE_BUILD]", |
| 1468 "env": { | 1952 "env": { |
| 1469 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1953 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1470 }, | 1954 }, |
| 1471 "name": "ui_base_unittests" | 1955 "name": "ui_base_unittests.ui_base_unittests", |
| 1956 "~followup_annotations": [ |
| 1957 "@@@STEP_NEST_LEVEL@1@@@" |
| 1958 ] |
| 1472 }, | 1959 }, |
| 1473 { | 1960 { |
| 1474 "cmd": [ | 1961 "cmd": [ |
| 1962 "python", |
| 1963 "-u", |
| 1964 "[BUILD]/scripts/slave/tee.py", |
| 1965 "/path/to/tmp/logcat", |
| 1966 "--", |
| 1967 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1968 "[TMP_BASE]/test_logcat_tmp_14" |
| 1969 ], |
| 1970 "cwd": "[SLAVE_BUILD]", |
| 1971 "name": "ui_base_unittests.logcat_dump", |
| 1972 "~followup_annotations": [ |
| 1973 "@@@STEP_NEST_LEVEL@1@@@" |
| 1974 ] |
| 1975 }, |
| 1976 { |
| 1977 "cmd": [], |
| 1978 "cwd": "[SLAVE_BUILD]", |
| 1979 "name": "unit_tests" |
| 1980 }, |
| 1981 { |
| 1982 "cmd": [ |
| 1983 "[BUILD]/scripts/slave/daemonizer.py", |
| 1984 "--", |
| 1985 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1986 "[TMP_BASE]/test_logcat_tmp_15" |
| 1987 ], |
| 1988 "cwd": "[SLAVE_BUILD]", |
| 1989 "env": { |
| 1990 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1991 }, |
| 1992 "name": "unit_tests.spawn_logcat_monitor", |
| 1993 "~followup_annotations": [ |
| 1994 "@@@STEP_NEST_LEVEL@1@@@" |
| 1995 ] |
| 1996 }, |
| 1997 { |
| 1998 "cmd": [ |
| 1475 "python", | 1999 "python", |
| 1476 "-u", | 2000 "-u", |
| 1477 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2001 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1478 "gtest", | 2002 "gtest", |
| 1479 "-s", | 2003 "-s", |
| 1480 "unit_tests", | 2004 "unit_tests", |
| 1481 "--blacklist-file", | 2005 "--blacklist-file", |
| 1482 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2006 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1483 "--verbose", | 2007 "--verbose", |
| 1484 "--release", | 2008 "--release", |
| 1485 "--flakiness-dashboard-server=test-results.appspot.com", | 2009 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1486 "--json-results-file", | 2010 "--json-results-file", |
| 1487 "/path/to/tmp/json" | 2011 "/path/to/tmp/json" |
| 1488 ], | 2012 ], |
| 1489 "cwd": "[SLAVE_BUILD]", | 2013 "cwd": "[SLAVE_BUILD]", |
| 1490 "env": { | 2014 "env": { |
| 1491 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 2015 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1492 }, | 2016 }, |
| 1493 "name": "unit_tests" | 2017 "name": "unit_tests.unit_tests", |
| 2018 "~followup_annotations": [ |
| 2019 "@@@STEP_NEST_LEVEL@1@@@" |
| 2020 ] |
| 1494 }, | 2021 }, |
| 1495 { | 2022 { |
| 1496 "cmd": [ | 2023 "cmd": [ |
| 2024 "python", |
| 2025 "-u", |
| 2026 "[BUILD]/scripts/slave/tee.py", |
| 2027 "/path/to/tmp/logcat", |
| 2028 "--", |
| 2029 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 2030 "[TMP_BASE]/test_logcat_tmp_15" |
| 2031 ], |
| 2032 "cwd": "[SLAVE_BUILD]", |
| 2033 "name": "unit_tests.logcat_dump", |
| 2034 "~followup_annotations": [ |
| 2035 "@@@STEP_NEST_LEVEL@1@@@" |
| 2036 ] |
| 2037 }, |
| 2038 { |
| 2039 "cmd": [ |
| 1497 "python", | 2040 "python", |
| 1498 "-u", | 2041 "-u", |
| 1499 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2042 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1500 "junit", | 2043 "junit", |
| 1501 "-s", | 2044 "-s", |
| 1502 "junit_unit_tests", | 2045 "junit_unit_tests", |
| 1503 "--verbose", | 2046 "--verbose", |
| 1504 "--release", | 2047 "--release", |
| 1505 "--json-results-file", | 2048 "--json-results-file", |
| 1506 "/path/to/tmp/json" | 2049 "/path/to/tmp/json" |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1604 "http", | 2147 "http", |
| 1605 "--device-type", | 2148 "--device-type", |
| 1606 "Android", | 2149 "Android", |
| 1607 "--remote-device", | 2150 "--remote-device", |
| 1608 "Nexus 5", | 2151 "Nexus 5", |
| 1609 "--remote-device-os", | 2152 "--remote-device-os", |
| 1610 "4.4.2", | 2153 "4.4.2", |
| 1611 "--collect", | 2154 "--collect", |
| 1612 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2155 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1613 "--results-path", | 2156 "--results-path", |
| 1614 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2157 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 1615 "--verbose", | 2158 "--verbose", |
| 1616 "--json-results-file", | 2159 "--json-results-file", |
| 1617 "/path/to/tmp/json", | 2160 "/path/to/tmp/json", |
| 1618 "--release" | 2161 "--release" |
| 1619 ], | 2162 ], |
| 1620 "cwd": "[SLAVE_BUILD]", | 2163 "cwd": "[SLAVE_BUILD]", |
| 1621 "name": "[collect] android_webview_unittests", | 2164 "name": "[collect] android_webview_unittests", |
| 1622 "~followup_annotations": [ | 2165 "~followup_annotations": [ |
| 1623 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2166 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 1624 ] | 2167 ] |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1671 "http", | 2214 "http", |
| 1672 "--device-type", | 2215 "--device-type", |
| 1673 "Android", | 2216 "Android", |
| 1674 "--remote-device", | 2217 "--remote-device", |
| 1675 "Nexus 5", | 2218 "Nexus 5", |
| 1676 "--remote-device-os", | 2219 "--remote-device-os", |
| 1677 "4.4.2", | 2220 "4.4.2", |
| 1678 "--collect", | 2221 "--collect", |
| 1679 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2222 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1680 "--results-path", | 2223 "--results-path", |
| 1681 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2224 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 1682 "--verbose", | 2225 "--verbose", |
| 1683 "--json-results-file", | 2226 "--json-results-file", |
| 1684 "/path/to/tmp/json", | 2227 "/path/to/tmp/json", |
| 1685 "--release" | 2228 "--release" |
| 1686 ], | 2229 ], |
| 1687 "cwd": "[SLAVE_BUILD]", | 2230 "cwd": "[SLAVE_BUILD]", |
| 1688 "name": "[collect] components_unittests", | 2231 "name": "[collect] components_unittests", |
| 1689 "~followup_annotations": [ | 2232 "~followup_annotations": [ |
| 1690 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2233 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 1691 ] | 2234 ] |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1736 "http", | 2279 "http", |
| 1737 "--device-type", | 2280 "--device-type", |
| 1738 "Android", | 2281 "Android", |
| 1739 "--remote-device", | 2282 "--remote-device", |
| 1740 "Nexus 5", | 2283 "Nexus 5", |
| 1741 "--remote-device-os", | 2284 "--remote-device-os", |
| 1742 "4.4.2", | 2285 "4.4.2", |
| 1743 "--collect", | 2286 "--collect", |
| 1744 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2287 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1745 "--results-path", | 2288 "--results-path", |
| 1746 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2289 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 1747 "--verbose", | 2290 "--verbose", |
| 1748 "--json-results-file", | 2291 "--json-results-file", |
| 1749 "/path/to/tmp/json", | 2292 "/path/to/tmp/json", |
| 1750 "--release" | 2293 "--release" |
| 1751 ], | 2294 ], |
| 1752 "cwd": "[SLAVE_BUILD]", | 2295 "cwd": "[SLAVE_BUILD]", |
| 1753 "name": "[collect] events_unittests", | 2296 "name": "[collect] events_unittests", |
| 1754 "~followup_annotations": [ | 2297 "~followup_annotations": [ |
| 1755 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2298 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 1756 ] | 2299 ] |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1801 "http", | 2344 "http", |
| 1802 "--device-type", | 2345 "--device-type", |
| 1803 "Android", | 2346 "Android", |
| 1804 "--remote-device", | 2347 "--remote-device", |
| 1805 "Nexus 5", | 2348 "Nexus 5", |
| 1806 "--remote-device-os", | 2349 "--remote-device-os", |
| 1807 "4.4.2", | 2350 "4.4.2", |
| 1808 "--collect", | 2351 "--collect", |
| 1809 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2352 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1810 "--results-path", | 2353 "--results-path", |
| 1811 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2354 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 1812 "--verbose", | 2355 "--verbose", |
| 1813 "--json-results-file", | 2356 "--json-results-file", |
| 1814 "/path/to/tmp/json", | 2357 "/path/to/tmp/json", |
| 1815 "--release" | 2358 "--release" |
| 1816 ], | 2359 ], |
| 1817 "cwd": "[SLAVE_BUILD]", | 2360 "cwd": "[SLAVE_BUILD]", |
| 1818 "name": "[collect] gl_tests", | 2361 "name": "[collect] gl_tests", |
| 1819 "~followup_annotations": [ | 2362 "~followup_annotations": [ |
| 1820 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2363 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 1821 ] | 2364 ] |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1866 "http", | 2409 "http", |
| 1867 "--device-type", | 2410 "--device-type", |
| 1868 "Android", | 2411 "Android", |
| 1869 "--remote-device", | 2412 "--remote-device", |
| 1870 "Nexus 5", | 2413 "Nexus 5", |
| 1871 "--remote-device-os", | 2414 "--remote-device-os", |
| 1872 "4.4.2", | 2415 "4.4.2", |
| 1873 "--collect", | 2416 "--collect", |
| 1874 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2417 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1875 "--results-path", | 2418 "--results-path", |
| 1876 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2419 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 1877 "--verbose", | 2420 "--verbose", |
| 1878 "--json-results-file", | 2421 "--json-results-file", |
| 1879 "/path/to/tmp/json", | 2422 "/path/to/tmp/json", |
| 1880 "--release" | 2423 "--release" |
| 1881 ], | 2424 ], |
| 1882 "cwd": "[SLAVE_BUILD]", | 2425 "cwd": "[SLAVE_BUILD]", |
| 1883 "name": "[collect] ipc_tests", | 2426 "name": "[collect] ipc_tests", |
| 1884 "~followup_annotations": [ | 2427 "~followup_annotations": [ |
| 1885 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2428 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 1886 ] | 2429 ] |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1933 "http", | 2476 "http", |
| 1934 "--device-type", | 2477 "--device-type", |
| 1935 "Android", | 2478 "Android", |
| 1936 "--remote-device", | 2479 "--remote-device", |
| 1937 "Nexus 5", | 2480 "Nexus 5", |
| 1938 "--remote-device-os", | 2481 "--remote-device-os", |
| 1939 "4.4.2", | 2482 "4.4.2", |
| 1940 "--collect", | 2483 "--collect", |
| 1941 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2484 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1942 "--results-path", | 2485 "--results-path", |
| 1943 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2486 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 1944 "--verbose", | 2487 "--verbose", |
| 1945 "--json-results-file", | 2488 "--json-results-file", |
| 1946 "/path/to/tmp/json", | 2489 "/path/to/tmp/json", |
| 1947 "--release" | 2490 "--release" |
| 1948 ], | 2491 ], |
| 1949 "cwd": "[SLAVE_BUILD]", | 2492 "cwd": "[SLAVE_BUILD]", |
| 1950 "name": "[collect] sql_unittests", | 2493 "name": "[collect] sql_unittests", |
| 1951 "~followup_annotations": [ | 2494 "~followup_annotations": [ |
| 1952 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2495 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 1953 ] | 2496 ] |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2000 "http", | 2543 "http", |
| 2001 "--device-type", | 2544 "--device-type", |
| 2002 "Android", | 2545 "Android", |
| 2003 "--remote-device", | 2546 "--remote-device", |
| 2004 "Nexus 5", | 2547 "Nexus 5", |
| 2005 "--remote-device-os", | 2548 "--remote-device-os", |
| 2006 "4.4.2", | 2549 "4.4.2", |
| 2007 "--collect", | 2550 "--collect", |
| 2008 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2551 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2009 "--results-path", | 2552 "--results-path", |
| 2010 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2553 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 2011 "--verbose", | 2554 "--verbose", |
| 2012 "--json-results-file", | 2555 "--json-results-file", |
| 2013 "/path/to/tmp/json", | 2556 "/path/to/tmp/json", |
| 2014 "--release" | 2557 "--release" |
| 2015 ], | 2558 ], |
| 2016 "cwd": "[SLAVE_BUILD]", | 2559 "cwd": "[SLAVE_BUILD]", |
| 2017 "name": "[collect] sync_unit_tests", | 2560 "name": "[collect] sync_unit_tests", |
| 2018 "~followup_annotations": [ | 2561 "~followup_annotations": [ |
| 2019 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2562 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2020 ] | 2563 ] |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2065 "http", | 2608 "http", |
| 2066 "--device-type", | 2609 "--device-type", |
| 2067 "Android", | 2610 "Android", |
| 2068 "--remote-device", | 2611 "--remote-device", |
| 2069 "Nexus 5", | 2612 "Nexus 5", |
| 2070 "--remote-device-os", | 2613 "--remote-device-os", |
| 2071 "4.4.2", | 2614 "4.4.2", |
| 2072 "--collect", | 2615 "--collect", |
| 2073 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2616 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2074 "--results-path", | 2617 "--results-path", |
| 2075 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2618 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 2076 "--verbose", | 2619 "--verbose", |
| 2077 "--json-results-file", | 2620 "--json-results-file", |
| 2078 "/path/to/tmp/json", | 2621 "/path/to/tmp/json", |
| 2079 "--release" | 2622 "--release" |
| 2080 ], | 2623 ], |
| 2081 "cwd": "[SLAVE_BUILD]", | 2624 "cwd": "[SLAVE_BUILD]", |
| 2082 "name": "[collect] ui_android_unittests", | 2625 "name": "[collect] ui_android_unittests", |
| 2083 "~followup_annotations": [ | 2626 "~followup_annotations": [ |
| 2084 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2627 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2085 ] | 2628 ] |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2130 "http", | 2673 "http", |
| 2131 "--device-type", | 2674 "--device-type", |
| 2132 "Android", | 2675 "Android", |
| 2133 "--remote-device", | 2676 "--remote-device", |
| 2134 "Nexus 5", | 2677 "Nexus 5", |
| 2135 "--remote-device-os", | 2678 "--remote-device-os", |
| 2136 "4.4.2", | 2679 "4.4.2", |
| 2137 "--collect", | 2680 "--collect", |
| 2138 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2681 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2139 "--results-path", | 2682 "--results-path", |
| 2140 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2683 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", |
| 2141 "--verbose", | 2684 "--verbose", |
| 2142 "--json-results-file", | 2685 "--json-results-file", |
| 2143 "/path/to/tmp/json", | 2686 "/path/to/tmp/json", |
| 2144 "--release" | 2687 "--release" |
| 2145 ], | 2688 ], |
| 2146 "cwd": "[SLAVE_BUILD]", | 2689 "cwd": "[SLAVE_BUILD]", |
| 2147 "name": "[collect] ui_touch_selection_unittests", | 2690 "name": "[collect] ui_touch_selection_unittests", |
| 2148 "~followup_annotations": [ | 2691 "~followup_annotations": [ |
| 2149 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2692 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2150 ] | 2693 ] |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2221 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 2764 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 2222 "@@@STEP_LOG_END@python.inline@@@" | 2765 "@@@STEP_LOG_END@python.inline@@@" |
| 2223 ] | 2766 ] |
| 2224 }, | 2767 }, |
| 2225 { | 2768 { |
| 2226 "name": "$result", | 2769 "name": "$result", |
| 2227 "reason": "1 tests failed: ['base_unittests']", | 2770 "reason": "1 tests failed: ['base_unittests']", |
| 2228 "status_code": 1 | 2771 "status_code": 1 |
| 2229 } | 2772 } |
| 2230 ] | 2773 ] |
| OLD | NEW |