OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
8 ], | 8 ], |
9 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
10 "name": "cleanup index.lock", | 10 "name": "cleanup index.lock", |
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 "[SLAVE_BUILD]/src/out/bad_devices.json" | 351 "[SLAVE_BUILD]/src/out/bad_devices.json" |
352 ], | 352 ], |
353 "cwd": "[SLAVE_BUILD]", | 353 "cwd": "[SLAVE_BUILD]", |
354 "env": { | 354 "env": { |
355 "BUILDTYPE": "Release" | 355 "BUILDTYPE": "Release" |
356 }, | 356 }, |
357 "name": "Monkey Test" | 357 "name": "Monkey Test" |
358 }, | 358 }, |
359 { | 359 { |
360 "cmd": [ | 360 "cmd": [ |
361 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
362 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
363 "-v", | |
364 "--blacklist-file", | |
365 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
366 "--release" | |
367 ], | |
368 "cwd": "[SLAVE_BUILD]", | |
369 "env": { | |
370 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
371 }, | |
372 "name": "install AndroidWebView.apk" | |
373 }, | |
374 { | |
375 "cmd": [ | |
376 "python", | 361 "python", |
377 "-u", | 362 "-u", |
378 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 363 "out/Release/bin/run_android_webview_test_apk", |
379 "instrumentation", | 364 "instrumentation", |
380 "--test-apk", | |
381 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | |
382 "--blacklist-file", | 365 "--blacklist-file", |
383 "[SLAVE_BUILD]/src/out/bad_devices.json", | 366 "[SLAVE_BUILD]/src/out/bad_devices.json", |
384 "--logcat-output-file", | 367 "--logcat-output-file", |
385 "/path/to/tmp/", | 368 "/path/to/tmp/", |
386 "--apk-under-test", | |
387 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
388 "--isolate-file-path", | |
389 "android_webview/android_webview_test_apk.isolate", | |
390 "--flakiness-dashboard-server", | 369 "--flakiness-dashboard-server", |
391 "test-results.appspot.com", | 370 "test-results.appspot.com", |
392 "-A", | 371 "-A", |
393 "SmallTest", | 372 "SmallTest", |
394 "-E", | 373 "-E", |
395 "FlakyTest", | 374 "FlakyTest", |
396 "--screenshot", | 375 "--screenshot", |
397 "--release", | |
398 "--host-driven-root", | 376 "--host-driven-root", |
399 "[SLAVE_BUILD]/src/chrome/test", | 377 "[SLAVE_BUILD]/src/chrome/test" |
400 "--official-build" | |
401 ], | 378 ], |
402 "cwd": "[SLAVE_BUILD]", | 379 "cwd": "[SLAVE_BUILD]", |
403 "name": "Instrumentation test SmallTest", | 380 "name": "Instrumentation test SmallTest", |
404 "~followup_annotations": [ | 381 "~followup_annotations": [ |
405 "@@@STEP_LOG_LINE@logcat@logging...@@@", | 382 "@@@STEP_LOG_LINE@logcat@logging...@@@", |
406 "@@@STEP_LOG_LINE@logcat@beep@@@", | 383 "@@@STEP_LOG_LINE@logcat@beep@@@", |
407 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", | 384 "@@@STEP_LOG_LINE@logcat@boop\bbop@@@", |
408 "@@@STEP_LOG_END@logcat@@@" | 385 "@@@STEP_LOG_END@logcat@@@" |
409 ] | 386 ] |
410 }, | 387 }, |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
484 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 461 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
485 }, | 462 }, |
486 "name": "stack_tool_for_asan" | 463 "name": "stack_tool_for_asan" |
487 }, | 464 }, |
488 { | 465 { |
489 "name": "$result", | 466 "name": "$result", |
490 "reason": "Infra Failure: Step('device_status_check') returned 2", | 467 "reason": "Infra Failure: Step('device_status_check') returned 2", |
491 "status_code": 2 | 468 "status_code": 2 |
492 } | 469 } |
493 ] | 470 ] |
OLD | NEW |