| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_amp", | 10 "android_amp", |
| (...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 "~followup_annotations": [ | 424 "~followup_annotations": [ |
| 425 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 425 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 426 "@@@STEP_LOG_END@json.output (invalid)@@@" | 426 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 427 ] | 427 ] |
| 428 }, | 428 }, |
| 429 { | 429 { |
| 430 "cmd": [ | 430 "cmd": [ |
| 431 "[BUILD]/scripts/slave/daemonizer.py", | 431 "[BUILD]/scripts/slave/daemonizer.py", |
| 432 "--", | 432 "--", |
| 433 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 433 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 434 "[SLAVE_BUILD]/src/out/logcat_dir" | 434 "[SLAVE_BUILD]/src/out/logcat" |
| 435 ], | 435 ], |
| 436 "cwd": "[SLAVE_BUILD]", | 436 "cwd": "[SLAVE_BUILD]", |
| 437 "env": { | 437 "env": { |
| 438 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 438 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 439 }, | 439 }, |
| 440 "name": "spawn_logcat_monitor" | 440 "name": "spawn_logcat_monitor" |
| 441 }, | 441 }, |
| 442 { | 442 { |
| 443 "cmd": [ | 443 "cmd": [ |
| 444 "python", | 444 "python", |
| (...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1253 "python", | 1253 "python", |
| 1254 "-u", | 1254 "-u", |
| 1255 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1255 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 1256 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers
ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", | 1256 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers
ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", |
| 1257 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" | 1257 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" |
| 1258 ], | 1258 ], |
| 1259 "cwd": "[SLAVE_BUILD]", | 1259 "cwd": "[SLAVE_BUILD]", |
| 1260 "name": "[trigger] save ui_touch_selection_unittests (with patch)" | 1260 "name": "[trigger] save ui_touch_selection_unittests (with patch)" |
| 1261 }, | 1261 }, |
| 1262 { | 1262 { |
| 1263 "cmd": [], | |
| 1264 "cwd": "[SLAVE_BUILD]", | |
| 1265 "name": "AndroidWebViewTest" | |
| 1266 }, | |
| 1267 { | |
| 1268 "cmd": [ | |
| 1269 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1270 "--", | |
| 1271 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1272 "[TMP_BASE]/logcat_tmp_2" | |
| 1273 ], | |
| 1274 "cwd": "[SLAVE_BUILD]", | |
| 1275 "env": { | |
| 1276 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1277 }, | |
| 1278 "name": "AndroidWebViewTest.spawn_logcat_monitor", | |
| 1279 "~followup_annotations": [ | |
| 1280 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1281 ] | |
| 1282 }, | |
| 1283 { | |
| 1284 "cmd": [ | 1263 "cmd": [ |
| 1285 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 1264 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 1286 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | 1265 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
| 1287 "-v", | 1266 "-v", |
| 1288 "--blacklist-file", | 1267 "--blacklist-file", |
| 1289 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1268 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1290 "--release" | 1269 "--release" |
| 1291 ], | 1270 ], |
| 1292 "cwd": "[SLAVE_BUILD]", | 1271 "cwd": "[SLAVE_BUILD]", |
| 1293 "env": { | 1272 "env": { |
| 1294 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1273 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1295 }, | 1274 }, |
| 1296 "name": "AndroidWebViewTest.install AndroidWebView.apk", | 1275 "name": "install AndroidWebView.apk" |
| 1297 "~followup_annotations": [ | |
| 1298 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1299 ] | |
| 1300 }, | 1276 }, |
| 1301 { | 1277 { |
| 1302 "cmd": [ | 1278 "cmd": [ |
| 1303 "python", | 1279 "python", |
| 1304 "-u", | 1280 "-u", |
| 1305 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1281 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1306 "instrumentation", | 1282 "instrumentation", |
| 1307 "--test-apk", | 1283 "--test-apk", |
| 1308 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | 1284 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", |
| 1309 "--blacklist-file", | 1285 "--blacklist-file", |
| 1310 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1286 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1311 "--apk-under-test", | 1287 "--apk-under-test", |
| 1312 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | 1288 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
| 1313 "--isolate-file-path", | 1289 "--isolate-file-path", |
| 1314 "android_webview/android_webview_test_apk.isolate", | 1290 "android_webview/android_webview_test_apk.isolate", |
| 1315 "--flakiness-dashboard-server", | 1291 "--flakiness-dashboard-server", |
| 1316 "test-results.appspot.com", | 1292 "test-results.appspot.com", |
| 1317 "--verbose", | 1293 "--verbose", |
| 1318 "--release", | 1294 "--release", |
| 1319 "--json-results-file", | 1295 "--json-results-file", |
| 1320 "/path/to/tmp/json" | 1296 "/path/to/tmp/json" |
| 1321 ], | 1297 ], |
| 1322 "cwd": "[SLAVE_BUILD]", | 1298 "cwd": "[SLAVE_BUILD]", |
| 1323 "name": "AndroidWebViewTest.Instrumentation test AndroidWebViewTest (with pa
tch)", | 1299 "name": "Instrumentation test AndroidWebViewTest (with patch)", |
| 1324 "~followup_annotations": [ | 1300 "~followup_annotations": [ |
| 1325 "@@@STEP_NEST_LEVEL@1@@@" | 1301 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1326 ] | 1302 ] |
| 1327 }, | 1303 }, |
| 1328 { | 1304 { |
| 1329 "cmd": [ | |
| 1330 "python", | |
| 1331 "-u", | |
| 1332 "[BUILD]/scripts/slave/tee.py", | |
| 1333 "/path/to/tmp/logcat", | |
| 1334 "--", | |
| 1335 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 1336 "[TMP_BASE]/logcat_tmp_2" | |
| 1337 ], | |
| 1338 "cwd": "[SLAVE_BUILD]", | |
| 1339 "name": "AndroidWebViewTest.logcat_dump", | |
| 1340 "~followup_annotations": [ | |
| 1341 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1342 ] | |
| 1343 }, | |
| 1344 { | |
| 1345 "cmd": [], | |
| 1346 "cwd": "[SLAVE_BUILD]", | |
| 1347 "name": "ContentShellTest" | |
| 1348 }, | |
| 1349 { | |
| 1350 "cmd": [ | |
| 1351 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1352 "--", | |
| 1353 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1354 "[TMP_BASE]/logcat_tmp_3" | |
| 1355 ], | |
| 1356 "cwd": "[SLAVE_BUILD]", | |
| 1357 "env": { | |
| 1358 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1359 }, | |
| 1360 "name": "ContentShellTest.spawn_logcat_monitor", | |
| 1361 "~followup_annotations": [ | |
| 1362 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1363 ] | |
| 1364 }, | |
| 1365 { | |
| 1366 "cmd": [ | 1305 "cmd": [ |
| 1367 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 1306 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 1368 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | 1307 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", |
| 1369 "-v", | 1308 "-v", |
| 1370 "--blacklist-file", | 1309 "--blacklist-file", |
| 1371 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1310 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1372 "--release" | 1311 "--release" |
| 1373 ], | 1312 ], |
| 1374 "cwd": "[SLAVE_BUILD]", | 1313 "cwd": "[SLAVE_BUILD]", |
| 1375 "env": { | 1314 "env": { |
| 1376 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1315 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1377 }, | 1316 }, |
| 1378 "name": "ContentShellTest.install ContentShell.apk", | 1317 "name": "install ContentShell.apk" |
| 1379 "~followup_annotations": [ | |
| 1380 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1381 ] | |
| 1382 }, | 1318 }, |
| 1383 { | 1319 { |
| 1384 "cmd": [ | 1320 "cmd": [ |
| 1385 "python", | 1321 "python", |
| 1386 "-u", | 1322 "-u", |
| 1387 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1323 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1388 "instrumentation", | 1324 "instrumentation", |
| 1389 "--test-apk", | 1325 "--test-apk", |
| 1390 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", | 1326 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", |
| 1391 "--blacklist-file", | 1327 "--blacklist-file", |
| 1392 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1328 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1393 "--apk-under-test", | 1329 "--apk-under-test", |
| 1394 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | 1330 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", |
| 1395 "--isolate-file-path", | 1331 "--isolate-file-path", |
| 1396 "content/content_shell_test_apk.isolate", | 1332 "content/content_shell_test_apk.isolate", |
| 1397 "--flakiness-dashboard-server", | 1333 "--flakiness-dashboard-server", |
| 1398 "test-results.appspot.com", | 1334 "test-results.appspot.com", |
| 1399 "--verbose", | 1335 "--verbose", |
| 1400 "--release", | 1336 "--release", |
| 1401 "--json-results-file", | 1337 "--json-results-file", |
| 1402 "/path/to/tmp/json" | 1338 "/path/to/tmp/json" |
| 1403 ], | 1339 ], |
| 1404 "cwd": "[SLAVE_BUILD]", | 1340 "cwd": "[SLAVE_BUILD]", |
| 1405 "name": "ContentShellTest.Instrumentation test ContentShellTest (with patch)
", | 1341 "name": "Instrumentation test ContentShellTest (with patch)", |
| 1406 "~followup_annotations": [ | 1342 "~followup_annotations": [ |
| 1407 "@@@STEP_NEST_LEVEL@1@@@" | 1343 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1408 ] | 1344 ] |
| 1409 }, | 1345 }, |
| 1410 { | 1346 { |
| 1411 "cmd": [ | |
| 1412 "python", | |
| 1413 "-u", | |
| 1414 "[BUILD]/scripts/slave/tee.py", | |
| 1415 "/path/to/tmp/logcat", | |
| 1416 "--", | |
| 1417 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 1418 "[TMP_BASE]/logcat_tmp_3" | |
| 1419 ], | |
| 1420 "cwd": "[SLAVE_BUILD]", | |
| 1421 "name": "ContentShellTest.logcat_dump", | |
| 1422 "~followup_annotations": [ | |
| 1423 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1424 ] | |
| 1425 }, | |
| 1426 { | |
| 1427 "cmd": [], | |
| 1428 "cwd": "[SLAVE_BUILD]", | |
| 1429 "name": "ChromePublicTest" | |
| 1430 }, | |
| 1431 { | |
| 1432 "cmd": [ | |
| 1433 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1434 "--", | |
| 1435 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1436 "[TMP_BASE]/logcat_tmp_4" | |
| 1437 ], | |
| 1438 "cwd": "[SLAVE_BUILD]", | |
| 1439 "env": { | |
| 1440 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1441 }, | |
| 1442 "name": "ChromePublicTest.spawn_logcat_monitor", | |
| 1443 "~followup_annotations": [ | |
| 1444 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1445 ] | |
| 1446 }, | |
| 1447 { | |
| 1448 "cmd": [ | 1347 "cmd": [ |
| 1449 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 1348 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 1450 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | 1349 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", |
| 1451 "-v", | 1350 "-v", |
| 1452 "--blacklist-file", | 1351 "--blacklist-file", |
| 1453 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1352 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1454 "--release" | 1353 "--release" |
| 1455 ], | 1354 ], |
| 1456 "cwd": "[SLAVE_BUILD]", | 1355 "cwd": "[SLAVE_BUILD]", |
| 1457 "env": { | 1356 "env": { |
| 1458 "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" |
| 1459 }, | 1358 }, |
| 1460 "name": "ChromePublicTest.install ChromePublic.apk", | 1359 "name": "install ChromePublic.apk" |
| 1461 "~followup_annotations": [ | |
| 1462 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1463 ] | |
| 1464 }, | 1360 }, |
| 1465 { | 1361 { |
| 1466 "cmd": [ | 1362 "cmd": [ |
| 1467 "python", | 1363 "python", |
| 1468 "-u", | 1364 "-u", |
| 1469 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1365 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1470 "instrumentation", | 1366 "instrumentation", |
| 1471 "--test-apk", | 1367 "--test-apk", |
| 1472 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", | 1368 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", |
| 1473 "--blacklist-file", | 1369 "--blacklist-file", |
| 1474 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1370 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1475 "--apk-under-test", | 1371 "--apk-under-test", |
| 1476 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | 1372 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", |
| 1477 "--isolate-file-path", | 1373 "--isolate-file-path", |
| 1478 "chrome/chrome_public_test_apk.isolate", | 1374 "chrome/chrome_public_test_apk.isolate", |
| 1479 "--flakiness-dashboard-server", | 1375 "--flakiness-dashboard-server", |
| 1480 "test-results.appspot.com", | 1376 "test-results.appspot.com", |
| 1481 "--verbose", | 1377 "--verbose", |
| 1482 "--release", | 1378 "--release", |
| 1483 "--json-results-file", | 1379 "--json-results-file", |
| 1484 "/path/to/tmp/json" | 1380 "/path/to/tmp/json" |
| 1485 ], | 1381 ], |
| 1486 "cwd": "[SLAVE_BUILD]", | 1382 "cwd": "[SLAVE_BUILD]", |
| 1487 "name": "ChromePublicTest.Instrumentation test ChromePublicTest (with patch)
", | 1383 "name": "Instrumentation test ChromePublicTest (with patch)", |
| 1488 "~followup_annotations": [ | 1384 "~followup_annotations": [ |
| 1489 "@@@STEP_NEST_LEVEL@1@@@" | 1385 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1490 ] | 1386 ] |
| 1491 }, | 1387 }, |
| 1492 { | 1388 { |
| 1493 "cmd": [ | |
| 1494 "python", | |
| 1495 "-u", | |
| 1496 "[BUILD]/scripts/slave/tee.py", | |
| 1497 "/path/to/tmp/logcat", | |
| 1498 "--", | |
| 1499 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 1500 "[TMP_BASE]/logcat_tmp_4" | |
| 1501 ], | |
| 1502 "cwd": "[SLAVE_BUILD]", | |
| 1503 "name": "ChromePublicTest.logcat_dump", | |
| 1504 "~followup_annotations": [ | |
| 1505 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1506 ] | |
| 1507 }, | |
| 1508 { | |
| 1509 "cmd": [], | |
| 1510 "cwd": "[SLAVE_BUILD]", | |
| 1511 "name": "ChromeSyncShellTest" | |
| 1512 }, | |
| 1513 { | |
| 1514 "cmd": [ | |
| 1515 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1516 "--", | |
| 1517 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1518 "[TMP_BASE]/logcat_tmp_5" | |
| 1519 ], | |
| 1520 "cwd": "[SLAVE_BUILD]", | |
| 1521 "env": { | |
| 1522 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1523 }, | |
| 1524 "name": "ChromeSyncShellTest.spawn_logcat_monitor", | |
| 1525 "~followup_annotations": [ | |
| 1526 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1527 ] | |
| 1528 }, | |
| 1529 { | |
| 1530 "cmd": [ | 1389 "cmd": [ |
| 1531 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 1390 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 1532 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | 1391 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", |
| 1533 "-v", | 1392 "-v", |
| 1534 "--blacklist-file", | 1393 "--blacklist-file", |
| 1535 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1394 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1536 "--release" | 1395 "--release" |
| 1537 ], | 1396 ], |
| 1538 "cwd": "[SLAVE_BUILD]", | 1397 "cwd": "[SLAVE_BUILD]", |
| 1539 "env": { | 1398 "env": { |
| 1540 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1399 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1541 }, | 1400 }, |
| 1542 "name": "ChromeSyncShellTest.install ChromeSyncShell.apk", | 1401 "name": "install ChromeSyncShell.apk" |
| 1543 "~followup_annotations": [ | |
| 1544 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1545 ] | |
| 1546 }, | 1402 }, |
| 1547 { | 1403 { |
| 1548 "cmd": [ | 1404 "cmd": [ |
| 1549 "python", | 1405 "python", |
| 1550 "-u", | 1406 "-u", |
| 1551 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1407 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1552 "instrumentation", | 1408 "instrumentation", |
| 1553 "--test-apk", | 1409 "--test-apk", |
| 1554 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", | 1410 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", |
| 1555 "--blacklist-file", | 1411 "--blacklist-file", |
| 1556 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1412 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1557 "--apk-under-test", | 1413 "--apk-under-test", |
| 1558 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | 1414 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", |
| 1559 "--flakiness-dashboard-server", | 1415 "--flakiness-dashboard-server", |
| 1560 "test-results.appspot.com", | 1416 "test-results.appspot.com", |
| 1561 "--verbose", | 1417 "--verbose", |
| 1562 "--release", | 1418 "--release", |
| 1563 "--json-results-file", | 1419 "--json-results-file", |
| 1564 "/path/to/tmp/json" | 1420 "/path/to/tmp/json" |
| 1565 ], | 1421 ], |
| 1566 "cwd": "[SLAVE_BUILD]", | 1422 "cwd": "[SLAVE_BUILD]", |
| 1567 "name": "ChromeSyncShellTest.Instrumentation test ChromeSyncShellTest (with
patch)", | 1423 "name": "Instrumentation test ChromeSyncShellTest (with patch)", |
| 1568 "~followup_annotations": [ | 1424 "~followup_annotations": [ |
| 1569 "@@@STEP_NEST_LEVEL@1@@@" | 1425 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1570 ] | 1426 ] |
| 1571 }, | 1427 }, |
| 1572 { | 1428 { |
| 1573 "cmd": [ | 1429 "cmd": [ |
| 1574 "python", | 1430 "python", |
| 1575 "-u", | 1431 "-u", |
| 1576 "[BUILD]/scripts/slave/tee.py", | 1432 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1577 "/path/to/tmp/logcat", | 1433 "gtest", |
| 1578 "--", | 1434 "-s", |
| 1579 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 1435 "breakpad_unittests", |
| 1580 "[TMP_BASE]/logcat_tmp_5" | 1436 "--blacklist-file", |
| 1581 ], | 1437 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1582 "cwd": "[SLAVE_BUILD]", | 1438 "--verbose", |
| 1583 "name": "ChromeSyncShellTest.logcat_dump", | 1439 "--release", |
| 1584 "~followup_annotations": [ | 1440 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate
", |
| 1585 "@@@STEP_NEST_LEVEL@1@@@" | 1441 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1586 ] | 1442 "--json-results-file", |
| 1587 }, | 1443 "/path/to/tmp/json" |
| 1588 { | |
| 1589 "cmd": [], | |
| 1590 "cwd": "[SLAVE_BUILD]", | |
| 1591 "name": "breakpad_unittests" | |
| 1592 }, | |
| 1593 { | |
| 1594 "cmd": [ | |
| 1595 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1596 "--", | |
| 1597 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1598 "[TMP_BASE]/logcat_tmp_6" | |
| 1599 ], | 1444 ], |
| 1600 "cwd": "[SLAVE_BUILD]", | 1445 "cwd": "[SLAVE_BUILD]", |
| 1601 "env": { | 1446 "env": { |
| 1602 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1447 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1603 }, | 1448 }, |
| 1604 "name": "breakpad_unittests.spawn_logcat_monitor", | 1449 "name": "breakpad_unittests (with patch)" |
| 1605 "~followup_annotations": [ | |
| 1606 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1607 ] | |
| 1608 }, | 1450 }, |
| 1609 { | 1451 { |
| 1610 "cmd": [ | 1452 "cmd": [ |
| 1611 "python", | 1453 "python", |
| 1612 "-u", | 1454 "-u", |
| 1613 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1455 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1614 "gtest", | 1456 "gtest", |
| 1615 "-s", | 1457 "-s", |
| 1616 "breakpad_unittests", | 1458 "cc_unittests", |
| 1617 "--blacklist-file", | 1459 "--blacklist-file", |
| 1618 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1460 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1619 "--verbose", | 1461 "--verbose", |
| 1620 "--release", | 1462 "--release", |
| 1621 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate
", | |
| 1622 "--flakiness-dashboard-server=test-results.appspot.com", | 1463 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1623 "--json-results-file", | 1464 "--json-results-file", |
| 1624 "/path/to/tmp/json" | 1465 "/path/to/tmp/json" |
| 1625 ], | 1466 ], |
| 1626 "cwd": "[SLAVE_BUILD]", | 1467 "cwd": "[SLAVE_BUILD]", |
| 1627 "env": { | 1468 "env": { |
| 1628 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1469 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1629 }, | 1470 }, |
| 1630 "name": "breakpad_unittests.breakpad_unittests (with patch)", | 1471 "name": "cc_unittests (with patch)" |
| 1631 "~followup_annotations": [ | |
| 1632 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1633 ] | |
| 1634 }, | 1472 }, |
| 1635 { | 1473 { |
| 1636 "cmd": [ | 1474 "cmd": [ |
| 1637 "python", | 1475 "python", |
| 1638 "-u", | 1476 "-u", |
| 1639 "[BUILD]/scripts/slave/tee.py", | 1477 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1640 "/path/to/tmp/logcat", | 1478 "gtest", |
| 1641 "--", | 1479 "-s", |
| 1642 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 1480 "content_browsertests", |
| 1643 "[TMP_BASE]/logcat_tmp_6" | 1481 "--blacklist-file", |
| 1644 ], | 1482 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1645 "cwd": "[SLAVE_BUILD]", | 1483 "--verbose", |
| 1646 "name": "breakpad_unittests.logcat_dump", | 1484 "--release", |
| 1647 "~followup_annotations": [ | 1485 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1648 "@@@STEP_NEST_LEVEL@1@@@" | 1486 "--json-results-file", |
| 1649 ] | 1487 "/path/to/tmp/json" |
| 1650 }, | |
| 1651 { | |
| 1652 "cmd": [], | |
| 1653 "cwd": "[SLAVE_BUILD]", | |
| 1654 "name": "cc_unittests" | |
| 1655 }, | |
| 1656 { | |
| 1657 "cmd": [ | |
| 1658 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1659 "--", | |
| 1660 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1661 "[TMP_BASE]/logcat_tmp_7" | |
| 1662 ], | 1488 ], |
| 1663 "cwd": "[SLAVE_BUILD]", | 1489 "cwd": "[SLAVE_BUILD]", |
| 1664 "env": { | 1490 "env": { |
| 1665 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1491 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1666 }, | 1492 }, |
| 1667 "name": "cc_unittests.spawn_logcat_monitor", | 1493 "name": "content_browsertests (with patch)" |
| 1668 "~followup_annotations": [ | |
| 1669 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1670 ] | |
| 1671 }, | 1494 }, |
| 1672 { | 1495 { |
| 1673 "cmd": [ | 1496 "cmd": [ |
| 1674 "python", | 1497 "python", |
| 1675 "-u", | 1498 "-u", |
| 1676 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1499 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1677 "gtest", | 1500 "gtest", |
| 1678 "-s", | 1501 "-s", |
| 1679 "cc_unittests", | 1502 "content_unittests", |
| 1680 "--blacklist-file", | 1503 "--blacklist-file", |
| 1681 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1504 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1682 "--verbose", | 1505 "--verbose", |
| 1683 "--release", | 1506 "--release", |
| 1684 "--flakiness-dashboard-server=test-results.appspot.com", | 1507 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1685 "--json-results-file", | 1508 "--json-results-file", |
| 1686 "/path/to/tmp/json" | 1509 "/path/to/tmp/json" |
| 1687 ], | 1510 ], |
| 1688 "cwd": "[SLAVE_BUILD]", | 1511 "cwd": "[SLAVE_BUILD]", |
| 1689 "env": { | 1512 "env": { |
| 1690 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1513 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1691 }, | 1514 }, |
| 1692 "name": "cc_unittests.cc_unittests (with patch)", | 1515 "name": "content_unittests (with patch)" |
| 1693 "~followup_annotations": [ | |
| 1694 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1695 ] | |
| 1696 }, | 1516 }, |
| 1697 { | 1517 { |
| 1698 "cmd": [ | 1518 "cmd": [ |
| 1699 "python", | 1519 "python", |
| 1700 "-u", | 1520 "-u", |
| 1701 "[BUILD]/scripts/slave/tee.py", | 1521 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1702 "/path/to/tmp/logcat", | 1522 "gtest", |
| 1703 "--", | 1523 "-s", |
| 1704 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 1524 "gpu_unittests", |
| 1705 "[TMP_BASE]/logcat_tmp_7" | 1525 "--blacklist-file", |
| 1706 ], | 1526 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1707 "cwd": "[SLAVE_BUILD]", | 1527 "--verbose", |
| 1708 "name": "cc_unittests.logcat_dump", | 1528 "--release", |
| 1709 "~followup_annotations": [ | 1529 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1710 "@@@STEP_NEST_LEVEL@1@@@" | 1530 "--json-results-file", |
| 1711 ] | 1531 "/path/to/tmp/json" |
| 1712 }, | |
| 1713 { | |
| 1714 "cmd": [], | |
| 1715 "cwd": "[SLAVE_BUILD]", | |
| 1716 "name": "content_browsertests" | |
| 1717 }, | |
| 1718 { | |
| 1719 "cmd": [ | |
| 1720 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1721 "--", | |
| 1722 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1723 "[TMP_BASE]/logcat_tmp_8" | |
| 1724 ], | 1532 ], |
| 1725 "cwd": "[SLAVE_BUILD]", | 1533 "cwd": "[SLAVE_BUILD]", |
| 1726 "env": { | 1534 "env": { |
| 1727 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1535 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1728 }, | 1536 }, |
| 1729 "name": "content_browsertests.spawn_logcat_monitor", | 1537 "name": "gpu_unittests (with patch)" |
| 1730 "~followup_annotations": [ | |
| 1731 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1732 ] | |
| 1733 }, | 1538 }, |
| 1734 { | 1539 { |
| 1735 "cmd": [ | 1540 "cmd": [ |
| 1736 "python", | 1541 "python", |
| 1737 "-u", | 1542 "-u", |
| 1738 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1543 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1739 "gtest", | 1544 "gtest", |
| 1740 "-s", | 1545 "-s", |
| 1741 "content_browsertests", | 1546 "media_unittests", |
| 1742 "--blacklist-file", | 1547 "--blacklist-file", |
| 1743 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1548 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1744 "--verbose", | 1549 "--verbose", |
| 1745 "--release", | 1550 "--release", |
| 1746 "--flakiness-dashboard-server=test-results.appspot.com", | 1551 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1747 "--json-results-file", | 1552 "--json-results-file", |
| 1748 "/path/to/tmp/json" | 1553 "/path/to/tmp/json" |
| 1749 ], | 1554 ], |
| 1750 "cwd": "[SLAVE_BUILD]", | 1555 "cwd": "[SLAVE_BUILD]", |
| 1751 "env": { | 1556 "env": { |
| 1752 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1557 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1753 }, | 1558 }, |
| 1754 "name": "content_browsertests.content_browsertests (with patch)", | 1559 "name": "media_unittests (with patch)" |
| 1755 "~followup_annotations": [ | |
| 1756 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1757 ] | |
| 1758 }, | 1560 }, |
| 1759 { | 1561 { |
| 1760 "cmd": [ | 1562 "cmd": [ |
| 1761 "python", | 1563 "python", |
| 1762 "-u", | 1564 "-u", |
| 1763 "[BUILD]/scripts/slave/tee.py", | 1565 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1764 "/path/to/tmp/logcat", | 1566 "gtest", |
| 1765 "--", | 1567 "-s", |
| 1766 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 1568 "net_unittests", |
| 1767 "[TMP_BASE]/logcat_tmp_8" | 1569 "--blacklist-file", |
| 1768 ], | 1570 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1769 "cwd": "[SLAVE_BUILD]", | 1571 "--verbose", |
| 1770 "name": "content_browsertests.logcat_dump", | 1572 "--release", |
| 1771 "~followup_annotations": [ | 1573 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate", |
| 1772 "@@@STEP_NEST_LEVEL@1@@@" | 1574 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1773 ] | 1575 "--json-results-file", |
| 1774 }, | 1576 "/path/to/tmp/json", |
| 1775 { | 1577 "-t", |
| 1776 "cmd": [], | 1578 "300" |
| 1777 "cwd": "[SLAVE_BUILD]", | |
| 1778 "name": "content_unittests" | |
| 1779 }, | |
| 1780 { | |
| 1781 "cmd": [ | |
| 1782 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1783 "--", | |
| 1784 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1785 "[TMP_BASE]/logcat_tmp_9" | |
| 1786 ], | 1579 ], |
| 1787 "cwd": "[SLAVE_BUILD]", | 1580 "cwd": "[SLAVE_BUILD]", |
| 1788 "env": { | 1581 "env": { |
| 1789 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1582 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1790 }, | 1583 }, |
| 1791 "name": "content_unittests.spawn_logcat_monitor", | 1584 "name": "net_unittests (with patch)" |
| 1792 "~followup_annotations": [ | |
| 1793 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1794 ] | |
| 1795 }, | 1585 }, |
| 1796 { | 1586 { |
| 1797 "cmd": [ | 1587 "cmd": [ |
| 1588 "python", |
| 1589 "-u", |
| 1590 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1591 "gtest", |
| 1592 "-s", |
| 1593 "sandbox_linux_unittests", |
| 1594 "--blacklist-file", |
| 1595 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1596 "--verbose", |
| 1597 "--release", |
| 1598 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1599 "--json-results-file", |
| 1600 "/path/to/tmp/json" |
| 1601 ], |
| 1602 "cwd": "[SLAVE_BUILD]", |
| 1603 "env": { |
| 1604 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1605 }, |
| 1606 "name": "sandbox_linux_unittests (with patch)" |
| 1607 }, |
| 1608 { |
| 1609 "cmd": [ |
| 1798 "python", | 1610 "python", |
| 1799 "-u", | 1611 "-u", |
| 1800 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1612 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1801 "gtest", | 1613 "gtest", |
| 1802 "-s", | 1614 "-s", |
| 1803 "content_unittests", | 1615 "ui_base_unittests", |
| 1804 "--blacklist-file", | 1616 "--blacklist-file", |
| 1805 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1617 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1806 "--verbose", | 1618 "--verbose", |
| 1807 "--release", | 1619 "--release", |
| 1808 "--flakiness-dashboard-server=test-results.appspot.com", | 1620 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1809 "--json-results-file", | 1621 "--json-results-file", |
| 1810 "/path/to/tmp/json" | 1622 "/path/to/tmp/json" |
| 1811 ], | 1623 ], |
| 1812 "cwd": "[SLAVE_BUILD]", | 1624 "cwd": "[SLAVE_BUILD]", |
| 1813 "env": { | 1625 "env": { |
| 1814 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1626 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1815 }, | 1627 }, |
| 1816 "name": "content_unittests.content_unittests (with patch)", | 1628 "name": "ui_base_unittests (with patch)" |
| 1817 "~followup_annotations": [ | |
| 1818 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1819 ] | |
| 1820 }, | |
| 1821 { | |
| 1822 "cmd": [ | |
| 1823 "python", | |
| 1824 "-u", | |
| 1825 "[BUILD]/scripts/slave/tee.py", | |
| 1826 "/path/to/tmp/logcat", | |
| 1827 "--", | |
| 1828 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 1829 "[TMP_BASE]/logcat_tmp_9" | |
| 1830 ], | |
| 1831 "cwd": "[SLAVE_BUILD]", | |
| 1832 "name": "content_unittests.logcat_dump", | |
| 1833 "~followup_annotations": [ | |
| 1834 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1835 ] | |
| 1836 }, | |
| 1837 { | |
| 1838 "cmd": [], | |
| 1839 "cwd": "[SLAVE_BUILD]", | |
| 1840 "name": "gpu_unittests" | |
| 1841 }, | |
| 1842 { | |
| 1843 "cmd": [ | |
| 1844 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1845 "--", | |
| 1846 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1847 "[TMP_BASE]/logcat_tmp_10" | |
| 1848 ], | |
| 1849 "cwd": "[SLAVE_BUILD]", | |
| 1850 "env": { | |
| 1851 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1852 }, | |
| 1853 "name": "gpu_unittests.spawn_logcat_monitor", | |
| 1854 "~followup_annotations": [ | |
| 1855 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1856 ] | |
| 1857 }, | 1629 }, |
| 1858 { | 1630 { |
| 1859 "cmd": [ | 1631 "cmd": [ |
| 1860 "python", | 1632 "python", |
| 1861 "-u", | 1633 "-u", |
| 1862 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1634 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1863 "gtest", | 1635 "gtest", |
| 1864 "-s", | 1636 "-s", |
| 1865 "gpu_unittests", | 1637 "unit_tests", |
| 1866 "--blacklist-file", | 1638 "--blacklist-file", |
| 1867 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1639 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1868 "--verbose", | 1640 "--verbose", |
| 1869 "--release", | 1641 "--release", |
| 1870 "--flakiness-dashboard-server=test-results.appspot.com", | 1642 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1871 "--json-results-file", | 1643 "--json-results-file", |
| 1872 "/path/to/tmp/json" | 1644 "/path/to/tmp/json" |
| 1873 ], | 1645 ], |
| 1646 "cwd": "[SLAVE_BUILD]", |
| 1647 "env": { |
| 1648 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1649 }, |
| 1650 "name": "unit_tests (with patch)" |
| 1651 }, |
| 1652 { |
| 1653 "cmd": [ |
| 1654 "python", |
| 1655 "-u", |
| 1656 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1657 "junit", |
| 1658 "-s", |
| 1659 "junit_unit_tests", |
| 1660 "--verbose", |
| 1661 "--release", |
| 1662 "--json-results-file", |
| 1663 "/path/to/tmp/json" |
| 1664 ], |
| 1874 "cwd": "[SLAVE_BUILD]", | 1665 "cwd": "[SLAVE_BUILD]", |
| 1875 "env": { | 1666 "env": { |
| 1876 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1667 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1877 }, | 1668 }, |
| 1878 "name": "gpu_unittests.gpu_unittests (with patch)", | 1669 "name": "junit_unit_tests (with patch)", |
| 1879 "~followup_annotations": [ | 1670 "~followup_annotations": [ |
| 1880 "@@@STEP_NEST_LEVEL@1@@@" | 1671 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1881 ] | 1672 ] |
| 1882 }, | 1673 }, |
| 1883 { | 1674 { |
| 1884 "cmd": [ | 1675 "cmd": [ |
| 1885 "python", | 1676 "python", |
| 1886 "-u", | 1677 "-u", |
| 1887 "[BUILD]/scripts/slave/tee.py", | 1678 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1888 "/path/to/tmp/logcat", | 1679 "junit", |
| 1889 "--", | 1680 "-s", |
| 1890 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 1681 "chrome_junit_tests", |
| 1891 "[TMP_BASE]/logcat_tmp_10" | 1682 "--verbose", |
| 1892 ], | 1683 "--release", |
| 1893 "cwd": "[SLAVE_BUILD]", | 1684 "--json-results-file", |
| 1894 "name": "gpu_unittests.logcat_dump", | 1685 "/path/to/tmp/json" |
| 1895 "~followup_annotations": [ | |
| 1896 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1897 ] | |
| 1898 }, | |
| 1899 { | |
| 1900 "cmd": [], | |
| 1901 "cwd": "[SLAVE_BUILD]", | |
| 1902 "name": "media_unittests" | |
| 1903 }, | |
| 1904 { | |
| 1905 "cmd": [ | |
| 1906 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1907 "--", | |
| 1908 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1909 "[TMP_BASE]/logcat_tmp_11" | |
| 1910 ], | 1686 ], |
| 1911 "cwd": "[SLAVE_BUILD]", | 1687 "cwd": "[SLAVE_BUILD]", |
| 1912 "env": { | 1688 "env": { |
| 1913 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1689 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1914 }, | 1690 }, |
| 1915 "name": "media_unittests.spawn_logcat_monitor", | 1691 "name": "chrome_junit_tests (with patch)", |
| 1916 "~followup_annotations": [ | 1692 "~followup_annotations": [ |
| 1917 "@@@STEP_NEST_LEVEL@1@@@" | 1693 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1918 ] | 1694 ] |
| 1919 }, | 1695 }, |
| 1920 { | 1696 { |
| 1921 "cmd": [ | 1697 "cmd": [ |
| 1922 "python", | 1698 "python", |
| 1923 "-u", | 1699 "-u", |
| 1924 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1700 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1925 "gtest", | 1701 "junit", |
| 1926 "-s", | 1702 "-s", |
| 1927 "media_unittests", | 1703 "content_junit_tests", |
| 1928 "--blacklist-file", | |
| 1929 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1930 "--verbose", | 1704 "--verbose", |
| 1931 "--release", | 1705 "--release", |
| 1932 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 1933 "--json-results-file", | 1706 "--json-results-file", |
| 1934 "/path/to/tmp/json" | 1707 "/path/to/tmp/json" |
| 1935 ], | 1708 ], |
| 1936 "cwd": "[SLAVE_BUILD]", | 1709 "cwd": "[SLAVE_BUILD]", |
| 1937 "env": { | 1710 "env": { |
| 1938 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1711 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1939 }, | 1712 }, |
| 1940 "name": "media_unittests.media_unittests (with patch)", | 1713 "name": "content_junit_tests (with patch)", |
| 1941 "~followup_annotations": [ | 1714 "~followup_annotations": [ |
| 1942 "@@@STEP_NEST_LEVEL@1@@@" | 1715 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1943 ] | 1716 ] |
| 1944 }, | 1717 }, |
| 1945 { | 1718 { |
| 1946 "cmd": [ | 1719 "cmd": [ |
| 1947 "python", | 1720 "python", |
| 1948 "-u", | 1721 "-u", |
| 1949 "[BUILD]/scripts/slave/tee.py", | 1722 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 1950 "/path/to/tmp/logcat", | 1723 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1951 "--", | 1724 "/path/to/tmp/json" |
| 1952 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 1953 "[TMP_BASE]/logcat_tmp_11" | |
| 1954 ], | 1725 ], |
| 1955 "cwd": "[SLAVE_BUILD]", | 1726 "cwd": "[SLAVE_BUILD]", |
| 1956 "name": "media_unittests.logcat_dump", | 1727 "name": "[collect] load android_webview_unittests (with patch)", |
| 1957 "~followup_annotations": [ | 1728 "~followup_annotations": [ |
| 1958 "@@@STEP_NEST_LEVEL@1@@@" | 1729 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1730 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", |
| 1731 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", |
| 1732 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", |
| 1733 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", |
| 1734 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", |
| 1735 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1736 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1737 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1738 "@@@STEP_LOG_END@json.output@@@" |
| 1959 ] | 1739 ] |
| 1960 }, | 1740 }, |
| 1961 { | 1741 { |
| 1962 "cmd": [], | |
| 1963 "cwd": "[SLAVE_BUILD]", | |
| 1964 "name": "net_unittests" | |
| 1965 }, | |
| 1966 { | |
| 1967 "cmd": [ | |
| 1968 "[BUILD]/scripts/slave/daemonizer.py", | |
| 1969 "--", | |
| 1970 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 1971 "[TMP_BASE]/logcat_tmp_12" | |
| 1972 ], | |
| 1973 "cwd": "[SLAVE_BUILD]", | |
| 1974 "env": { | |
| 1975 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1976 }, | |
| 1977 "name": "net_unittests.spawn_logcat_monitor", | |
| 1978 "~followup_annotations": [ | |
| 1979 "@@@STEP_NEST_LEVEL@1@@@" | |
| 1980 ] | |
| 1981 }, | |
| 1982 { | |
| 1983 "cmd": [ | 1742 "cmd": [ |
| 1984 "python", | 1743 "python", |
| 1985 "-u", | 1744 "-u", |
| 1986 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1745 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1987 "gtest", | 1746 "gtest", |
| 1988 "-s", | 1747 "-s", |
| 1989 "net_unittests", | 1748 "android_webview_unittests", |
| 1990 "--blacklist-file", | 1749 "--enable-platform-mode", |
| 1991 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1750 "-e", |
| 1751 "remote_device", |
| 1752 "--api-key-file", |
| 1753 "[BUILD]/site_config/.amp_commit_queue_pool_key", |
| 1754 "--api-secret-file", |
| 1755 "[BUILD]/site_config/.amp_commit_queue_pool_secret", |
| 1756 "--api-address", |
| 1757 "172.22.21.180", |
| 1758 "--api-port", |
| 1759 "80", |
| 1760 "--api-protocol", |
| 1761 "http", |
| 1762 "--device-type", |
| 1763 "Android", |
| 1764 "--remote-device", |
| 1765 "Nexus 5", |
| 1766 "--remote-device-os", |
| 1767 "4.4.2", |
| 1768 "--collect", |
| 1769 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1770 "--results-path", |
| 1771 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", |
| 1992 "--verbose", | 1772 "--verbose", |
| 1993 "--release", | |
| 1994 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate", | |
| 1995 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 1996 "--json-results-file", | 1773 "--json-results-file", |
| 1997 "/path/to/tmp/json", | 1774 "/path/to/tmp/json", |
| 1998 "-t", | 1775 "--release" |
| 1999 "300" | |
| 2000 ], | 1776 ], |
| 2001 "cwd": "[SLAVE_BUILD]", | 1777 "cwd": "[SLAVE_BUILD]", |
| 2002 "env": { | 1778 "name": "[collect] android_webview_unittests (with patch)", |
| 2003 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2004 }, | |
| 2005 "name": "net_unittests.net_unittests (with patch)", | |
| 2006 "~followup_annotations": [ | 1779 "~followup_annotations": [ |
| 2007 "@@@STEP_NEST_LEVEL@1@@@" | 1780 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2008 ] | 1781 ] |
| 2009 }, | 1782 }, |
| 2010 { | 1783 { |
| 2011 "cmd": [ | 1784 "cmd": [ |
| 2012 "python", | 1785 "python", |
| 2013 "-u", | 1786 "-u", |
| 2014 "[BUILD]/scripts/slave/tee.py", | 1787 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 2015 "/path/to/tmp/logcat", | 1788 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2016 "--", | 1789 "/path/to/tmp/json" |
| 2017 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 2018 "[TMP_BASE]/logcat_tmp_12" | |
| 2019 ], | 1790 ], |
| 2020 "cwd": "[SLAVE_BUILD]", | 1791 "cwd": "[SLAVE_BUILD]", |
| 2021 "name": "net_unittests.logcat_dump", | 1792 "name": "[collect] load base_unittests (with patch)", |
| 2022 "~followup_annotations": [ | 1793 "~followup_annotations": [ |
| 2023 "@@@STEP_NEST_LEVEL@1@@@" | 1794 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1795 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", |
| 1796 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", |
| 1797 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", |
| 1798 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", |
| 1799 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", |
| 1800 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1801 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1802 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1803 "@@@STEP_LOG_END@json.output@@@" |
| 2024 ] | 1804 ] |
| 2025 }, | 1805 }, |
| 2026 { | 1806 { |
| 2027 "cmd": [], | |
| 2028 "cwd": "[SLAVE_BUILD]", | |
| 2029 "name": "sandbox_linux_unittests" | |
| 2030 }, | |
| 2031 { | |
| 2032 "cmd": [ | |
| 2033 "[BUILD]/scripts/slave/daemonizer.py", | |
| 2034 "--", | |
| 2035 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 2036 "[TMP_BASE]/logcat_tmp_13" | |
| 2037 ], | |
| 2038 "cwd": "[SLAVE_BUILD]", | |
| 2039 "env": { | |
| 2040 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2041 }, | |
| 2042 "name": "sandbox_linux_unittests.spawn_logcat_monitor", | |
| 2043 "~followup_annotations": [ | |
| 2044 "@@@STEP_NEST_LEVEL@1@@@" | |
| 2045 ] | |
| 2046 }, | |
| 2047 { | |
| 2048 "cmd": [ | 1807 "cmd": [ |
| 2049 "python", | 1808 "python", |
| 2050 "-u", | 1809 "-u", |
| 2051 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1810 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2052 "gtest", | 1811 "gtest", |
| 2053 "-s", | 1812 "-s", |
| 2054 "sandbox_linux_unittests", | 1813 "base_unittests", |
| 2055 "--blacklist-file", | 1814 "--isolate-file-path", |
| 2056 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1815 "[SLAVE_BUILD]/src/base/base_unittests.isolate", |
| 1816 "--enable-platform-mode", |
| 1817 "-e", |
| 1818 "remote_device", |
| 1819 "--api-key-file", |
| 1820 "[BUILD]/site_config/.amp_commit_queue_pool_key", |
| 1821 "--api-secret-file", |
| 1822 "[BUILD]/site_config/.amp_commit_queue_pool_secret", |
| 1823 "--api-address", |
| 1824 "172.22.21.180", |
| 1825 "--api-port", |
| 1826 "80", |
| 1827 "--api-protocol", |
| 1828 "http", |
| 1829 "--device-type", |
| 1830 "Android", |
| 1831 "--remote-device", |
| 1832 "Nexus 5", |
| 1833 "--remote-device-os", |
| 1834 "4.4.2", |
| 1835 "--collect", |
| 1836 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1837 "--results-path", |
| 1838 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", |
| 2057 "--verbose", | 1839 "--verbose", |
| 2058 "--release", | |
| 2059 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 2060 "--json-results-file", | 1840 "--json-results-file", |
| 2061 "/path/to/tmp/json" | 1841 "/path/to/tmp/json", |
| 1842 "--release" |
| 2062 ], | 1843 ], |
| 2063 "cwd": "[SLAVE_BUILD]", | 1844 "cwd": "[SLAVE_BUILD]", |
| 2064 "env": { | 1845 "name": "[collect] base_unittests (with patch)", |
| 2065 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2066 }, | |
| 2067 "name": "sandbox_linux_unittests.sandbox_linux_unittests (with patch)", | |
| 2068 "~followup_annotations": [ | 1846 "~followup_annotations": [ |
| 2069 "@@@STEP_NEST_LEVEL@1@@@" | 1847 "step returned non-zero exit code: 1", |
| 1848 "@@@STEP_TEXT@on Foo Fone 1.2.3<br/>failures:<br/>Test.Two<br/>@@@", |
| 1849 "@@@STEP_FAILURE@@@" |
| 2070 ] | 1850 ] |
| 2071 }, | 1851 }, |
| 2072 { | 1852 { |
| 2073 "cmd": [ | 1853 "cmd": [ |
| 2074 "python", | 1854 "python", |
| 2075 "-u", | 1855 "-u", |
| 2076 "[BUILD]/scripts/slave/tee.py", | 1856 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 2077 "/path/to/tmp/logcat", | 1857 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2078 "--", | 1858 "/path/to/tmp/json" |
| 2079 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 2080 "[TMP_BASE]/logcat_tmp_13" | |
| 2081 ], | 1859 ], |
| 2082 "cwd": "[SLAVE_BUILD]", | 1860 "cwd": "[SLAVE_BUILD]", |
| 2083 "name": "sandbox_linux_unittests.logcat_dump", | 1861 "name": "[collect] load components_unittests (with patch)", |
| 2084 "~followup_annotations": [ | 1862 "~followup_annotations": [ |
| 2085 "@@@STEP_NEST_LEVEL@1@@@" | 1863 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1864 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", |
| 1865 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", |
| 1866 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", |
| 1867 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", |
| 1868 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", |
| 1869 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1870 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1871 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1872 "@@@STEP_LOG_END@json.output@@@" |
| 2086 ] | 1873 ] |
| 2087 }, | 1874 }, |
| 2088 { | 1875 { |
| 2089 "cmd": [], | |
| 2090 "cwd": "[SLAVE_BUILD]", | |
| 2091 "name": "ui_base_unittests" | |
| 2092 }, | |
| 2093 { | |
| 2094 "cmd": [ | |
| 2095 "[BUILD]/scripts/slave/daemonizer.py", | |
| 2096 "--", | |
| 2097 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 2098 "[TMP_BASE]/logcat_tmp_14" | |
| 2099 ], | |
| 2100 "cwd": "[SLAVE_BUILD]", | |
| 2101 "env": { | |
| 2102 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2103 }, | |
| 2104 "name": "ui_base_unittests.spawn_logcat_monitor", | |
| 2105 "~followup_annotations": [ | |
| 2106 "@@@STEP_NEST_LEVEL@1@@@" | |
| 2107 ] | |
| 2108 }, | |
| 2109 { | |
| 2110 "cmd": [ | 1876 "cmd": [ |
| 2111 "python", | 1877 "python", |
| 2112 "-u", | 1878 "-u", |
| 2113 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1879 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2114 "gtest", | 1880 "gtest", |
| 2115 "-s", | 1881 "-s", |
| 2116 "ui_base_unittests", | 1882 "components_unittests", |
| 2117 "--blacklist-file", | 1883 "--isolate-file-path", |
| 2118 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1884 "[SLAVE_BUILD]/src/components/components_unittests.isolate", |
| 1885 "--enable-platform-mode", |
| 1886 "-e", |
| 1887 "remote_device", |
| 1888 "--api-key-file", |
| 1889 "[BUILD]/site_config/.amp_commit_queue_pool_key", |
| 1890 "--api-secret-file", |
| 1891 "[BUILD]/site_config/.amp_commit_queue_pool_secret", |
| 1892 "--api-address", |
| 1893 "172.22.21.180", |
| 1894 "--api-port", |
| 1895 "80", |
| 1896 "--api-protocol", |
| 1897 "http", |
| 1898 "--device-type", |
| 1899 "Android", |
| 1900 "--remote-device", |
| 1901 "Nexus 5", |
| 1902 "--remote-device-os", |
| 1903 "4.4.2", |
| 1904 "--collect", |
| 1905 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1906 "--results-path", |
| 1907 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", |
| 2119 "--verbose", | 1908 "--verbose", |
| 2120 "--release", | |
| 2121 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 2122 "--json-results-file", | 1909 "--json-results-file", |
| 2123 "/path/to/tmp/json" | 1910 "/path/to/tmp/json", |
| 1911 "--release" |
| 2124 ], | 1912 ], |
| 2125 "cwd": "[SLAVE_BUILD]", | 1913 "cwd": "[SLAVE_BUILD]", |
| 2126 "env": { | 1914 "name": "[collect] components_unittests (with patch)", |
| 2127 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2128 }, | |
| 2129 "name": "ui_base_unittests.ui_base_unittests (with patch)", | |
| 2130 "~followup_annotations": [ | 1915 "~followup_annotations": [ |
| 2131 "@@@STEP_NEST_LEVEL@1@@@" | 1916 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2132 ] | 1917 ] |
| 2133 }, | 1918 }, |
| 2134 { | 1919 { |
| 2135 "cmd": [ | 1920 "cmd": [ |
| 2136 "python", | 1921 "python", |
| 2137 "-u", | 1922 "-u", |
| 2138 "[BUILD]/scripts/slave/tee.py", | 1923 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 2139 "/path/to/tmp/logcat", | 1924 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2140 "--", | 1925 "/path/to/tmp/json" |
| 2141 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 2142 "[TMP_BASE]/logcat_tmp_14" | |
| 2143 ], | 1926 ], |
| 2144 "cwd": "[SLAVE_BUILD]", | 1927 "cwd": "[SLAVE_BUILD]", |
| 2145 "name": "ui_base_unittests.logcat_dump", | 1928 "name": "[collect] load events_unittests (with patch)", |
| 2146 "~followup_annotations": [ | 1929 "~followup_annotations": [ |
| 2147 "@@@STEP_NEST_LEVEL@1@@@" | 1930 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1931 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", |
| 1932 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", |
| 1933 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", |
| 1934 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", |
| 1935 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", |
| 1936 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1937 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1938 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1939 "@@@STEP_LOG_END@json.output@@@" |
| 2148 ] | 1940 ] |
| 2149 }, | 1941 }, |
| 2150 { | 1942 { |
| 2151 "cmd": [], | |
| 2152 "cwd": "[SLAVE_BUILD]", | |
| 2153 "name": "unit_tests" | |
| 2154 }, | |
| 2155 { | |
| 2156 "cmd": [ | |
| 2157 "[BUILD]/scripts/slave/daemonizer.py", | |
| 2158 "--", | |
| 2159 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | |
| 2160 "[TMP_BASE]/logcat_tmp_15" | |
| 2161 ], | |
| 2162 "cwd": "[SLAVE_BUILD]", | |
| 2163 "env": { | |
| 2164 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2165 }, | |
| 2166 "name": "unit_tests.spawn_logcat_monitor", | |
| 2167 "~followup_annotations": [ | |
| 2168 "@@@STEP_NEST_LEVEL@1@@@" | |
| 2169 ] | |
| 2170 }, | |
| 2171 { | |
| 2172 "cmd": [ | |
| 2173 "python", | |
| 2174 "-u", | |
| 2175 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 2176 "gtest", | |
| 2177 "-s", | |
| 2178 "unit_tests", | |
| 2179 "--blacklist-file", | |
| 2180 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 2181 "--verbose", | |
| 2182 "--release", | |
| 2183 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 2184 "--json-results-file", | |
| 2185 "/path/to/tmp/json" | |
| 2186 ], | |
| 2187 "cwd": "[SLAVE_BUILD]", | |
| 2188 "env": { | |
| 2189 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2190 }, | |
| 2191 "name": "unit_tests.unit_tests (with patch)", | |
| 2192 "~followup_annotations": [ | |
| 2193 "@@@STEP_NEST_LEVEL@1@@@" | |
| 2194 ] | |
| 2195 }, | |
| 2196 { | |
| 2197 "cmd": [ | |
| 2198 "python", | |
| 2199 "-u", | |
| 2200 "[BUILD]/scripts/slave/tee.py", | |
| 2201 "/path/to/tmp/logcat", | |
| 2202 "--", | |
| 2203 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | |
| 2204 "[TMP_BASE]/logcat_tmp_15" | |
| 2205 ], | |
| 2206 "cwd": "[SLAVE_BUILD]", | |
| 2207 "name": "unit_tests.logcat_dump", | |
| 2208 "~followup_annotations": [ | |
| 2209 "@@@STEP_NEST_LEVEL@1@@@" | |
| 2210 ] | |
| 2211 }, | |
| 2212 { | |
| 2213 "cmd": [ | |
| 2214 "python", | |
| 2215 "-u", | |
| 2216 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 2217 "junit", | |
| 2218 "-s", | |
| 2219 "junit_unit_tests", | |
| 2220 "--verbose", | |
| 2221 "--release", | |
| 2222 "--json-results-file", | |
| 2223 "/path/to/tmp/json" | |
| 2224 ], | |
| 2225 "cwd": "[SLAVE_BUILD]", | |
| 2226 "env": { | |
| 2227 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2228 }, | |
| 2229 "name": "junit_unit_tests (with patch)", | |
| 2230 "~followup_annotations": [ | |
| 2231 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
| 2232 ] | |
| 2233 }, | |
| 2234 { | |
| 2235 "cmd": [ | |
| 2236 "python", | |
| 2237 "-u", | |
| 2238 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
| 2239 "junit", | |
| 2240 "-s", | |
| 2241 "chrome_junit_tests", | |
| 2242 "--verbose", | |
| 2243 "--release", | |
| 2244 "--json-results-file", | |
| 2245 "/path/to/tmp/json" | |
| 2246 ], | |
| 2247 "cwd": "[SLAVE_BUILD]", | |
| 2248 "env": { | |
| 2249 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2250 }, | |
| 2251 "name": "chrome_junit_tests (with patch)", | |
| 2252 "~followup_annotations": [ | |
| 2253 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
| 2254 ] | |
| 2255 }, | |
| 2256 { | |
| 2257 "cmd": [ | 1943 "cmd": [ |
| 2258 "python", | 1944 "python", |
| 2259 "-u", | 1945 "-u", |
| 2260 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1946 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2261 "junit", | 1947 "gtest", |
| 2262 "-s", | 1948 "-s", |
| 2263 "content_junit_tests", | 1949 "events_unittests", |
| 1950 "--enable-platform-mode", |
| 1951 "-e", |
| 1952 "remote_device", |
| 1953 "--api-key-file", |
| 1954 "[BUILD]/site_config/.amp_commit_queue_pool_key", |
| 1955 "--api-secret-file", |
| 1956 "[BUILD]/site_config/.amp_commit_queue_pool_secret", |
| 1957 "--api-address", |
| 1958 "172.22.21.180", |
| 1959 "--api-port", |
| 1960 "80", |
| 1961 "--api-protocol", |
| 1962 "http", |
| 1963 "--device-type", |
| 1964 "Android", |
| 1965 "--remote-device", |
| 1966 "Nexus 5", |
| 1967 "--remote-device-os", |
| 1968 "4.4.2", |
| 1969 "--collect", |
| 1970 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 1971 "--results-path", |
| 1972 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", |
| 2264 "--verbose", | 1973 "--verbose", |
| 2265 "--release", | |
| 2266 "--json-results-file", | 1974 "--json-results-file", |
| 2267 "/path/to/tmp/json" | 1975 "/path/to/tmp/json", |
| 1976 "--release" |
| 2268 ], | 1977 ], |
| 2269 "cwd": "[SLAVE_BUILD]", | 1978 "cwd": "[SLAVE_BUILD]", |
| 2270 "env": { | 1979 "name": "[collect] events_unittests (with patch)", |
| 2271 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 2272 }, | |
| 2273 "name": "content_junit_tests (with patch)", | |
| 2274 "~followup_annotations": [ | 1980 "~followup_annotations": [ |
| 2275 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1981 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2276 ] | 1982 ] |
| 2277 }, | 1983 }, |
| 2278 { | 1984 { |
| 2279 "cmd": [ | 1985 "cmd": [ |
| 2280 "python", | 1986 "python", |
| 2281 "-u", | 1987 "-u", |
| 2282 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1988 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 2283 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 1989 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2284 "/path/to/tmp/json" | 1990 "/path/to/tmp/json" |
| 2285 ], | 1991 ], |
| 2286 "cwd": "[SLAVE_BUILD]", | 1992 "cwd": "[SLAVE_BUILD]", |
| 2287 "name": "[collect] load android_webview_unittests (with patch)", | 1993 "name": "[collect] load gl_tests (with patch)", |
| 2288 "~followup_annotations": [ | 1994 "~followup_annotations": [ |
| 2289 "@@@STEP_LOG_LINE@json.output@{@@@", | 1995 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2290 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | 1996 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", |
| 2291 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", | 1997 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", |
| 2292 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", | 1998 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", |
| 2293 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", | 1999 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", |
| 2294 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", | 2000 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", |
| 2295 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2001 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2296 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2002 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2297 "@@@STEP_LOG_LINE@json.output@}@@@", | 2003 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2298 "@@@STEP_LOG_END@json.output@@@" | 2004 "@@@STEP_LOG_END@json.output@@@" |
| 2299 ] | 2005 ] |
| 2300 }, | 2006 }, |
| 2301 { | 2007 { |
| 2302 "cmd": [ | 2008 "cmd": [ |
| 2303 "python", | 2009 "python", |
| 2304 "-u", | 2010 "-u", |
| 2305 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2011 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2306 "gtest", | 2012 "gtest", |
| 2307 "-s", | 2013 "-s", |
| 2308 "android_webview_unittests", | 2014 "gl_tests", |
| 2309 "--enable-platform-mode", | 2015 "--enable-platform-mode", |
| 2310 "-e", | 2016 "-e", |
| 2311 "remote_device", | 2017 "remote_device", |
| 2312 "--api-key-file", | 2018 "--api-key-file", |
| 2313 "[BUILD]/site_config/.amp_commit_queue_pool_key", | 2019 "[BUILD]/site_config/.amp_commit_queue_pool_key", |
| 2314 "--api-secret-file", | 2020 "--api-secret-file", |
| 2315 "[BUILD]/site_config/.amp_commit_queue_pool_secret", | 2021 "[BUILD]/site_config/.amp_commit_queue_pool_secret", |
| 2316 "--api-address", | 2022 "--api-address", |
| 2317 "172.22.21.180", | 2023 "172.22.21.180", |
| 2318 "--api-port", | 2024 "--api-port", |
| 2319 "80", | 2025 "80", |
| 2320 "--api-protocol", | 2026 "--api-protocol", |
| 2321 "http", | 2027 "http", |
| 2322 "--device-type", | 2028 "--device-type", |
| 2323 "Android", | 2029 "Android", |
| 2324 "--remote-device", | 2030 "--remote-device", |
| 2325 "Nexus 5", | 2031 "Nexus 5", |
| 2326 "--remote-device-os", | 2032 "--remote-device-os", |
| 2327 "4.4.2", | 2033 "4.4.2", |
| 2328 "--collect", | 2034 "--collect", |
| 2329 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2035 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2330 "--results-path", | 2036 "--results-path", |
| 2331 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", | 2037 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", |
| 2332 "--verbose", | 2038 "--verbose", |
| 2333 "--json-results-file", | 2039 "--json-results-file", |
| 2334 "/path/to/tmp/json", | 2040 "/path/to/tmp/json", |
| 2335 "--release" | 2041 "--release" |
| 2336 ], | 2042 ], |
| 2337 "cwd": "[SLAVE_BUILD]", | 2043 "cwd": "[SLAVE_BUILD]", |
| 2338 "name": "[collect] android_webview_unittests (with patch)", | 2044 "name": "[collect] gl_tests (with patch)", |
| 2339 "~followup_annotations": [ | 2045 "~followup_annotations": [ |
| 2340 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2046 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2341 ] | 2047 ] |
| 2342 }, | 2048 }, |
| 2343 { | 2049 { |
| 2344 "cmd": [ | 2050 "cmd": [ |
| 2345 "python", | 2051 "python", |
| 2346 "-u", | 2052 "-u", |
| 2347 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 2053 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 2348 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2054 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2349 "/path/to/tmp/json" | 2055 "/path/to/tmp/json" |
| 2350 ], | 2056 ], |
| 2351 "cwd": "[SLAVE_BUILD]", | 2057 "cwd": "[SLAVE_BUILD]", |
| 2352 "name": "[collect] load base_unittests (with patch)", | 2058 "name": "[collect] load ipc_tests (with patch)", |
| 2353 "~followup_annotations": [ | 2059 "~followup_annotations": [ |
| 2354 "@@@STEP_LOG_LINE@json.output@{@@@", | 2060 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2355 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | 2061 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", |
| 2356 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", | 2062 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", |
| 2357 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", | 2063 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", |
| 2358 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", | 2064 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", |
| 2359 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", | 2065 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", |
| 2360 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2066 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2361 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2067 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2362 "@@@STEP_LOG_LINE@json.output@}@@@", | 2068 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2363 "@@@STEP_LOG_END@json.output@@@" | 2069 "@@@STEP_LOG_END@json.output@@@" |
| 2364 ] | 2070 ] |
| 2365 }, | 2071 }, |
| 2366 { | 2072 { |
| 2367 "cmd": [ | 2073 "cmd": [ |
| 2368 "python", | 2074 "python", |
| 2369 "-u", | 2075 "-u", |
| 2370 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2076 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2371 "gtest", | 2077 "gtest", |
| 2372 "-s", | 2078 "-s", |
| 2373 "base_unittests", | 2079 "ipc_tests", |
| 2374 "--isolate-file-path", | |
| 2375 "[SLAVE_BUILD]/src/base/base_unittests.isolate", | |
| 2376 "--enable-platform-mode", | 2080 "--enable-platform-mode", |
| 2377 "-e", | 2081 "-e", |
| 2378 "remote_device", | 2082 "remote_device", |
| 2379 "--api-key-file", | 2083 "--api-key-file", |
| 2380 "[BUILD]/site_config/.amp_commit_queue_pool_key", | 2084 "[BUILD]/site_config/.amp_commit_queue_pool_key", |
| 2381 "--api-secret-file", | 2085 "--api-secret-file", |
| 2382 "[BUILD]/site_config/.amp_commit_queue_pool_secret", | 2086 "[BUILD]/site_config/.amp_commit_queue_pool_secret", |
| 2383 "--api-address", | 2087 "--api-address", |
| 2384 "172.22.21.180", | 2088 "172.22.21.180", |
| 2385 "--api-port", | 2089 "--api-port", |
| 2386 "80", | 2090 "80", |
| 2387 "--api-protocol", | 2091 "--api-protocol", |
| 2388 "http", | 2092 "http", |
| 2389 "--device-type", | 2093 "--device-type", |
| 2390 "Android", | 2094 "Android", |
| 2391 "--remote-device", | 2095 "--remote-device", |
| 2392 "Nexus 5", | 2096 "Nexus 5", |
| 2393 "--remote-device-os", | 2097 "--remote-device-os", |
| 2394 "4.4.2", | 2098 "4.4.2", |
| 2395 "--collect", | 2099 "--collect", |
| 2396 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2100 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2397 "--results-path", | 2101 "--results-path", |
| 2398 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", | 2102 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", |
| 2399 "--verbose", | 2103 "--verbose", |
| 2400 "--json-results-file", | 2104 "--json-results-file", |
| 2401 "/path/to/tmp/json", | 2105 "/path/to/tmp/json", |
| 2402 "--release" | 2106 "--release" |
| 2403 ], | 2107 ], |
| 2404 "cwd": "[SLAVE_BUILD]", | 2108 "cwd": "[SLAVE_BUILD]", |
| 2405 "name": "[collect] base_unittests (with patch)", | 2109 "name": "[collect] ipc_tests (with patch)", |
| 2406 "~followup_annotations": [ | 2110 "~followup_annotations": [ |
| 2407 "step returned non-zero exit code: 1", | 2111 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2408 "@@@STEP_TEXT@on Foo Fone 1.2.3<br/>failures:<br/>Test.Two<br/>@@@", | |
| 2409 "@@@STEP_FAILURE@@@" | |
| 2410 ] | 2112 ] |
| 2411 }, | 2113 }, |
| 2412 { | 2114 { |
| 2413 "cmd": [ | 2115 "cmd": [ |
| 2414 "python", | 2116 "python", |
| 2415 "-u", | 2117 "-u", |
| 2416 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 2118 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 2417 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2119 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2418 "/path/to/tmp/json" | 2120 "/path/to/tmp/json" |
| 2419 ], | 2121 ], |
| 2420 "cwd": "[SLAVE_BUILD]", | 2122 "cwd": "[SLAVE_BUILD]", |
| 2421 "name": "[collect] load components_unittests (with patch)", | 2123 "name": "[collect] load sql_unittests (with patch)", |
| 2422 "~followup_annotations": [ | 2124 "~followup_annotations": [ |
| 2423 "@@@STEP_LOG_LINE@json.output@{@@@", | 2125 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2424 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | 2126 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", |
| 2425 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", | 2127 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", |
| 2426 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", | 2128 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", |
| 2427 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", | 2129 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", |
| 2428 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", | 2130 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", |
| 2429 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2131 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2430 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2132 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2431 "@@@STEP_LOG_LINE@json.output@}@@@", | 2133 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2432 "@@@STEP_LOG_END@json.output@@@" | 2134 "@@@STEP_LOG_END@json.output@@@" |
| 2433 ] | 2135 ] |
| 2434 }, | 2136 }, |
| 2435 { | 2137 { |
| 2436 "cmd": [ | 2138 "cmd": [ |
| 2437 "python", | 2139 "python", |
| 2438 "-u", | 2140 "-u", |
| 2439 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2141 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2440 "gtest", | 2142 "gtest", |
| 2441 "-s", | 2143 "-s", |
| 2442 "components_unittests", | 2144 "sql_unittests", |
| 2443 "--isolate-file-path", | 2145 "--isolate-file-path", |
| 2444 "[SLAVE_BUILD]/src/components/components_unittests.isolate", | 2146 "[SLAVE_BUILD]/src/sql/sql_unittests.isolate", |
| 2445 "--enable-platform-mode", | 2147 "--enable-platform-mode", |
| 2446 "-e", | 2148 "-e", |
| 2447 "remote_device", | 2149 "remote_device", |
| 2448 "--api-key-file", | 2150 "--api-key-file", |
| 2449 "[BUILD]/site_config/.amp_commit_queue_pool_key", | 2151 "[BUILD]/site_config/.amp_commit_queue_pool_key", |
| 2450 "--api-secret-file", | 2152 "--api-secret-file", |
| 2451 "[BUILD]/site_config/.amp_commit_queue_pool_secret", | 2153 "[BUILD]/site_config/.amp_commit_queue_pool_secret", |
| 2452 "--api-address", | 2154 "--api-address", |
| 2453 "172.22.21.180", | 2155 "172.22.21.180", |
| 2454 "--api-port", | 2156 "--api-port", |
| 2455 "80", | 2157 "80", |
| 2456 "--api-protocol", | 2158 "--api-protocol", |
| 2457 "http", | 2159 "http", |
| 2458 "--device-type", | 2160 "--device-type", |
| 2459 "Android", | 2161 "Android", |
| 2460 "--remote-device", | 2162 "--remote-device", |
| 2461 "Nexus 5", | 2163 "Nexus 5", |
| 2462 "--remote-device-os", | 2164 "--remote-device-os", |
| 2463 "4.4.2", | 2165 "4.4.2", |
| 2464 "--collect", | 2166 "--collect", |
| 2465 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2167 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2466 "--results-path", | 2168 "--results-path", |
| 2467 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", | 2169 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", |
| 2468 "--verbose", | 2170 "--verbose", |
| 2469 "--json-results-file", | 2171 "--json-results-file", |
| 2470 "/path/to/tmp/json", | 2172 "/path/to/tmp/json", |
| 2471 "--release" | 2173 "--release" |
| 2472 ], | 2174 ], |
| 2473 "cwd": "[SLAVE_BUILD]", | 2175 "cwd": "[SLAVE_BUILD]", |
| 2474 "name": "[collect] components_unittests (with patch)", | 2176 "name": "[collect] sql_unittests (with patch)", |
| 2475 "~followup_annotations": [ | 2177 "~followup_annotations": [ |
| 2476 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2178 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2477 ] | 2179 ] |
| 2478 }, | 2180 }, |
| 2479 { | 2181 { |
| 2480 "cmd": [ | 2182 "cmd": [ |
| 2481 "python", | 2183 "python", |
| 2482 "-u", | 2184 "-u", |
| 2483 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 2185 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 2484 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2186 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2485 "/path/to/tmp/json" | 2187 "/path/to/tmp/json" |
| 2486 ], | 2188 ], |
| 2487 "cwd": "[SLAVE_BUILD]", | 2189 "cwd": "[SLAVE_BUILD]", |
| 2488 "name": "[collect] load events_unittests (with patch)", | 2190 "name": "[collect] load sync_unit_tests (with patch)", |
| 2489 "~followup_annotations": [ | 2191 "~followup_annotations": [ |
| 2490 "@@@STEP_LOG_LINE@json.output@{@@@", | 2192 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2491 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | 2193 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", |
| 2492 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", | 2194 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", |
| 2493 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", | 2195 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", |
| 2494 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", | 2196 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", |
| 2495 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", | 2197 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", |
| 2496 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2198 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2497 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2199 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2498 "@@@STEP_LOG_LINE@json.output@}@@@", | 2200 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2499 "@@@STEP_LOG_END@json.output@@@" | 2201 "@@@STEP_LOG_END@json.output@@@" |
| 2500 ] | 2202 ] |
| 2501 }, | 2203 }, |
| 2502 { | 2204 { |
| 2503 "cmd": [ | 2205 "cmd": [ |
| 2504 "python", | 2206 "python", |
| 2505 "-u", | 2207 "-u", |
| 2506 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2208 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2507 "gtest", | 2209 "gtest", |
| 2508 "-s", | 2210 "-s", |
| 2509 "events_unittests", | 2211 "sync_unit_tests", |
| 2212 "--isolate-file-path", |
| 2213 "[SLAVE_BUILD]/src/sync/sync_unit_tests.isolate", |
| 2510 "--enable-platform-mode", | 2214 "--enable-platform-mode", |
| 2511 "-e", | 2215 "-e", |
| 2512 "remote_device", | 2216 "remote_device", |
| 2513 "--api-key-file", | 2217 "--api-key-file", |
| 2514 "[BUILD]/site_config/.amp_commit_queue_pool_key", | 2218 "[BUILD]/site_config/.amp_commit_queue_pool_key", |
| 2515 "--api-secret-file", | 2219 "--api-secret-file", |
| 2516 "[BUILD]/site_config/.amp_commit_queue_pool_secret", | 2220 "[BUILD]/site_config/.amp_commit_queue_pool_secret", |
| 2517 "--api-address", | 2221 "--api-address", |
| 2518 "172.22.21.180", | 2222 "172.22.21.180", |
| 2519 "--api-port", | 2223 "--api-port", |
| 2520 "80", | 2224 "80", |
| 2521 "--api-protocol", | 2225 "--api-protocol", |
| 2522 "http", | 2226 "http", |
| 2523 "--device-type", | 2227 "--device-type", |
| 2524 "Android", | 2228 "Android", |
| 2525 "--remote-device", | 2229 "--remote-device", |
| 2526 "Nexus 5", | 2230 "Nexus 5", |
| 2527 "--remote-device-os", | 2231 "--remote-device-os", |
| 2528 "4.4.2", | 2232 "4.4.2", |
| 2529 "--collect", | 2233 "--collect", |
| 2530 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2234 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2531 "--results-path", | 2235 "--results-path", |
| 2532 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", | 2236 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", |
| 2533 "--verbose", | 2237 "--verbose", |
| 2534 "--json-results-file", | 2238 "--json-results-file", |
| 2535 "/path/to/tmp/json", | 2239 "/path/to/tmp/json", |
| 2536 "--release" | 2240 "--release" |
| 2537 ], | 2241 ], |
| 2538 "cwd": "[SLAVE_BUILD]", | 2242 "cwd": "[SLAVE_BUILD]", |
| 2539 "name": "[collect] events_unittests (with patch)", | 2243 "name": "[collect] sync_unit_tests (with patch)", |
| 2540 "~followup_annotations": [ | 2244 "~followup_annotations": [ |
| 2541 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2245 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2542 ] | 2246 ] |
| 2543 }, | 2247 }, |
| 2544 { | 2248 { |
| 2545 "cmd": [ | 2249 "cmd": [ |
| 2546 "python", | 2250 "python", |
| 2547 "-u", | 2251 "-u", |
| 2548 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 2252 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 2549 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2253 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2550 "/path/to/tmp/json" | 2254 "/path/to/tmp/json" |
| 2551 ], | 2255 ], |
| 2552 "cwd": "[SLAVE_BUILD]", | 2256 "cwd": "[SLAVE_BUILD]", |
| 2553 "name": "[collect] load gl_tests (with patch)", | 2257 "name": "[collect] load ui_android_unittests (with patch)", |
| 2554 "~followup_annotations": [ | 2258 "~followup_annotations": [ |
| 2555 "@@@STEP_LOG_LINE@json.output@{@@@", | 2259 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2556 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | 2260 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", |
| 2557 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", | 2261 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", |
| 2558 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", | 2262 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", |
| 2559 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", | 2263 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", |
| 2560 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", | 2264 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", |
| 2561 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2265 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2562 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2266 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2563 "@@@STEP_LOG_LINE@json.output@}@@@", | 2267 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2564 "@@@STEP_LOG_END@json.output@@@" | 2268 "@@@STEP_LOG_END@json.output@@@" |
| 2565 ] | 2269 ] |
| 2566 }, | 2270 }, |
| 2567 { | 2271 { |
| 2568 "cmd": [ | 2272 "cmd": [ |
| 2569 "python", | 2273 "python", |
| 2570 "-u", | 2274 "-u", |
| 2571 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2275 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2572 "gtest", | 2276 "gtest", |
| 2573 "-s", | 2277 "-s", |
| 2574 "gl_tests", | 2278 "ui_android_unittests", |
| 2575 "--enable-platform-mode", | 2279 "--enable-platform-mode", |
| 2576 "-e", | 2280 "-e", |
| 2577 "remote_device", | 2281 "remote_device", |
| 2578 "--api-key-file", | 2282 "--api-key-file", |
| 2579 "[BUILD]/site_config/.amp_commit_queue_pool_key", | 2283 "[BUILD]/site_config/.amp_commit_queue_pool_key", |
| 2580 "--api-secret-file", | 2284 "--api-secret-file", |
| 2581 "[BUILD]/site_config/.amp_commit_queue_pool_secret", | 2285 "[BUILD]/site_config/.amp_commit_queue_pool_secret", |
| 2582 "--api-address", | 2286 "--api-address", |
| 2583 "172.22.21.180", | 2287 "172.22.21.180", |
| 2584 "--api-port", | 2288 "--api-port", |
| 2585 "80", | 2289 "80", |
| 2586 "--api-protocol", | 2290 "--api-protocol", |
| 2587 "http", | 2291 "http", |
| 2588 "--device-type", | 2292 "--device-type", |
| 2589 "Android", | 2293 "Android", |
| 2590 "--remote-device", | 2294 "--remote-device", |
| 2591 "Nexus 5", | 2295 "Nexus 5", |
| 2592 "--remote-device-os", | 2296 "--remote-device-os", |
| 2593 "4.4.2", | 2297 "4.4.2", |
| 2594 "--collect", | 2298 "--collect", |
| 2595 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2299 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2596 "--results-path", | 2300 "--results-path", |
| 2597 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", | 2301 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", |
| 2598 "--verbose", | 2302 "--verbose", |
| 2599 "--json-results-file", | 2303 "--json-results-file", |
| 2600 "/path/to/tmp/json", | 2304 "/path/to/tmp/json", |
| 2601 "--release" | 2305 "--release" |
| 2602 ], | 2306 ], |
| 2603 "cwd": "[SLAVE_BUILD]", | 2307 "cwd": "[SLAVE_BUILD]", |
| 2604 "name": "[collect] gl_tests (with patch)", | 2308 "name": "[collect] ui_android_unittests (with patch)", |
| 2605 "~followup_annotations": [ | 2309 "~followup_annotations": [ |
| 2606 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2310 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2607 ] | 2311 ] |
| 2608 }, | 2312 }, |
| 2609 { | 2313 { |
| 2610 "cmd": [ | 2314 "cmd": [ |
| 2611 "python", | 2315 "python", |
| 2612 "-u", | 2316 "-u", |
| 2613 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 2317 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 2614 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2318 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2615 "/path/to/tmp/json" | 2319 "/path/to/tmp/json" |
| 2616 ], | 2320 ], |
| 2617 "cwd": "[SLAVE_BUILD]", | 2321 "cwd": "[SLAVE_BUILD]", |
| 2618 "name": "[collect] load ipc_tests (with patch)", | 2322 "name": "[collect] load ui_touch_selection_unittests (with patch)", |
| 2619 "~followup_annotations": [ | 2323 "~followup_annotations": [ |
| 2620 "@@@STEP_LOG_LINE@json.output@{@@@", | 2324 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2621 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | 2325 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", |
| 2622 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", | 2326 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", |
| 2623 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", | 2327 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", |
| 2624 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", | 2328 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", |
| 2625 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", | 2329 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", |
| 2626 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2330 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2627 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2331 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2628 "@@@STEP_LOG_LINE@json.output@}@@@", | 2332 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2629 "@@@STEP_LOG_END@json.output@@@" | 2333 "@@@STEP_LOG_END@json.output@@@" |
| 2630 ] | 2334 ] |
| 2631 }, | 2335 }, |
| 2632 { | 2336 { |
| 2633 "cmd": [ | 2337 "cmd": [ |
| 2634 "python", | 2338 "python", |
| 2635 "-u", | 2339 "-u", |
| 2636 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2340 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2637 "gtest", | 2341 "gtest", |
| 2638 "-s", | 2342 "-s", |
| 2639 "ipc_tests", | 2343 "ui_touch_selection_unittests", |
| 2640 "--enable-platform-mode", | 2344 "--enable-platform-mode", |
| 2641 "-e", | 2345 "-e", |
| 2642 "remote_device", | 2346 "remote_device", |
| 2643 "--api-key-file", | 2347 "--api-key-file", |
| 2644 "[BUILD]/site_config/.amp_commit_queue_pool_key", | 2348 "[BUILD]/site_config/.amp_commit_queue_pool_key", |
| 2645 "--api-secret-file", | 2349 "--api-secret-file", |
| 2646 "[BUILD]/site_config/.amp_commit_queue_pool_secret", | 2350 "[BUILD]/site_config/.amp_commit_queue_pool_secret", |
| 2647 "--api-address", | 2351 "--api-address", |
| 2648 "172.22.21.180", | 2352 "172.22.21.180", |
| 2649 "--api-port", | 2353 "--api-port", |
| 2650 "80", | 2354 "80", |
| 2651 "--api-protocol", | 2355 "--api-protocol", |
| 2652 "http", | 2356 "http", |
| 2653 "--device-type", | 2357 "--device-type", |
| 2654 "Android", | 2358 "Android", |
| 2655 "--remote-device", | 2359 "--remote-device", |
| 2656 "Nexus 5", | 2360 "Nexus 5", |
| 2657 "--remote-device-os", | 2361 "--remote-device-os", |
| 2658 "4.4.2", | 2362 "4.4.2", |
| 2659 "--collect", | 2363 "--collect", |
| 2660 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2364 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2661 "--results-path", | 2365 "--results-path", |
| 2662 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", | 2366 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", |
| 2663 "--verbose", | 2367 "--verbose", |
| 2664 "--json-results-file", | 2368 "--json-results-file", |
| 2665 "/path/to/tmp/json", | 2369 "/path/to/tmp/json", |
| 2666 "--release" | 2370 "--release" |
| 2667 ], | 2371 ], |
| 2668 "cwd": "[SLAVE_BUILD]", | 2372 "cwd": "[SLAVE_BUILD]", |
| 2669 "name": "[collect] ipc_tests (with patch)", | 2373 "name": "[collect] ui_touch_selection_unittests (with patch)", |
| 2670 "~followup_annotations": [ | 2374 "~followup_annotations": [ |
| 2671 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2375 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2672 ] | 2376 ] |
| 2673 }, | 2377 }, |
| 2674 { | 2378 { |
| 2675 "cmd": [ | 2379 "cmd": [ |
| 2676 "python", | 2380 "python", |
| 2677 "-u", | 2381 "-u", |
| 2678 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 2382 "[BUILD]/scripts/slave/bot_update.py", |
| 2679 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2383 "--master", |
| 2680 "/path/to/tmp/json" | 2384 "tryserver.chromium.linux", |
| 2385 "--builder", |
| 2386 "android_amp", |
| 2387 "--slave", |
| 2388 "TestSlavename", |
| 2389 "--spec", |
| 2390 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']", |
| 2391 "--root", |
| 2392 "src", |
| 2393 "--revision_mapping_file", |
| 2394 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 2395 "--rietveld_server", |
| 2396 "https://codereview.chromium.org", |
| 2397 "--output_json", |
| 2398 "/path/to/tmp/json", |
| 2399 "--revision", |
| 2400 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 2401 "--force", |
| 2402 "--output_manifest" |
| 2681 ], | 2403 ], |
| 2682 "cwd": "[SLAVE_BUILD]", | 2404 "cwd": "[SLAVE_BUILD]", |
| 2683 "name": "[collect] load sql_unittests (with patch)", | 2405 "name": "bot_update (without patch)", |
| 2684 "~followup_annotations": [ | 2406 "~followup_annotations": [ |
| 2407 "@@@STEP_TEXT@Some step text@@@", |
| 2685 "@@@STEP_LOG_LINE@json.output@{@@@", | 2408 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2686 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | 2409 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 2687 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", | 2410 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| 2688 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", | 2411 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", |
| 2689 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", | 2412 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", |
| 2690 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", | 2413 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", |
| 2414 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 2415 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@", |
| 2416 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/native_client.git\", @@@", |
| 2417 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26
9b7982aeeefc1b9b50\"@@@", |
| 2418 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 2419 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@", |
| 2420 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/angle.git\", @@@", |
| 2421 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a
728eb85b8d7bc6080c\"@@@", |
| 2422 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 2423 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@", |
| 2424 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/webrtc.git\", @@@", |
| 2425 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685
96da93418c623137f4\"@@@", |
| 2426 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 2427 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@", |
| 2428 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/tools/swarming_client.git\", @@@", |
| 2429 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7
59c837980b63b99566\"@@@", |
| 2430 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 2431 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@", |
| 2432 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/v8.git\", @@@", |
| 2433 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a
35f03975671d43e399\"@@@", |
| 2691 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2434 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2692 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2435 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 2436 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 2437 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 2438 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 2439 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f
77757b9a728eb85b8d7bc6080c\", @@@", |
| 2440 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/
master@{#297276}\", @@@", |
| 2441 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 2442 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| 2443 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", |
| 2444 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\", @@@", |
| 2445 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee
5d99f1d4b38ddaa4c759c837980b63b99566\", @@@", |
| 2446 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r
efs/heads/master@{#276089}\", @@@", |
| 2447 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1
32c3a35f03975671d43e399\", @@@", |
| 2448 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas
ter@{#43426}\", @@@", |
| 2449 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546
e61d9268596da93418c623137f4\", @@@", |
| 2450 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads
/master@{#120644}\"@@@", |
| 2451 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 2452 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
| 2453 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 2693 "@@@STEP_LOG_LINE@json.output@}@@@", | 2454 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2694 "@@@STEP_LOG_END@json.output@@@" | 2455 "@@@STEP_LOG_END@json.output@@@" |
| 2695 ] | 2456 ] |
| 2696 }, | 2457 }, |
| 2697 { | 2458 { |
| 2698 "cmd": [ | 2459 "cmd": [ |
| 2699 "python", | 2460 "python", |
| 2700 "-u", | 2461 "-u", |
| 2462 "[DEPOT_TOOLS]/gclient.py", |
| 2463 "runhooks" |
| 2464 ], |
| 2465 "cwd": "[SLAVE_BUILD]", |
| 2466 "env": { |
| 2467 "GYP_CROSSCOMPILE": "1", |
| 2468 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", |
| 2469 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 2470 }, |
| 2471 "name": "gclient runhooks (without patch)" |
| 2472 }, |
| 2473 { |
| 2474 "cmd": [ |
| 2475 "python", |
| 2476 "-u", |
| 2477 "[BUILD]/scripts/slave/compile.py", |
| 2478 "--target", |
| 2479 "Release", |
| 2480 "--src-dir", |
| 2481 "[SLAVE_BUILD]/src", |
| 2482 "--build-tool", |
| 2483 "ninja", |
| 2484 "--compiler", |
| 2485 "goma", |
| 2486 "--goma-jsonstatus", |
| 2487 "/path/to/tmp/json", |
| 2488 "--goma-dir", |
| 2489 "[BUILD]/goma", |
| 2490 "--goma-fail-fast", |
| 2491 "--goma-disable-local-fallback", |
| 2492 "--", |
| 2493 "android_webview_test_apk", |
| 2494 "base_unittests_apk", |
| 2495 "chrome_junit_tests", |
| 2496 "chrome_public_test_apk", |
| 2497 "chrome_sync_shell_test_apk", |
| 2498 "content_junit_tests", |
| 2499 "content_shell_test_apk", |
| 2500 "junit_unit_tests" |
| 2501 ], |
| 2502 "cwd": "[SLAVE_BUILD]", |
| 2503 "env": { |
| 2504 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 2505 }, |
| 2506 "name": "compile (without patch)", |
| 2507 "~followup_annotations": [ |
| 2508 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 2509 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 2510 ] |
| 2511 }, |
| 2512 { |
| 2513 "cmd": [ |
| 2514 "python", |
| 2515 "-u", |
| 2701 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2516 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2702 "gtest", | 2517 "gtest", |
| 2703 "-s", | 2518 "-s", |
| 2704 "sql_unittests", | 2519 "base_unittests", |
| 2705 "--isolate-file-path", | 2520 "--isolate-file-path", |
| 2706 "[SLAVE_BUILD]/src/sql/sql_unittests.isolate", | 2521 "[SLAVE_BUILD]/src/base/base_unittests.isolate", |
| 2707 "--enable-platform-mode", | 2522 "--enable-platform-mode", |
| 2708 "-e", | 2523 "-e", |
| 2709 "remote_device", | 2524 "remote_device", |
| 2710 "--api-key-file", | 2525 "--api-key-file", |
| 2711 "[BUILD]/site_config/.amp_commit_queue_pool_key", | 2526 "[BUILD]/site_config/.amp_commit_queue_pool_key", |
| 2712 "--api-secret-file", | 2527 "--api-secret-file", |
| 2713 "[BUILD]/site_config/.amp_commit_queue_pool_secret", | 2528 "[BUILD]/site_config/.amp_commit_queue_pool_secret", |
| 2714 "--api-address", | 2529 "--api-address", |
| 2715 "172.22.21.180", | 2530 "172.22.21.180", |
| 2716 "--api-port", | 2531 "--api-port", |
| 2717 "80", | 2532 "80", |
| 2718 "--api-protocol", | 2533 "--api-protocol", |
| 2719 "http", | 2534 "http", |
| 2720 "--device-type", | 2535 "--device-type", |
| 2721 "Android", | 2536 "Android", |
| 2722 "--remote-device", | 2537 "--remote-device", |
| 2723 "Nexus 5", | 2538 "Nexus 5", |
| 2724 "--remote-device-os", | 2539 "--remote-device-os", |
| 2725 "4.4.2", | 2540 "4.4.2", |
| 2726 "--collect", | 2541 "--trigger", |
| 2727 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | |
| 2728 "--results-path", | |
| 2729 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", | |
| 2730 "--verbose", | |
| 2731 "--json-results-file", | |
| 2732 "/path/to/tmp/json", | 2542 "/path/to/tmp/json", |
| 2733 "--release" | 2543 "--verbose", |
| 2734 ], | 2544 "--release" |
| 2735 "cwd": "[SLAVE_BUILD]", | 2545 ], |
| 2736 "name": "[collect] sql_unittests (with patch)", | 2546 "cwd": "[SLAVE_BUILD]", |
| 2737 "~followup_annotations": [ | 2547 "name": "[trigger] base_unittests (without patch)", |
| 2738 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2548 "~followup_annotations": [ |
| 2739 ] | 2549 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@", |
| 2740 }, | |
| 2741 { | |
| 2742 "cmd": [ | |
| 2743 "python", | |
| 2744 "-u", | |
| 2745 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
| 2746 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | |
| 2747 "/path/to/tmp/json" | |
| 2748 ], | |
| 2749 "cwd": "[SLAVE_BUILD]", | |
| 2750 "name": "[collect] load sync_unit_tests (with patch)", | |
| 2751 "~followup_annotations": [ | |
| 2752 "@@@STEP_LOG_LINE@json.output@{@@@", | 2550 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2753 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | 2551 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", |
| 2754 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", | 2552 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", |
| 2755 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", | 2553 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", |
| 2756 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", | 2554 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", |
| 2757 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", | 2555 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", |
| 2758 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2556 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2557 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 2558 "@@@STEP_LOG_LINE@json.output@ \"test_run\": {@@@", |
| 2559 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"T35TRUN1D\"@@@", |
| 2759 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2560 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2760 "@@@STEP_LOG_LINE@json.output@}@@@", | 2561 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2761 "@@@STEP_LOG_END@json.output@@@" | 2562 "@@@STEP_LOG_END@json.output@@@" |
| 2762 ] | 2563 ] |
| 2763 }, | 2564 }, |
| 2764 { | 2565 { |
| 2566 "cmd": [ |
| 2567 "python", |
| 2568 "-u", |
| 2569 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 2570 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers
ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", |
| 2571 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" |
| 2572 ], |
| 2573 "cwd": "[SLAVE_BUILD]", |
| 2574 "name": "[trigger] save base_unittests (without patch)" |
| 2575 }, |
| 2576 { |
| 2577 "cmd": [ |
| 2578 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 2579 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
| 2580 "-v", |
| 2581 "--blacklist-file", |
| 2582 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2583 "--release" |
| 2584 ], |
| 2585 "cwd": "[SLAVE_BUILD]", |
| 2586 "env": { |
| 2587 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 2588 }, |
| 2589 "name": "install AndroidWebView.apk (2)" |
| 2590 }, |
| 2591 { |
| 2592 "cmd": [ |
| 2593 "python", |
| 2594 "-u", |
| 2595 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2596 "instrumentation", |
| 2597 "--test-apk", |
| 2598 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", |
| 2599 "--blacklist-file", |
| 2600 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2601 "--apk-under-test", |
| 2602 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", |
| 2603 "--isolate-file-path", |
| 2604 "android_webview/android_webview_test_apk.isolate", |
| 2605 "--flakiness-dashboard-server", |
| 2606 "test-results.appspot.com", |
| 2607 "--verbose", |
| 2608 "--release", |
| 2609 "--json-results-file", |
| 2610 "/path/to/tmp/json" |
| 2611 ], |
| 2612 "cwd": "[SLAVE_BUILD]", |
| 2613 "name": "Instrumentation test AndroidWebViewTest (without patch)", |
| 2614 "~followup_annotations": [ |
| 2615 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2616 ] |
| 2617 }, |
| 2618 { |
| 2619 "cmd": [ |
| 2620 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 2621 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", |
| 2622 "-v", |
| 2623 "--blacklist-file", |
| 2624 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2625 "--release" |
| 2626 ], |
| 2627 "cwd": "[SLAVE_BUILD]", |
| 2628 "env": { |
| 2629 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 2630 }, |
| 2631 "name": "install ContentShell.apk (2)" |
| 2632 }, |
| 2633 { |
| 2634 "cmd": [ |
| 2635 "python", |
| 2636 "-u", |
| 2637 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2638 "instrumentation", |
| 2639 "--test-apk", |
| 2640 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", |
| 2641 "--blacklist-file", |
| 2642 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2643 "--apk-under-test", |
| 2644 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", |
| 2645 "--isolate-file-path", |
| 2646 "content/content_shell_test_apk.isolate", |
| 2647 "--flakiness-dashboard-server", |
| 2648 "test-results.appspot.com", |
| 2649 "--verbose", |
| 2650 "--release", |
| 2651 "--json-results-file", |
| 2652 "/path/to/tmp/json" |
| 2653 ], |
| 2654 "cwd": "[SLAVE_BUILD]", |
| 2655 "name": "Instrumentation test ContentShellTest (without patch)", |
| 2656 "~followup_annotations": [ |
| 2657 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2658 ] |
| 2659 }, |
| 2660 { |
| 2661 "cmd": [ |
| 2662 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 2663 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", |
| 2664 "-v", |
| 2665 "--blacklist-file", |
| 2666 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2667 "--release" |
| 2668 ], |
| 2669 "cwd": "[SLAVE_BUILD]", |
| 2670 "env": { |
| 2671 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 2672 }, |
| 2673 "name": "install ChromePublic.apk (2)" |
| 2674 }, |
| 2675 { |
| 2676 "cmd": [ |
| 2677 "python", |
| 2678 "-u", |
| 2679 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2680 "instrumentation", |
| 2681 "--test-apk", |
| 2682 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", |
| 2683 "--blacklist-file", |
| 2684 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2685 "--apk-under-test", |
| 2686 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", |
| 2687 "--isolate-file-path", |
| 2688 "chrome/chrome_public_test_apk.isolate", |
| 2689 "--flakiness-dashboard-server", |
| 2690 "test-results.appspot.com", |
| 2691 "--verbose", |
| 2692 "--release", |
| 2693 "--json-results-file", |
| 2694 "/path/to/tmp/json" |
| 2695 ], |
| 2696 "cwd": "[SLAVE_BUILD]", |
| 2697 "name": "Instrumentation test ChromePublicTest (without patch)", |
| 2698 "~followup_annotations": [ |
| 2699 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2700 ] |
| 2701 }, |
| 2702 { |
| 2703 "cmd": [ |
| 2704 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 2705 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", |
| 2706 "-v", |
| 2707 "--blacklist-file", |
| 2708 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2709 "--release" |
| 2710 ], |
| 2711 "cwd": "[SLAVE_BUILD]", |
| 2712 "env": { |
| 2713 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 2714 }, |
| 2715 "name": "install ChromeSyncShell.apk (2)" |
| 2716 }, |
| 2717 { |
| 2718 "cmd": [ |
| 2719 "python", |
| 2720 "-u", |
| 2721 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2722 "instrumentation", |
| 2723 "--test-apk", |
| 2724 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", |
| 2725 "--blacklist-file", |
| 2726 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 2727 "--apk-under-test", |
| 2728 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", |
| 2729 "--flakiness-dashboard-server", |
| 2730 "test-results.appspot.com", |
| 2731 "--verbose", |
| 2732 "--release", |
| 2733 "--json-results-file", |
| 2734 "/path/to/tmp/json" |
| 2735 ], |
| 2736 "cwd": "[SLAVE_BUILD]", |
| 2737 "name": "Instrumentation test ChromeSyncShellTest (without patch)", |
| 2738 "~followup_annotations": [ |
| 2739 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2740 ] |
| 2741 }, |
| 2742 { |
| 2765 "cmd": [ | 2743 "cmd": [ |
| 2766 "python", | 2744 "python", |
| 2767 "-u", | 2745 "-u", |
| 2768 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2746 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2769 "gtest", | 2747 "junit", |
| 2770 "-s", | 2748 "-s", |
| 2771 "sync_unit_tests", | 2749 "junit_unit_tests", |
| 2772 "--isolate-file-path", | |
| 2773 "[SLAVE_BUILD]/src/sync/sync_unit_tests.isolate", | |
| 2774 "--enable-platform-mode", | |
| 2775 "-e", | |
| 2776 "remote_device", | |
| 2777 "--api-key-file", | |
| 2778 "[BUILD]/site_config/.amp_commit_queue_pool_key", | |
| 2779 "--api-secret-file", | |
| 2780 "[BUILD]/site_config/.amp_commit_queue_pool_secret", | |
| 2781 "--api-address", | |
| 2782 "172.22.21.180", | |
| 2783 "--api-port", | |
| 2784 "80", | |
| 2785 "--api-protocol", | |
| 2786 "http", | |
| 2787 "--device-type", | |
| 2788 "Android", | |
| 2789 "--remote-device", | |
| 2790 "Nexus 5", | |
| 2791 "--remote-device-os", | |
| 2792 "4.4.2", | |
| 2793 "--collect", | |
| 2794 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | |
| 2795 "--results-path", | |
| 2796 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", | |
| 2797 "--verbose", | 2750 "--verbose", |
| 2751 "--release", |
| 2798 "--json-results-file", | 2752 "--json-results-file", |
| 2799 "/path/to/tmp/json", | 2753 "/path/to/tmp/json" |
| 2800 "--release" | |
| 2801 ], | 2754 ], |
| 2802 "cwd": "[SLAVE_BUILD]", | 2755 "cwd": "[SLAVE_BUILD]", |
| 2803 "name": "[collect] sync_unit_tests (with patch)", | 2756 "env": { |
| 2757 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 2758 }, |
| 2759 "name": "junit_unit_tests (without patch)", |
| 2804 "~followup_annotations": [ | 2760 "~followup_annotations": [ |
| 2805 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2761 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2806 ] | 2762 ] |
| 2807 }, | 2763 }, |
| 2808 { | 2764 { |
| 2809 "cmd": [ | 2765 "cmd": [ |
| 2810 "python", | 2766 "python", |
| 2811 "-u", | 2767 "-u", |
| 2812 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 2768 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2813 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2769 "junit", |
| 2770 "-s", |
| 2771 "chrome_junit_tests", |
| 2772 "--verbose", |
| 2773 "--release", |
| 2774 "--json-results-file", |
| 2814 "/path/to/tmp/json" | 2775 "/path/to/tmp/json" |
| 2815 ], | 2776 ], |
| 2816 "cwd": "[SLAVE_BUILD]", | 2777 "cwd": "[SLAVE_BUILD]", |
| 2817 "name": "[collect] load ui_android_unittests (with patch)", | 2778 "env": { |
| 2779 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 2780 }, |
| 2781 "name": "chrome_junit_tests (without patch)", |
| 2818 "~followup_annotations": [ | 2782 "~followup_annotations": [ |
| 2819 "@@@STEP_LOG_LINE@json.output@{@@@", | 2783 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2820 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | |
| 2821 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", | |
| 2822 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", | |
| 2823 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", | |
| 2824 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", | |
| 2825 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 2826 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 2827 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 2828 "@@@STEP_LOG_END@json.output@@@" | |
| 2829 ] | 2784 ] |
| 2830 }, | 2785 }, |
| 2831 { | 2786 { |
| 2832 "cmd": [ | 2787 "cmd": [ |
| 2833 "python", | 2788 "python", |
| 2834 "-u", | 2789 "-u", |
| 2835 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2790 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2836 "gtest", | 2791 "junit", |
| 2837 "-s", | 2792 "-s", |
| 2838 "ui_android_unittests", | 2793 "content_junit_tests", |
| 2839 "--enable-platform-mode", | |
| 2840 "-e", | |
| 2841 "remote_device", | |
| 2842 "--api-key-file", | |
| 2843 "[BUILD]/site_config/.amp_commit_queue_pool_key", | |
| 2844 "--api-secret-file", | |
| 2845 "[BUILD]/site_config/.amp_commit_queue_pool_secret", | |
| 2846 "--api-address", | |
| 2847 "172.22.21.180", | |
| 2848 "--api-port", | |
| 2849 "80", | |
| 2850 "--api-protocol", | |
| 2851 "http", | |
| 2852 "--device-type", | |
| 2853 "Android", | |
| 2854 "--remote-device", | |
| 2855 "Nexus 5", | |
| 2856 "--remote-device-os", | |
| 2857 "4.4.2", | |
| 2858 "--collect", | |
| 2859 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | |
| 2860 "--results-path", | |
| 2861 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", | |
| 2862 "--verbose", | 2794 "--verbose", |
| 2795 "--release", |
| 2863 "--json-results-file", | 2796 "--json-results-file", |
| 2864 "/path/to/tmp/json", | 2797 "/path/to/tmp/json" |
| 2865 "--release" | |
| 2866 ], | 2798 ], |
| 2867 "cwd": "[SLAVE_BUILD]", | 2799 "cwd": "[SLAVE_BUILD]", |
| 2868 "name": "[collect] ui_android_unittests (with patch)", | 2800 "env": { |
| 2801 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 2802 }, |
| 2803 "name": "content_junit_tests (without patch)", |
| 2869 "~followup_annotations": [ | 2804 "~followup_annotations": [ |
| 2870 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" | 2805 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 2871 ] | 2806 ] |
| 2872 }, | 2807 }, |
| 2873 { | 2808 { |
| 2874 "cmd": [ | 2809 "cmd": [ |
| 2875 "python", | 2810 "python", |
| 2876 "-u", | 2811 "-u", |
| 2877 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 2812 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 2878 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2813 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2879 "/path/to/tmp/json" | 2814 "/path/to/tmp/json" |
| 2880 ], | 2815 ], |
| 2881 "cwd": "[SLAVE_BUILD]", | 2816 "cwd": "[SLAVE_BUILD]", |
| 2882 "name": "[collect] load ui_touch_selection_unittests (with patch)", | 2817 "name": "[collect] load base_unittests (without patch)", |
| 2883 "~followup_annotations": [ | 2818 "~followup_annotations": [ |
| 2884 "@@@STEP_LOG_LINE@json.output@{@@@", | 2819 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 2885 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | 2820 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", |
| 2886 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", | 2821 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", |
| 2887 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", | 2822 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", |
| 2888 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", | 2823 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", |
| 2889 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", | 2824 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", |
| 2890 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2825 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2891 "@@@STEP_LOG_LINE@json.output@ }@@@", | 2826 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 2892 "@@@STEP_LOG_LINE@json.output@}@@@", | 2827 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 2893 "@@@STEP_LOG_END@json.output@@@" | 2828 "@@@STEP_LOG_END@json.output@@@" |
| 2894 ] | 2829 ] |
| 2895 }, | 2830 }, |
| 2896 { | 2831 { |
| 2897 "cmd": [ | 2832 "cmd": [ |
| 2898 "python", | 2833 "python", |
| 2899 "-u", | 2834 "-u", |
| 2900 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 2835 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 2901 "gtest", | 2836 "gtest", |
| 2902 "-s", | 2837 "-s", |
| 2903 "ui_touch_selection_unittests", | 2838 "base_unittests", |
| 2839 "--isolate-file-path", |
| 2840 "[SLAVE_BUILD]/src/base/base_unittests.isolate", |
| 2904 "--enable-platform-mode", | 2841 "--enable-platform-mode", |
| 2905 "-e", | 2842 "-e", |
| 2906 "remote_device", | 2843 "remote_device", |
| 2907 "--api-key-file", | 2844 "--api-key-file", |
| 2908 "[BUILD]/site_config/.amp_commit_queue_pool_key", | 2845 "[BUILD]/site_config/.amp_commit_queue_pool_key", |
| 2909 "--api-secret-file", | 2846 "--api-secret-file", |
| 2910 "[BUILD]/site_config/.amp_commit_queue_pool_secret", | 2847 "[BUILD]/site_config/.amp_commit_queue_pool_secret", |
| 2911 "--api-address", | 2848 "--api-address", |
| 2912 "172.22.21.180", | 2849 "172.22.21.180", |
| 2913 "--api-port", | 2850 "--api-port", |
| 2914 "80", | 2851 "80", |
| 2915 "--api-protocol", | 2852 "--api-protocol", |
| 2916 "http", | 2853 "http", |
| 2917 "--device-type", | 2854 "--device-type", |
| 2918 "Android", | 2855 "Android", |
| 2919 "--remote-device", | 2856 "--remote-device", |
| 2920 "Nexus 5", | 2857 "Nexus 5", |
| 2921 "--remote-device-os", | 2858 "--remote-device-os", |
| 2922 "4.4.2", | 2859 "4.4.2", |
| 2923 "--collect", | 2860 "--collect", |
| 2924 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", | 2861 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", |
| 2925 "--results-path", | 2862 "--results-path", |
| 2926 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", | 2863 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", |
| 2927 "--verbose", | 2864 "--verbose", |
| 2928 "--json-results-file", | 2865 "--json-results-file", |
| 2929 "/path/to/tmp/json", | 2866 "/path/to/tmp/json", |
| 2930 "--release" | 2867 "--release" |
| 2931 ], | 2868 ], |
| 2932 "cwd": "[SLAVE_BUILD]", | 2869 "cwd": "[SLAVE_BUILD]", |
| 2933 "name": "[collect] ui_touch_selection_unittests (with patch)", | 2870 "name": "[collect] base_unittests (without patch)", |
| 2934 "~followup_annotations": [ | 2871 "~followup_annotations": [ |
| 2935 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@", | 2872 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" |
| 2936 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | |
| 2937 ] | 2873 ] |
| 2938 }, | 2874 }, |
| 2939 { | 2875 { |
| 2940 "cmd": [ | 2876 "cmd": [ |
| 2941 "python", | 2877 "python", |
| 2942 "-u", | 2878 "-u", |
| 2943 "import sys; sys.exit(1)" | 2879 "import sys; sys.exit(0)" |
| 2944 ], | 2880 ], |
| 2945 "cwd": "[SLAVE_BUILD]", | 2881 "cwd": "[SLAVE_BUILD]", |
| 2946 "name": "AndroidWebViewTest (2)", | 2882 "name": "AndroidWebViewTest (retry summary)", |
| 2947 "~followup_annotations": [ | 2883 "~followup_annotations": [ |
| 2948 "step returned non-zero exit code: 1", | 2884 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 2949 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 2885 "@@@STEP_WARNINGS@@@" |
| 2950 "@@@STEP_FAILURE@@@", | |
| 2951 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | |
| 2952 ] | 2886 ] |
| 2953 }, | 2887 }, |
| 2954 { | 2888 { |
| 2955 "cmd": [ | 2889 "cmd": [ |
| 2956 "python", | 2890 "python", |
| 2957 "-u", | 2891 "-u", |
| 2958 "import sys; sys.exit(1)" | 2892 "import sys; sys.exit(0)" |
| 2959 ], | 2893 ], |
| 2960 "cwd": "[SLAVE_BUILD]", | 2894 "cwd": "[SLAVE_BUILD]", |
| 2961 "name": "ContentShellTest (2)", | 2895 "name": "ContentShellTest (retry summary)", |
| 2962 "~followup_annotations": [ | 2896 "~followup_annotations": [ |
| 2963 "step returned non-zero exit code: 1", | 2897 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 2964 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 2898 "@@@STEP_WARNINGS@@@" |
| 2965 "@@@STEP_FAILURE@@@", | |
| 2966 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | |
| 2967 ] | 2899 ] |
| 2968 }, | 2900 }, |
| 2969 { | 2901 { |
| 2970 "cmd": [ | 2902 "cmd": [ |
| 2971 "python", | 2903 "python", |
| 2972 "-u", | 2904 "-u", |
| 2973 "import sys; sys.exit(1)" | 2905 "import sys; sys.exit(0)" |
| 2974 ], | 2906 ], |
| 2975 "cwd": "[SLAVE_BUILD]", | 2907 "cwd": "[SLAVE_BUILD]", |
| 2976 "name": "ChromePublicTest (2)", | 2908 "name": "ChromePublicTest (retry summary)", |
| 2977 "~followup_annotations": [ | 2909 "~followup_annotations": [ |
| 2978 "step returned non-zero exit code: 1", | 2910 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 2979 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 2911 "@@@STEP_WARNINGS@@@" |
| 2980 "@@@STEP_FAILURE@@@", | |
| 2981 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | |
| 2982 ] | 2912 ] |
| 2983 }, | 2913 }, |
| 2984 { | 2914 { |
| 2985 "cmd": [ | 2915 "cmd": [ |
| 2986 "python", | 2916 "python", |
| 2987 "-u", | 2917 "-u", |
| 2988 "import sys; sys.exit(1)" | 2918 "import sys; sys.exit(0)" |
| 2989 ], | 2919 ], |
| 2990 "cwd": "[SLAVE_BUILD]", | 2920 "cwd": "[SLAVE_BUILD]", |
| 2991 "name": "ChromeSyncShellTest (2)", | 2921 "name": "ChromeSyncShellTest (retry summary)", |
| 2992 "~followup_annotations": [ | 2922 "~followup_annotations": [ |
| 2993 "step returned non-zero exit code: 1", | 2923 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 2994 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 2924 "@@@STEP_WARNINGS@@@" |
| 2995 "@@@STEP_FAILURE@@@", | |
| 2996 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | |
| 2997 ] | 2925 ] |
| 2998 }, | 2926 }, |
| 2999 { | 2927 { |
| 3000 "cmd": [ | |
| 3001 "python", | |
| 3002 "-u", | |
| 3003 "import sys; sys.exit(1)" | |
| 3004 ], | |
| 3005 "cwd": "[SLAVE_BUILD]", | |
| 3006 "name": "breakpad_unittests (2)", | |
| 3007 "~followup_annotations": [ | |
| 3008 "step returned non-zero exit code: 1", | |
| 3009 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | |
| 3010 "@@@STEP_FAILURE@@@", | |
| 3011 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | |
| 3012 ] | |
| 3013 }, | |
| 3014 { | |
| 3015 "cmd": [ | |
| 3016 "python", | |
| 3017 "-u", | |
| 3018 "import sys; sys.exit(1)" | |
| 3019 ], | |
| 3020 "cwd": "[SLAVE_BUILD]", | |
| 3021 "name": "cc_unittests (2)", | |
| 3022 "~followup_annotations": [ | |
| 3023 "step returned non-zero exit code: 1", | |
| 3024 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | |
| 3025 "@@@STEP_FAILURE@@@", | |
| 3026 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | |
| 3027 ] | |
| 3028 }, | |
| 3029 { | |
| 3030 "cmd": [ | |
| 3031 "python", | |
| 3032 "-u", | |
| 3033 "import sys; sys.exit(1)" | |
| 3034 ], | |
| 3035 "cwd": "[SLAVE_BUILD]", | |
| 3036 "name": "content_browsertests (2)", | |
| 3037 "~followup_annotations": [ | |
| 3038 "step returned non-zero exit code: 1", | |
| 3039 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | |
| 3040 "@@@STEP_FAILURE@@@", | |
| 3041 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | |
| 3042 ] | |
| 3043 }, | |
| 3044 { | |
| 3045 "cmd": [ | |
| 3046 "python", | |
| 3047 "-u", | |
| 3048 "import sys; sys.exit(1)" | |
| 3049 ], | |
| 3050 "cwd": "[SLAVE_BUILD]", | |
| 3051 "name": "content_unittests (2)", | |
| 3052 "~followup_annotations": [ | |
| 3053 "step returned non-zero exit code: 1", | |
| 3054 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | |
| 3055 "@@@STEP_FAILURE@@@", | |
| 3056 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | |
| 3057 ] | |
| 3058 }, | |
| 3059 { | |
| 3060 "cmd": [ | |
| 3061 "python", | |
| 3062 "-u", | |
| 3063 "import sys; sys.exit(1)" | |
| 3064 ], | |
| 3065 "cwd": "[SLAVE_BUILD]", | |
| 3066 "name": "gpu_unittests (2)", | |
| 3067 "~followup_annotations": [ | |
| 3068 "step returned non-zero exit code: 1", | |
| 3069 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | |
| 3070 "@@@STEP_FAILURE@@@", | |
| 3071 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | |
| 3072 ] | |
| 3073 }, | |
| 3074 { | |
| 3075 "cmd": [ | |
| 3076 "python", | |
| 3077 "-u", | |
| 3078 "import sys; sys.exit(1)" | |
| 3079 ], | |
| 3080 "cwd": "[SLAVE_BUILD]", | |
| 3081 "name": "media_unittests (2)", | |
| 3082 "~followup_annotations": [ | |
| 3083 "step returned non-zero exit code: 1", | |
| 3084 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | |
| 3085 "@@@STEP_FAILURE@@@", | |
| 3086 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | |
| 3087 ] | |
| 3088 }, | |
| 3089 { | |
| 3090 "cmd": [ | 2928 "cmd": [ |
| 3091 "python", | 2929 "python", |
| 3092 "-u", | 2930 "-u", |
| 3093 "import sys; sys.exit(1)" | 2931 "import sys; sys.exit(1)" |
| 3094 ], | 2932 ], |
| 3095 "cwd": "[SLAVE_BUILD]", | 2933 "cwd": "[SLAVE_BUILD]", |
| 3096 "name": "net_unittests (2)", | 2934 "name": "base_unittests (retry summary)", |
| 3097 "~followup_annotations": [ | 2935 "~followup_annotations": [ |
| 3098 "step returned non-zero exit code: 1", | 2936 "step returned non-zero exit code: 1", |
| 3099 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 2937 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
| 3100 "@@@STEP_FAILURE@@@", | 2938 "@@@STEP_FAILURE@@@", |
| 3101 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | 2939 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@" |
| 3102 ] | 2940 ] |
| 3103 }, | 2941 }, |
| 3104 { | 2942 { |
| 3105 "cmd": [ | 2943 "cmd": [ |
| 3106 "python", | 2944 "python", |
| 3107 "-u", | 2945 "-u", |
| 3108 "import sys; sys.exit(1)" | 2946 "import sys; sys.exit(0)" |
| 3109 ], | 2947 ], |
| 3110 "cwd": "[SLAVE_BUILD]", | 2948 "cwd": "[SLAVE_BUILD]", |
| 3111 "name": "sandbox_linux_unittests (2)", | 2949 "name": "junit_unit_tests (retry summary)", |
| 3112 "~followup_annotations": [ | 2950 "~followup_annotations": [ |
| 3113 "step returned non-zero exit code: 1", | 2951 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 3114 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 2952 "@@@STEP_WARNINGS@@@" |
| 3115 "@@@STEP_FAILURE@@@", | |
| 3116 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | |
| 3117 ] | 2953 ] |
| 3118 }, | 2954 }, |
| 3119 { | 2955 { |
| 3120 "cmd": [ | 2956 "cmd": [ |
| 3121 "python", | 2957 "python", |
| 3122 "-u", | 2958 "-u", |
| 3123 "import sys; sys.exit(1)" | 2959 "import sys; sys.exit(0)" |
| 3124 ], | 2960 ], |
| 3125 "cwd": "[SLAVE_BUILD]", | 2961 "cwd": "[SLAVE_BUILD]", |
| 3126 "name": "ui_base_unittests (2)", | 2962 "name": "chrome_junit_tests (retry summary)", |
| 3127 "~followup_annotations": [ | 2963 "~followup_annotations": [ |
| 3128 "step returned non-zero exit code: 1", | 2964 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 3129 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 2965 "@@@STEP_WARNINGS@@@" |
| 3130 "@@@STEP_FAILURE@@@", | |
| 3131 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | |
| 3132 ] | 2966 ] |
| 3133 }, | 2967 }, |
| 3134 { | 2968 { |
| 3135 "cmd": [ | 2969 "cmd": [ |
| 3136 "python", | 2970 "python", |
| 3137 "-u", | 2971 "-u", |
| 3138 "import sys; sys.exit(1)" | 2972 "import sys; sys.exit(0)" |
| 3139 ], | 2973 ], |
| 3140 "cwd": "[SLAVE_BUILD]", | 2974 "cwd": "[SLAVE_BUILD]", |
| 3141 "name": "unit_tests (2)", | 2975 "name": "content_junit_tests (retry summary)", |
| 3142 "~followup_annotations": [ | 2976 "~followup_annotations": [ |
| 3143 "step returned non-zero exit code: 1", | 2977 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 3144 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 2978 "@@@STEP_WARNINGS@@@" |
| 3145 "@@@STEP_FAILURE@@@" | |
| 3146 ] | 2979 ] |
| 3147 }, | 2980 }, |
| 3148 { | 2981 { |
| 3149 "cmd": [ | 2982 "cmd": [ |
| 3150 "python", | 2983 "python", |
| 3151 "-u", | 2984 "-u", |
| 3152 "[BUILD]/scripts/slave/daemonizer.py", | 2985 "[BUILD]/scripts/slave/daemonizer.py", |
| 3153 "--action", | 2986 "--action", |
| 3154 "stop", | 2987 "stop", |
| 3155 "--pid-file-path", | 2988 "--pid-file-path", |
| 3156 "/tmp/device_monitor.pid" | 2989 "/tmp/device_monitor.pid" |
| 3157 ], | 2990 ], |
| 3158 "cwd": "[SLAVE_BUILD]", | 2991 "cwd": "[SLAVE_BUILD]", |
| 3159 "name": "shutdown_device_monitor" | 2992 "name": "shutdown_device_monitor" |
| 3160 }, | 2993 }, |
| 3161 { | 2994 { |
| 3162 "cmd": [ | 2995 "cmd": [ |
| 3163 "python", | 2996 "python", |
| 3164 "-u", | 2997 "-u", |
| 3165 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 2998 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
| 3166 "--output-path", | 2999 "--output-path", |
| 3167 "[SLAVE_BUILD]/src/out/Release/full_log", | 3000 "[SLAVE_BUILD]/src/out/Release/full_log", |
| 3168 "[SLAVE_BUILD]/src/out/logcat_dir" | 3001 "[SLAVE_BUILD]/src/out/logcat" |
| 3169 ], | 3002 ], |
| 3170 "cwd": "[SLAVE_BUILD]", | 3003 "cwd": "[SLAVE_BUILD]", |
| 3171 "name": "logcat_dump" | 3004 "name": "logcat_dump" |
| 3172 }, | 3005 }, |
| 3173 { | 3006 { |
| 3174 "cmd": [ | 3007 "cmd": [ |
| 3175 "python", | 3008 "python", |
| 3176 "-u", | 3009 "-u", |
| 3177 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 3010 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 3178 "--timeout", | 3011 "--timeout", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3232 "name": "test_report", | 3065 "name": "test_report", |
| 3233 "~followup_annotations": [ | 3066 "~followup_annotations": [ |
| 3234 "@@@STEP_LOG_LINE@python.inline@@@@", | 3067 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 3235 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 3068 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 3236 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 3069 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 3237 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 3070 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 3238 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 3071 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 3239 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 3072 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 3240 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 3073 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 3241 "@@@STEP_LOG_END@python.inline@@@", | 3074 "@@@STEP_LOG_END@python.inline@@@", |
| 3242 "@@@SET_BUILD_PROPERTY@failure_hash@\"4cb66b8ac8f4b7da35c560e5b2672272beb9
d841\"@@@" | 3075 "@@@SET_BUILD_PROPERTY@failure_hash@\"f70a31cd238c86b35b0a8c2c2d85034113dc
9f60\"@@@" |
| 3243 ] | 3076 ] |
| 3244 }, | 3077 }, |
| 3245 { | 3078 { |
| 3246 "name": "$result", | 3079 "name": "$result", |
| 3247 "reason": "14 out of 14 aggregated steps failed. Failures: Step('AndroidWebV
iewTest (2)') failed with return_code 1, Step('ContentShellTest (2)') failed wit
h return_code 1, Step('ChromePublicTest (2)') failed with return_code 1, Step('C
hromeSyncShellTest (2)') failed with return_code 1, Step('breakpad_unittests (2)
') failed with return_code 1, Step('cc_unittests (2)') failed with return_code 1
, Step('content_browsertests (2)') failed with return_code 1, Step('content_unit
tests (2)') failed with return_code 1, Step('gpu_unittests (2)') failed with ret
urn_code 1, Step('media_unittests (2)') failed with return_code 1, Step('net_uni
ttests (2)') failed with return_code 1, Step('sandbox_linux_unittests (2)') fail
ed with return_code 1, Step('ui_base_unittests (2)') failed with return_code 1,
Step('unit_tests (2)') failed with return_code 1", | 3080 "reason": "1 out of 8 aggregated steps failed. Failures: Step('base_unittest
s (retry summary)') failed with return_code 1", |
| 3248 "status_code": 1 | 3081 "status_code": 1 |
| 3249 } | 3082 } |
| 3250 ] | 3083 ] |
| OLD | NEW |