| 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 { |
| 1390 "cmd": [ |
| 1391 "python", |
| 1392 "-u", |
| 1393 "[BUILD]/scripts/slave/tee.py", |
| 1394 "/path/to/tmp/logcat", |
| 1395 "--", |
| 1396 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1397 "[TMP_BASE]/test_logcat_tmp_5" |
| 1398 ], |
| 1399 "cwd": "[SLAVE_BUILD]", |
| 1400 "name": "ChromeSyncShellTest.logcat_dump", |
| 1401 "~followup_annotations": [ |
| 1402 "@@@STEP_NEST_LEVEL@1@@@" |
| 1403 ] |
| 1404 }, |
| 1405 { |
| 1406 "cmd": [], |
| 1407 "cwd": "[SLAVE_BUILD]", |
| 1408 "name": "base_unittests" |
| 1409 }, |
| 1410 { |
| 1411 "cmd": [ |
| 1412 "[BUILD]/scripts/slave/daemonizer.py", |
| 1413 "--", |
| 1414 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1415 "[TMP_BASE]/test_logcat_tmp_6" |
| 1416 ], |
| 1417 "cwd": "[SLAVE_BUILD]", |
| 1418 "env": { |
| 1419 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1420 }, |
| 1421 "name": "base_unittests.spawn_logcat_monitor", |
| 1422 "~followup_annotations": [ |
| 1423 "@@@STEP_NEST_LEVEL@1@@@" |
| 1424 ] |
| 1425 }, |
| 1426 { |
| 1246 "cmd": [ | 1427 "cmd": [ |
| 1247 "python", | 1428 "python", |
| 1248 "-u", | 1429 "-u", |
| 1249 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1430 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1250 "gtest", | 1431 "gtest", |
| 1251 "-s", | 1432 "-s", |
| 1252 "base_unittests", | 1433 "base_unittests", |
| 1253 "--blacklist-file", | 1434 "--blacklist-file", |
| 1254 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1435 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1255 "--verbose", | 1436 "--verbose", |
| 1256 "--release", | 1437 "--release", |
| 1257 "--flakiness-dashboard-server=test-results.appspot.com", | 1438 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1258 "--json-results-file", | 1439 "--json-results-file", |
| 1259 "/path/to/tmp/json" | 1440 "/path/to/tmp/json" |
| 1260 ], | 1441 ], |
| 1261 "cwd": "[SLAVE_BUILD]", | 1442 "cwd": "[SLAVE_BUILD]", |
| 1262 "env": { | 1443 "env": { |
| 1263 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1444 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1264 }, | 1445 }, |
| 1265 "name": "base_unittests" | 1446 "name": "base_unittests.base_unittests", |
| 1447 "~followup_annotations": [ |
| 1448 "@@@STEP_NEST_LEVEL@1@@@" |
| 1449 ] |
| 1266 }, | 1450 }, |
| 1267 { | 1451 { |
| 1268 "cmd": [ | 1452 "cmd": [ |
| 1453 "python", |
| 1454 "-u", |
| 1455 "[BUILD]/scripts/slave/tee.py", |
| 1456 "/path/to/tmp/logcat", |
| 1457 "--", |
| 1458 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1459 "[TMP_BASE]/test_logcat_tmp_6" |
| 1460 ], |
| 1461 "cwd": "[SLAVE_BUILD]", |
| 1462 "name": "base_unittests.logcat_dump", |
| 1463 "~followup_annotations": [ |
| 1464 "@@@STEP_NEST_LEVEL@1@@@" |
| 1465 ] |
| 1466 }, |
| 1467 { |
| 1468 "cmd": [], |
| 1469 "cwd": "[SLAVE_BUILD]", |
| 1470 "name": "breakpad_unittests" |
| 1471 }, |
| 1472 { |
| 1473 "cmd": [ |
| 1474 "[BUILD]/scripts/slave/daemonizer.py", |
| 1475 "--", |
| 1476 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1477 "[TMP_BASE]/test_logcat_tmp_7" |
| 1478 ], |
| 1479 "cwd": "[SLAVE_BUILD]", |
| 1480 "env": { |
| 1481 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1482 }, |
| 1483 "name": "breakpad_unittests.spawn_logcat_monitor", |
| 1484 "~followup_annotations": [ |
| 1485 "@@@STEP_NEST_LEVEL@1@@@" |
| 1486 ] |
| 1487 }, |
| 1488 { |
| 1489 "cmd": [ |
| 1269 "python", | 1490 "python", |
| 1270 "-u", | 1491 "-u", |
| 1271 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1492 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1272 "gtest", | 1493 "gtest", |
| 1273 "-s", | 1494 "-s", |
| 1274 "breakpad_unittests", | 1495 "breakpad_unittests", |
| 1275 "--blacklist-file", | 1496 "--blacklist-file", |
| 1276 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1497 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1277 "--verbose", | 1498 "--verbose", |
| 1278 "--release", | 1499 "--release", |
| 1279 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate
", | 1500 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate
", |
| 1280 "--flakiness-dashboard-server=test-results.appspot.com", | 1501 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1281 "--json-results-file", | 1502 "--json-results-file", |
| 1282 "/path/to/tmp/json" | 1503 "/path/to/tmp/json" |
| 1283 ], | 1504 ], |
| 1284 "cwd": "[SLAVE_BUILD]", | 1505 "cwd": "[SLAVE_BUILD]", |
| 1285 "env": { | 1506 "env": { |
| 1286 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1507 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1287 }, | 1508 }, |
| 1288 "name": "breakpad_unittests" | 1509 "name": "breakpad_unittests.breakpad_unittests", |
| 1510 "~followup_annotations": [ |
| 1511 "@@@STEP_NEST_LEVEL@1@@@" |
| 1512 ] |
| 1289 }, | 1513 }, |
| 1290 { | 1514 { |
| 1291 "cmd": [ | 1515 "cmd": [ |
| 1516 "python", |
| 1517 "-u", |
| 1518 "[BUILD]/scripts/slave/tee.py", |
| 1519 "/path/to/tmp/logcat", |
| 1520 "--", |
| 1521 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1522 "[TMP_BASE]/test_logcat_tmp_7" |
| 1523 ], |
| 1524 "cwd": "[SLAVE_BUILD]", |
| 1525 "name": "breakpad_unittests.logcat_dump", |
| 1526 "~followup_annotations": [ |
| 1527 "@@@STEP_NEST_LEVEL@1@@@" |
| 1528 ] |
| 1529 }, |
| 1530 { |
| 1531 "cmd": [], |
| 1532 "cwd": "[SLAVE_BUILD]", |
| 1533 "name": "cc_unittests" |
| 1534 }, |
| 1535 { |
| 1536 "cmd": [ |
| 1537 "[BUILD]/scripts/slave/daemonizer.py", |
| 1538 "--", |
| 1539 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1540 "[TMP_BASE]/test_logcat_tmp_8" |
| 1541 ], |
| 1542 "cwd": "[SLAVE_BUILD]", |
| 1543 "env": { |
| 1544 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1545 }, |
| 1546 "name": "cc_unittests.spawn_logcat_monitor", |
| 1547 "~followup_annotations": [ |
| 1548 "@@@STEP_NEST_LEVEL@1@@@" |
| 1549 ] |
| 1550 }, |
| 1551 { |
| 1552 "cmd": [ |
| 1292 "python", | 1553 "python", |
| 1293 "-u", | 1554 "-u", |
| 1294 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1555 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1295 "gtest", | 1556 "gtest", |
| 1296 "-s", | 1557 "-s", |
| 1297 "cc_unittests", | 1558 "cc_unittests", |
| 1298 "--blacklist-file", | 1559 "--blacklist-file", |
| 1299 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1560 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1300 "--verbose", | 1561 "--verbose", |
| 1301 "--release", | 1562 "--release", |
| 1302 "--flakiness-dashboard-server=test-results.appspot.com", | 1563 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1303 "--json-results-file", | 1564 "--json-results-file", |
| 1304 "/path/to/tmp/json" | 1565 "/path/to/tmp/json" |
| 1305 ], | 1566 ], |
| 1306 "cwd": "[SLAVE_BUILD]", | 1567 "cwd": "[SLAVE_BUILD]", |
| 1307 "env": { | 1568 "env": { |
| 1308 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1569 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1309 }, | 1570 }, |
| 1310 "name": "cc_unittests" | 1571 "name": "cc_unittests.cc_unittests", |
| 1572 "~followup_annotations": [ |
| 1573 "@@@STEP_NEST_LEVEL@1@@@" |
| 1574 ] |
| 1311 }, | 1575 }, |
| 1312 { | 1576 { |
| 1313 "cmd": [ | 1577 "cmd": [ |
| 1578 "python", |
| 1579 "-u", |
| 1580 "[BUILD]/scripts/slave/tee.py", |
| 1581 "/path/to/tmp/logcat", |
| 1582 "--", |
| 1583 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1584 "[TMP_BASE]/test_logcat_tmp_8" |
| 1585 ], |
| 1586 "cwd": "[SLAVE_BUILD]", |
| 1587 "name": "cc_unittests.logcat_dump", |
| 1588 "~followup_annotations": [ |
| 1589 "@@@STEP_NEST_LEVEL@1@@@" |
| 1590 ] |
| 1591 }, |
| 1592 { |
| 1593 "cmd": [], |
| 1594 "cwd": "[SLAVE_BUILD]", |
| 1595 "name": "content_browsertests" |
| 1596 }, |
| 1597 { |
| 1598 "cmd": [ |
| 1599 "[BUILD]/scripts/slave/daemonizer.py", |
| 1600 "--", |
| 1601 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1602 "[TMP_BASE]/test_logcat_tmp_9" |
| 1603 ], |
| 1604 "cwd": "[SLAVE_BUILD]", |
| 1605 "env": { |
| 1606 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1607 }, |
| 1608 "name": "content_browsertests.spawn_logcat_monitor", |
| 1609 "~followup_annotations": [ |
| 1610 "@@@STEP_NEST_LEVEL@1@@@" |
| 1611 ] |
| 1612 }, |
| 1613 { |
| 1614 "cmd": [ |
| 1314 "python", | 1615 "python", |
| 1315 "-u", | 1616 "-u", |
| 1316 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1617 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1317 "gtest", | 1618 "gtest", |
| 1318 "-s", | 1619 "-s", |
| 1319 "content_browsertests", | 1620 "content_browsertests", |
| 1320 "--blacklist-file", | 1621 "--blacklist-file", |
| 1321 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1622 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1322 "--verbose", | 1623 "--verbose", |
| 1323 "--release", | 1624 "--release", |
| 1324 "--flakiness-dashboard-server=test-results.appspot.com", | 1625 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1325 "--json-results-file", | 1626 "--json-results-file", |
| 1326 "/path/to/tmp/json" | 1627 "/path/to/tmp/json" |
| 1327 ], | 1628 ], |
| 1328 "cwd": "[SLAVE_BUILD]", | 1629 "cwd": "[SLAVE_BUILD]", |
| 1329 "env": { | 1630 "env": { |
| 1330 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1631 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1331 }, | 1632 }, |
| 1332 "name": "content_browsertests" | 1633 "name": "content_browsertests.content_browsertests", |
| 1634 "~followup_annotations": [ |
| 1635 "@@@STEP_NEST_LEVEL@1@@@" |
| 1636 ] |
| 1333 }, | 1637 }, |
| 1334 { | 1638 { |
| 1335 "cmd": [ | 1639 "cmd": [ |
| 1640 "python", |
| 1641 "-u", |
| 1642 "[BUILD]/scripts/slave/tee.py", |
| 1643 "/path/to/tmp/logcat", |
| 1644 "--", |
| 1645 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1646 "[TMP_BASE]/test_logcat_tmp_9" |
| 1647 ], |
| 1648 "cwd": "[SLAVE_BUILD]", |
| 1649 "name": "content_browsertests.logcat_dump", |
| 1650 "~followup_annotations": [ |
| 1651 "@@@STEP_NEST_LEVEL@1@@@" |
| 1652 ] |
| 1653 }, |
| 1654 { |
| 1655 "cmd": [], |
| 1656 "cwd": "[SLAVE_BUILD]", |
| 1657 "name": "content_unittests" |
| 1658 }, |
| 1659 { |
| 1660 "cmd": [ |
| 1661 "[BUILD]/scripts/slave/daemonizer.py", |
| 1662 "--", |
| 1663 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1664 "[TMP_BASE]/test_logcat_tmp_10" |
| 1665 ], |
| 1666 "cwd": "[SLAVE_BUILD]", |
| 1667 "env": { |
| 1668 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1669 }, |
| 1670 "name": "content_unittests.spawn_logcat_monitor", |
| 1671 "~followup_annotations": [ |
| 1672 "@@@STEP_NEST_LEVEL@1@@@" |
| 1673 ] |
| 1674 }, |
| 1675 { |
| 1676 "cmd": [ |
| 1336 "python", | 1677 "python", |
| 1337 "-u", | 1678 "-u", |
| 1338 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1679 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1339 "gtest", | 1680 "gtest", |
| 1340 "-s", | 1681 "-s", |
| 1341 "content_unittests", | 1682 "content_unittests", |
| 1342 "--blacklist-file", | 1683 "--blacklist-file", |
| 1343 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1684 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1344 "--verbose", | 1685 "--verbose", |
| 1345 "--release", | 1686 "--release", |
| 1346 "--flakiness-dashboard-server=test-results.appspot.com", | 1687 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1347 "--json-results-file", | 1688 "--json-results-file", |
| 1348 "/path/to/tmp/json" | 1689 "/path/to/tmp/json" |
| 1349 ], | 1690 ], |
| 1350 "cwd": "[SLAVE_BUILD]", | 1691 "cwd": "[SLAVE_BUILD]", |
| 1351 "env": { | 1692 "env": { |
| 1352 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1693 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1353 }, | 1694 }, |
| 1354 "name": "content_unittests" | 1695 "name": "content_unittests.content_unittests", |
| 1696 "~followup_annotations": [ |
| 1697 "@@@STEP_NEST_LEVEL@1@@@" |
| 1698 ] |
| 1355 }, | 1699 }, |
| 1356 { | 1700 { |
| 1357 "cmd": [ | 1701 "cmd": [ |
| 1702 "python", |
| 1703 "-u", |
| 1704 "[BUILD]/scripts/slave/tee.py", |
| 1705 "/path/to/tmp/logcat", |
| 1706 "--", |
| 1707 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1708 "[TMP_BASE]/test_logcat_tmp_10" |
| 1709 ], |
| 1710 "cwd": "[SLAVE_BUILD]", |
| 1711 "name": "content_unittests.logcat_dump", |
| 1712 "~followup_annotations": [ |
| 1713 "@@@STEP_NEST_LEVEL@1@@@" |
| 1714 ] |
| 1715 }, |
| 1716 { |
| 1717 "cmd": [], |
| 1718 "cwd": "[SLAVE_BUILD]", |
| 1719 "name": "gpu_unittests" |
| 1720 }, |
| 1721 { |
| 1722 "cmd": [ |
| 1723 "[BUILD]/scripts/slave/daemonizer.py", |
| 1724 "--", |
| 1725 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1726 "[TMP_BASE]/test_logcat_tmp_11" |
| 1727 ], |
| 1728 "cwd": "[SLAVE_BUILD]", |
| 1729 "env": { |
| 1730 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1731 }, |
| 1732 "name": "gpu_unittests.spawn_logcat_monitor", |
| 1733 "~followup_annotations": [ |
| 1734 "@@@STEP_NEST_LEVEL@1@@@" |
| 1735 ] |
| 1736 }, |
| 1737 { |
| 1738 "cmd": [ |
| 1358 "python", | 1739 "python", |
| 1359 "-u", | 1740 "-u", |
| 1360 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1741 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1361 "gtest", | 1742 "gtest", |
| 1362 "-s", | 1743 "-s", |
| 1363 "gpu_unittests", | 1744 "gpu_unittests", |
| 1364 "--blacklist-file", | 1745 "--blacklist-file", |
| 1365 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1746 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1366 "--verbose", | 1747 "--verbose", |
| 1367 "--release", | 1748 "--release", |
| 1368 "--flakiness-dashboard-server=test-results.appspot.com", | 1749 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1369 "--json-results-file", | 1750 "--json-results-file", |
| 1370 "/path/to/tmp/json" | 1751 "/path/to/tmp/json" |
| 1371 ], | 1752 ], |
| 1372 "cwd": "[SLAVE_BUILD]", | 1753 "cwd": "[SLAVE_BUILD]", |
| 1373 "env": { | 1754 "env": { |
| 1374 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1755 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1375 }, | 1756 }, |
| 1376 "name": "gpu_unittests" | 1757 "name": "gpu_unittests.gpu_unittests", |
| 1758 "~followup_annotations": [ |
| 1759 "@@@STEP_NEST_LEVEL@1@@@" |
| 1760 ] |
| 1377 }, | 1761 }, |
| 1378 { | 1762 { |
| 1379 "cmd": [ | 1763 "cmd": [ |
| 1764 "python", |
| 1765 "-u", |
| 1766 "[BUILD]/scripts/slave/tee.py", |
| 1767 "/path/to/tmp/logcat", |
| 1768 "--", |
| 1769 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1770 "[TMP_BASE]/test_logcat_tmp_11" |
| 1771 ], |
| 1772 "cwd": "[SLAVE_BUILD]", |
| 1773 "name": "gpu_unittests.logcat_dump", |
| 1774 "~followup_annotations": [ |
| 1775 "@@@STEP_NEST_LEVEL@1@@@" |
| 1776 ] |
| 1777 }, |
| 1778 { |
| 1779 "cmd": [], |
| 1780 "cwd": "[SLAVE_BUILD]", |
| 1781 "name": "media_unittests" |
| 1782 }, |
| 1783 { |
| 1784 "cmd": [ |
| 1785 "[BUILD]/scripts/slave/daemonizer.py", |
| 1786 "--", |
| 1787 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1788 "[TMP_BASE]/test_logcat_tmp_12" |
| 1789 ], |
| 1790 "cwd": "[SLAVE_BUILD]", |
| 1791 "env": { |
| 1792 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1793 }, |
| 1794 "name": "media_unittests.spawn_logcat_monitor", |
| 1795 "~followup_annotations": [ |
| 1796 "@@@STEP_NEST_LEVEL@1@@@" |
| 1797 ] |
| 1798 }, |
| 1799 { |
| 1800 "cmd": [ |
| 1380 "python", | 1801 "python", |
| 1381 "-u", | 1802 "-u", |
| 1382 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1803 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1383 "gtest", | 1804 "gtest", |
| 1384 "-s", | 1805 "-s", |
| 1385 "media_unittests", | 1806 "media_unittests", |
| 1386 "--blacklist-file", | 1807 "--blacklist-file", |
| 1387 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1808 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1388 "--verbose", | 1809 "--verbose", |
| 1389 "--release", | 1810 "--release", |
| 1390 "--flakiness-dashboard-server=test-results.appspot.com", | 1811 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1391 "--json-results-file", | 1812 "--json-results-file", |
| 1392 "/path/to/tmp/json" | 1813 "/path/to/tmp/json" |
| 1393 ], | 1814 ], |
| 1394 "cwd": "[SLAVE_BUILD]", | 1815 "cwd": "[SLAVE_BUILD]", |
| 1395 "env": { | 1816 "env": { |
| 1396 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1817 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1397 }, | 1818 }, |
| 1398 "name": "media_unittests" | 1819 "name": "media_unittests.media_unittests", |
| 1820 "~followup_annotations": [ |
| 1821 "@@@STEP_NEST_LEVEL@1@@@" |
| 1822 ] |
| 1399 }, | 1823 }, |
| 1400 { | 1824 { |
| 1401 "cmd": [ | 1825 "cmd": [ |
| 1826 "python", |
| 1827 "-u", |
| 1828 "[BUILD]/scripts/slave/tee.py", |
| 1829 "/path/to/tmp/logcat", |
| 1830 "--", |
| 1831 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1832 "[TMP_BASE]/test_logcat_tmp_12" |
| 1833 ], |
| 1834 "cwd": "[SLAVE_BUILD]", |
| 1835 "name": "media_unittests.logcat_dump", |
| 1836 "~followup_annotations": [ |
| 1837 "@@@STEP_NEST_LEVEL@1@@@" |
| 1838 ] |
| 1839 }, |
| 1840 { |
| 1841 "cmd": [], |
| 1842 "cwd": "[SLAVE_BUILD]", |
| 1843 "name": "net_unittests" |
| 1844 }, |
| 1845 { |
| 1846 "cmd": [ |
| 1847 "[BUILD]/scripts/slave/daemonizer.py", |
| 1848 "--", |
| 1849 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1850 "[TMP_BASE]/test_logcat_tmp_13" |
| 1851 ], |
| 1852 "cwd": "[SLAVE_BUILD]", |
| 1853 "env": { |
| 1854 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1855 }, |
| 1856 "name": "net_unittests.spawn_logcat_monitor", |
| 1857 "~followup_annotations": [ |
| 1858 "@@@STEP_NEST_LEVEL@1@@@" |
| 1859 ] |
| 1860 }, |
| 1861 { |
| 1862 "cmd": [ |
| 1402 "python", | 1863 "python", |
| 1403 "-u", | 1864 "-u", |
| 1404 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1865 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1405 "gtest", | 1866 "gtest", |
| 1406 "-s", | 1867 "-s", |
| 1407 "net_unittests", | 1868 "net_unittests", |
| 1408 "--blacklist-file", | 1869 "--blacklist-file", |
| 1409 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1870 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1410 "--verbose", | 1871 "--verbose", |
| 1411 "--release", | 1872 "--release", |
| 1412 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate", | 1873 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate", |
| 1413 "--flakiness-dashboard-server=test-results.appspot.com", | 1874 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1414 "--json-results-file", | 1875 "--json-results-file", |
| 1415 "/path/to/tmp/json", | 1876 "/path/to/tmp/json", |
| 1416 "-t", | 1877 "-t", |
| 1417 "300" | 1878 "300" |
| 1418 ], | 1879 ], |
| 1419 "cwd": "[SLAVE_BUILD]", | 1880 "cwd": "[SLAVE_BUILD]", |
| 1420 "env": { | 1881 "env": { |
| 1421 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1882 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1422 }, | 1883 }, |
| 1423 "name": "net_unittests" | 1884 "name": "net_unittests.net_unittests", |
| 1885 "~followup_annotations": [ |
| 1886 "@@@STEP_NEST_LEVEL@1@@@" |
| 1887 ] |
| 1424 }, | 1888 }, |
| 1425 { | 1889 { |
| 1426 "cmd": [ | 1890 "cmd": [ |
| 1891 "python", |
| 1892 "-u", |
| 1893 "[BUILD]/scripts/slave/tee.py", |
| 1894 "/path/to/tmp/logcat", |
| 1895 "--", |
| 1896 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1897 "[TMP_BASE]/test_logcat_tmp_13" |
| 1898 ], |
| 1899 "cwd": "[SLAVE_BUILD]", |
| 1900 "name": "net_unittests.logcat_dump", |
| 1901 "~followup_annotations": [ |
| 1902 "@@@STEP_NEST_LEVEL@1@@@" |
| 1903 ] |
| 1904 }, |
| 1905 { |
| 1906 "cmd": [], |
| 1907 "cwd": "[SLAVE_BUILD]", |
| 1908 "name": "sandbox_linux_unittests" |
| 1909 }, |
| 1910 { |
| 1911 "cmd": [ |
| 1912 "[BUILD]/scripts/slave/daemonizer.py", |
| 1913 "--", |
| 1914 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1915 "[TMP_BASE]/test_logcat_tmp_14" |
| 1916 ], |
| 1917 "cwd": "[SLAVE_BUILD]", |
| 1918 "env": { |
| 1919 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1920 }, |
| 1921 "name": "sandbox_linux_unittests.spawn_logcat_monitor", |
| 1922 "~followup_annotations": [ |
| 1923 "@@@STEP_NEST_LEVEL@1@@@" |
| 1924 ] |
| 1925 }, |
| 1926 { |
| 1927 "cmd": [ |
| 1427 "python", | 1928 "python", |
| 1428 "-u", | 1929 "-u", |
| 1429 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1930 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1430 "gtest", | 1931 "gtest", |
| 1431 "-s", | 1932 "-s", |
| 1432 "sandbox_linux_unittests", | 1933 "sandbox_linux_unittests", |
| 1433 "--blacklist-file", | 1934 "--blacklist-file", |
| 1434 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1935 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1435 "--verbose", | 1936 "--verbose", |
| 1436 "--release", | 1937 "--release", |
| 1437 "--flakiness-dashboard-server=test-results.appspot.com", | 1938 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1438 "--json-results-file", | 1939 "--json-results-file", |
| 1439 "/path/to/tmp/json" | 1940 "/path/to/tmp/json" |
| 1440 ], | 1941 ], |
| 1441 "cwd": "[SLAVE_BUILD]", | 1942 "cwd": "[SLAVE_BUILD]", |
| 1442 "env": { | 1943 "env": { |
| 1443 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1944 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1444 }, | 1945 }, |
| 1445 "name": "sandbox_linux_unittests" | 1946 "name": "sandbox_linux_unittests.sandbox_linux_unittests", |
| 1947 "~followup_annotations": [ |
| 1948 "@@@STEP_NEST_LEVEL@1@@@" |
| 1949 ] |
| 1446 }, | 1950 }, |
| 1447 { | 1951 { |
| 1448 "cmd": [ | 1952 "cmd": [ |
| 1953 "python", |
| 1954 "-u", |
| 1955 "[BUILD]/scripts/slave/tee.py", |
| 1956 "/path/to/tmp/logcat", |
| 1957 "--", |
| 1958 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 1959 "[TMP_BASE]/test_logcat_tmp_14" |
| 1960 ], |
| 1961 "cwd": "[SLAVE_BUILD]", |
| 1962 "name": "sandbox_linux_unittests.logcat_dump", |
| 1963 "~followup_annotations": [ |
| 1964 "@@@STEP_NEST_LEVEL@1@@@" |
| 1965 ] |
| 1966 }, |
| 1967 { |
| 1968 "cmd": [], |
| 1969 "cwd": "[SLAVE_BUILD]", |
| 1970 "name": "ui_base_unittests" |
| 1971 }, |
| 1972 { |
| 1973 "cmd": [ |
| 1974 "[BUILD]/scripts/slave/daemonizer.py", |
| 1975 "--", |
| 1976 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 1977 "[TMP_BASE]/test_logcat_tmp_15" |
| 1978 ], |
| 1979 "cwd": "[SLAVE_BUILD]", |
| 1980 "env": { |
| 1981 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1982 }, |
| 1983 "name": "ui_base_unittests.spawn_logcat_monitor", |
| 1984 "~followup_annotations": [ |
| 1985 "@@@STEP_NEST_LEVEL@1@@@" |
| 1986 ] |
| 1987 }, |
| 1988 { |
| 1989 "cmd": [ |
| 1449 "python", | 1990 "python", |
| 1450 "-u", | 1991 "-u", |
| 1451 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1992 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1452 "gtest", | 1993 "gtest", |
| 1453 "-s", | 1994 "-s", |
| 1454 "ui_base_unittests", | 1995 "ui_base_unittests", |
| 1455 "--blacklist-file", | 1996 "--blacklist-file", |
| 1456 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1997 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1457 "--verbose", | 1998 "--verbose", |
| 1458 "--release", | 1999 "--release", |
| 1459 "--flakiness-dashboard-server=test-results.appspot.com", | 2000 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1460 "--json-results-file", | 2001 "--json-results-file", |
| 1461 "/path/to/tmp/json" | 2002 "/path/to/tmp/json" |
| 1462 ], | 2003 ], |
| 1463 "cwd": "[SLAVE_BUILD]", | 2004 "cwd": "[SLAVE_BUILD]", |
| 1464 "env": { | 2005 "env": { |
| 1465 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 2006 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1466 }, | 2007 }, |
| 1467 "name": "ui_base_unittests" | 2008 "name": "ui_base_unittests.ui_base_unittests", |
| 2009 "~followup_annotations": [ |
| 2010 "@@@STEP_NEST_LEVEL@1@@@" |
| 2011 ] |
| 1468 }, | 2012 }, |
| 1469 { | 2013 { |
| 1470 "cmd": [ | 2014 "cmd": [ |
| 2015 "python", |
| 2016 "-u", |
| 2017 "[BUILD]/scripts/slave/tee.py", |
| 2018 "/path/to/tmp/logcat", |
| 2019 "--", |
| 2020 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 2021 "[TMP_BASE]/test_logcat_tmp_15" |
| 2022 ], |
| 2023 "cwd": "[SLAVE_BUILD]", |
| 2024 "name": "ui_base_unittests.logcat_dump", |
| 2025 "~followup_annotations": [ |
| 2026 "@@@STEP_NEST_LEVEL@1@@@" |
| 2027 ] |
| 2028 }, |
| 2029 { |
| 2030 "cmd": [], |
| 2031 "cwd": "[SLAVE_BUILD]", |
| 2032 "name": "unit_tests" |
| 2033 }, |
| 2034 { |
| 2035 "cmd": [ |
| 2036 "[BUILD]/scripts/slave/daemonizer.py", |
| 2037 "--", |
| 2038 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 2039 "[TMP_BASE]/test_logcat_tmp_16" |
| 2040 ], |
| 2041 "cwd": "[SLAVE_BUILD]", |
| 2042 "env": { |
| 2043 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 2044 }, |
| 2045 "name": "unit_tests.spawn_logcat_monitor", |
| 2046 "~followup_annotations": [ |
| 2047 "@@@STEP_NEST_LEVEL@1@@@" |
| 2048 ] |
| 2049 }, |
| 2050 { |
| 2051 "cmd": [ |
| 1471 "python", | 2052 "python", |
| 1472 "-u", | 2053 "-u", |
| 1473 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2054 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1474 "gtest", | 2055 "gtest", |
| 1475 "-s", | 2056 "-s", |
| 1476 "unit_tests", | 2057 "unit_tests", |
| 1477 "--blacklist-file", | 2058 "--blacklist-file", |
| 1478 "[SLAVE_BUILD]/src/out/bad_devices.json", | 2059 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1479 "--verbose", | 2060 "--verbose", |
| 1480 "--release", | 2061 "--release", |
| 1481 "--flakiness-dashboard-server=test-results.appspot.com", | 2062 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1482 "--json-results-file", | 2063 "--json-results-file", |
| 1483 "/path/to/tmp/json" | 2064 "/path/to/tmp/json" |
| 1484 ], | 2065 ], |
| 1485 "cwd": "[SLAVE_BUILD]", | 2066 "cwd": "[SLAVE_BUILD]", |
| 1486 "env": { | 2067 "env": { |
| 1487 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 2068 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1488 }, | 2069 }, |
| 1489 "name": "unit_tests" | 2070 "name": "unit_tests.unit_tests", |
| 2071 "~followup_annotations": [ |
| 2072 "@@@STEP_NEST_LEVEL@1@@@" |
| 2073 ] |
| 1490 }, | 2074 }, |
| 1491 { | 2075 { |
| 1492 "cmd": [ | 2076 "cmd": [ |
| 2077 "python", |
| 2078 "-u", |
| 2079 "[BUILD]/scripts/slave/tee.py", |
| 2080 "/path/to/tmp/logcat", |
| 2081 "--", |
| 2082 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 2083 "[TMP_BASE]/test_logcat_tmp_16" |
| 2084 ], |
| 2085 "cwd": "[SLAVE_BUILD]", |
| 2086 "name": "unit_tests.logcat_dump", |
| 2087 "~followup_annotations": [ |
| 2088 "@@@STEP_NEST_LEVEL@1@@@" |
| 2089 ] |
| 2090 }, |
| 2091 { |
| 2092 "cmd": [ |
| 1493 "python", | 2093 "python", |
| 1494 "-u", | 2094 "-u", |
| 1495 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2095 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1496 "junit", | 2096 "junit", |
| 1497 "-s", | 2097 "-s", |
| 1498 "junit_unit_tests", | 2098 "junit_unit_tests", |
| 1499 "--verbose", | 2099 "--verbose", |
| 1500 "--release", | 2100 "--release", |
| 1501 "--json-results-file", | 2101 "--json-results-file", |
| 1502 "/path/to/tmp/json" | 2102 "/path/to/tmp/json" |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1600 "http", | 2200 "http", |
| 1601 "--device-type", | 2201 "--device-type", |
| 1602 "Android", | 2202 "Android", |
| 1603 "--remote-device", | 2203 "--remote-device", |
| 1604 "Nexus 5", | 2204 "Nexus 5", |
| 1605 "--remote-device-os", | 2205 "--remote-device-os", |
| 1606 "4.4.2", | 2206 "4.4.2", |
| 1607 "--collect", | 2207 "--collect", |
| 1608 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2208 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1609 "--results-path", | 2209 "--results-path", |
| 1610 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2210 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", |
| 1611 "--verbose", | 2211 "--verbose", |
| 1612 "--json-results-file", | 2212 "--json-results-file", |
| 1613 "/path/to/tmp/json", | 2213 "/path/to/tmp/json", |
| 1614 "--release" | 2214 "--release" |
| 1615 ], | 2215 ], |
| 1616 "cwd": "[SLAVE_BUILD]", | 2216 "cwd": "[SLAVE_BUILD]", |
| 1617 "name": "[collect] android_webview_unittests", | 2217 "name": "[collect] android_webview_unittests", |
| 1618 "~followup_annotations": [ | 2218 "~followup_annotations": [ |
| 1619 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2219 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 1620 ] | 2220 ] |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1667 "http", | 2267 "http", |
| 1668 "--device-type", | 2268 "--device-type", |
| 1669 "Android", | 2269 "Android", |
| 1670 "--remote-device", | 2270 "--remote-device", |
| 1671 "Nexus 5", | 2271 "Nexus 5", |
| 1672 "--remote-device-os", | 2272 "--remote-device-os", |
| 1673 "4.4.2", | 2273 "4.4.2", |
| 1674 "--collect", | 2274 "--collect", |
| 1675 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2275 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1676 "--results-path", | 2276 "--results-path", |
| 1677 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2277 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", |
| 1678 "--verbose", | 2278 "--verbose", |
| 1679 "--json-results-file", | 2279 "--json-results-file", |
| 1680 "/path/to/tmp/json", | 2280 "/path/to/tmp/json", |
| 1681 "--release" | 2281 "--release" |
| 1682 ], | 2282 ], |
| 1683 "cwd": "[SLAVE_BUILD]", | 2283 "cwd": "[SLAVE_BUILD]", |
| 1684 "name": "[collect] components_unittests", | 2284 "name": "[collect] components_unittests", |
| 1685 "~followup_annotations": [ | 2285 "~followup_annotations": [ |
| 1686 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2286 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 1687 ] | 2287 ] |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1732 "http", | 2332 "http", |
| 1733 "--device-type", | 2333 "--device-type", |
| 1734 "Android", | 2334 "Android", |
| 1735 "--remote-device", | 2335 "--remote-device", |
| 1736 "Nexus 5", | 2336 "Nexus 5", |
| 1737 "--remote-device-os", | 2337 "--remote-device-os", |
| 1738 "4.4.2", | 2338 "4.4.2", |
| 1739 "--collect", | 2339 "--collect", |
| 1740 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2340 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1741 "--results-path", | 2341 "--results-path", |
| 1742 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2342 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", |
| 1743 "--verbose", | 2343 "--verbose", |
| 1744 "--json-results-file", | 2344 "--json-results-file", |
| 1745 "/path/to/tmp/json", | 2345 "/path/to/tmp/json", |
| 1746 "--release" | 2346 "--release" |
| 1747 ], | 2347 ], |
| 1748 "cwd": "[SLAVE_BUILD]", | 2348 "cwd": "[SLAVE_BUILD]", |
| 1749 "name": "[collect] events_unittests", | 2349 "name": "[collect] events_unittests", |
| 1750 "~followup_annotations": [ | 2350 "~followup_annotations": [ |
| 1751 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2351 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 1752 ] | 2352 ] |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1797 "http", | 2397 "http", |
| 1798 "--device-type", | 2398 "--device-type", |
| 1799 "Android", | 2399 "Android", |
| 1800 "--remote-device", | 2400 "--remote-device", |
| 1801 "Nexus 5", | 2401 "Nexus 5", |
| 1802 "--remote-device-os", | 2402 "--remote-device-os", |
| 1803 "4.4.2", | 2403 "4.4.2", |
| 1804 "--collect", | 2404 "--collect", |
| 1805 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2405 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1806 "--results-path", | 2406 "--results-path", |
| 1807 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2407 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", |
| 1808 "--verbose", | 2408 "--verbose", |
| 1809 "--json-results-file", | 2409 "--json-results-file", |
| 1810 "/path/to/tmp/json", | 2410 "/path/to/tmp/json", |
| 1811 "--release" | 2411 "--release" |
| 1812 ], | 2412 ], |
| 1813 "cwd": "[SLAVE_BUILD]", | 2413 "cwd": "[SLAVE_BUILD]", |
| 1814 "name": "[collect] gl_tests", | 2414 "name": "[collect] gl_tests", |
| 1815 "~followup_annotations": [ | 2415 "~followup_annotations": [ |
| 1816 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2416 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 1817 ] | 2417 ] |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1862 "http", | 2462 "http", |
| 1863 "--device-type", | 2463 "--device-type", |
| 1864 "Android", | 2464 "Android", |
| 1865 "--remote-device", | 2465 "--remote-device", |
| 1866 "Nexus 5", | 2466 "Nexus 5", |
| 1867 "--remote-device-os", | 2467 "--remote-device-os", |
| 1868 "4.4.2", | 2468 "4.4.2", |
| 1869 "--collect", | 2469 "--collect", |
| 1870 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2470 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1871 "--results-path", | 2471 "--results-path", |
| 1872 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2472 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", |
| 1873 "--verbose", | 2473 "--verbose", |
| 1874 "--json-results-file", | 2474 "--json-results-file", |
| 1875 "/path/to/tmp/json", | 2475 "/path/to/tmp/json", |
| 1876 "--release" | 2476 "--release" |
| 1877 ], | 2477 ], |
| 1878 "cwd": "[SLAVE_BUILD]", | 2478 "cwd": "[SLAVE_BUILD]", |
| 1879 "name": "[collect] ipc_tests", | 2479 "name": "[collect] ipc_tests", |
| 1880 "~followup_annotations": [ | 2480 "~followup_annotations": [ |
| 1881 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2481 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 1882 ] | 2482 ] |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1929 "http", | 2529 "http", |
| 1930 "--device-type", | 2530 "--device-type", |
| 1931 "Android", | 2531 "Android", |
| 1932 "--remote-device", | 2532 "--remote-device", |
| 1933 "Nexus 5", | 2533 "Nexus 5", |
| 1934 "--remote-device-os", | 2534 "--remote-device-os", |
| 1935 "4.4.2", | 2535 "4.4.2", |
| 1936 "--collect", | 2536 "--collect", |
| 1937 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2537 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1938 "--results-path", | 2538 "--results-path", |
| 1939 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2539 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", |
| 1940 "--verbose", | 2540 "--verbose", |
| 1941 "--json-results-file", | 2541 "--json-results-file", |
| 1942 "/path/to/tmp/json", | 2542 "/path/to/tmp/json", |
| 1943 "--release" | 2543 "--release" |
| 1944 ], | 2544 ], |
| 1945 "cwd": "[SLAVE_BUILD]", | 2545 "cwd": "[SLAVE_BUILD]", |
| 1946 "name": "[collect] sql_unittests", | 2546 "name": "[collect] sql_unittests", |
| 1947 "~followup_annotations": [ | 2547 "~followup_annotations": [ |
| 1948 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2548 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 1949 ] | 2549 ] |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1996 "http", | 2596 "http", |
| 1997 "--device-type", | 2597 "--device-type", |
| 1998 "Android", | 2598 "Android", |
| 1999 "--remote-device", | 2599 "--remote-device", |
| 2000 "Nexus 5", | 2600 "Nexus 5", |
| 2001 "--remote-device-os", | 2601 "--remote-device-os", |
| 2002 "4.4.2", | 2602 "4.4.2", |
| 2003 "--collect", | 2603 "--collect", |
| 2004 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2604 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2005 "--results-path", | 2605 "--results-path", |
| 2006 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2606 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", |
| 2007 "--verbose", | 2607 "--verbose", |
| 2008 "--json-results-file", | 2608 "--json-results-file", |
| 2009 "/path/to/tmp/json", | 2609 "/path/to/tmp/json", |
| 2010 "--release" | 2610 "--release" |
| 2011 ], | 2611 ], |
| 2012 "cwd": "[SLAVE_BUILD]", | 2612 "cwd": "[SLAVE_BUILD]", |
| 2013 "name": "[collect] sync_unit_tests", | 2613 "name": "[collect] sync_unit_tests", |
| 2014 "~followup_annotations": [ | 2614 "~followup_annotations": [ |
| 2015 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2615 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2016 ] | 2616 ] |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2061 "http", | 2661 "http", |
| 2062 "--device-type", | 2662 "--device-type", |
| 2063 "Android", | 2663 "Android", |
| 2064 "--remote-device", | 2664 "--remote-device", |
| 2065 "Nexus 5", | 2665 "Nexus 5", |
| 2066 "--remote-device-os", | 2666 "--remote-device-os", |
| 2067 "4.4.2", | 2667 "4.4.2", |
| 2068 "--collect", | 2668 "--collect", |
| 2069 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2669 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2070 "--results-path", | 2670 "--results-path", |
| 2071 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2671 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", |
| 2072 "--verbose", | 2672 "--verbose", |
| 2073 "--json-results-file", | 2673 "--json-results-file", |
| 2074 "/path/to/tmp/json", | 2674 "/path/to/tmp/json", |
| 2075 "--release" | 2675 "--release" |
| 2076 ], | 2676 ], |
| 2077 "cwd": "[SLAVE_BUILD]", | 2677 "cwd": "[SLAVE_BUILD]", |
| 2078 "name": "[collect] ui_android_unittests", | 2678 "name": "[collect] ui_android_unittests", |
| 2079 "~followup_annotations": [ | 2679 "~followup_annotations": [ |
| 2080 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2680 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2081 ] | 2681 ] |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2126 "http", | 2726 "http", |
| 2127 "--device-type", | 2727 "--device-type", |
| 2128 "Android", | 2728 "Android", |
| 2129 "--remote-device", | 2729 "--remote-device", |
| 2130 "Nexus 5", | 2730 "Nexus 5", |
| 2131 "--remote-device-os", | 2731 "--remote-device-os", |
| 2132 "4.4.2", | 2732 "4.4.2", |
| 2133 "--collect", | 2733 "--collect", |
| 2134 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2734 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2135 "--results-path", | 2735 "--results-path", |
| 2136 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", | 2736 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", |
| 2137 "--verbose", | 2737 "--verbose", |
| 2138 "--json-results-file", | 2738 "--json-results-file", |
| 2139 "/path/to/tmp/json", | 2739 "/path/to/tmp/json", |
| 2140 "--release" | 2740 "--release" |
| 2141 ], | 2741 ], |
| 2142 "cwd": "[SLAVE_BUILD]", | 2742 "cwd": "[SLAVE_BUILD]", |
| 2143 "name": "[collect] ui_touch_selection_unittests", | 2743 "name": "[collect] ui_touch_selection_unittests", |
| 2144 "~followup_annotations": [ | 2744 "~followup_annotations": [ |
| 2145 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2745 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2146 ] | 2746 ] |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2217 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 2817 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 2218 "@@@STEP_LOG_END@python.inline@@@" | 2818 "@@@STEP_LOG_END@python.inline@@@" |
| 2219 ] | 2819 ] |
| 2220 }, | 2820 }, |
| 2221 { | 2821 { |
| 2222 "name": "$result", | 2822 "name": "$result", |
| 2223 "recipe_result": null, | 2823 "recipe_result": null, |
| 2224 "status_code": 0 | 2824 "status_code": 0 |
| 2225 } | 2825 } |
| 2226 ] | 2826 ] |
| OLD | NEW |