| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[BUILDER_CACHE]/WebKit_Android__Nexus4_", | 7 "[BUILDER_CACHE]/WebKit_Android__Nexus4_", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 "name": "spawn_device_monitor" | 598 "name": "spawn_device_monitor" |
| 599 }, | 599 }, |
| 600 { | 600 { |
| 601 "cmd": [ | 601 "cmd": [ |
| 602 "python", | 602 "python", |
| 603 "-u", | 603 "-u", |
| 604 "[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/out/Release/bin/run_blink_hea
p_unittests", | 604 "[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/out/Release/bin/run_blink_hea
p_unittests", |
| 605 "--blacklist-file", | 605 "--blacklist-file", |
| 606 "[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/out/bad_devices.json", | 606 "[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/out/bad_devices.json", |
| 607 "--verbose", | 607 "--verbose", |
| 608 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 609 "--json-results-file", | 608 "--json-results-file", |
| 610 "/path/to/tmp/json", | 609 "/path/to/tmp/json", |
| 611 "--adb-path", | 610 "--adb-path", |
| 612 "[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/third_party/android_tools/sdk
/platform-tools/adb" | 611 "[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/third_party/android_tools/sdk
/platform-tools/adb" |
| 613 ], | 612 ], |
| 614 "cwd": "[BUILDER_CACHE]/WebKit_Android__Nexus4_", | 613 "cwd": "[BUILDER_CACHE]/WebKit_Android__Nexus4_", |
| 615 "env": { | 614 "env": { |
| 616 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 615 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 617 "PATH": "[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/third_party/android_t
ools/sdk/platform-tools:[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/build/androi
d:%(PATH)s" | 616 "PATH": "[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/third_party/android_t
ools/sdk/platform-tools:[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/build/androi
d:%(PATH)s" |
| 618 }, | 617 }, |
| 619 "name": "blink_heap_unittests" | 618 "name": "blink_heap_unittests" |
| 620 }, | 619 }, |
| 621 { | 620 { |
| 622 "cmd": [ | 621 "cmd": [ |
| 623 "python", | 622 "python", |
| 624 "-u", | 623 "-u", |
| 625 "[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/out/Release/bin/run_webkit_un
it_tests", | 624 "[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/out/Release/bin/run_webkit_un
it_tests", |
| 626 "--blacklist-file", | 625 "--blacklist-file", |
| 627 "[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/out/bad_devices.json", | 626 "[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/out/bad_devices.json", |
| 628 "--verbose", | 627 "--verbose", |
| 629 "--flakiness-dashboard-server=test-results.appspot.com", | |
| 630 "--json-results-file", | 628 "--json-results-file", |
| 631 "/path/to/tmp/json", | 629 "/path/to/tmp/json", |
| 632 "--adb-path", | 630 "--adb-path", |
| 633 "[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/third_party/android_tools/sdk
/platform-tools/adb" | 631 "[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/third_party/android_tools/sdk
/platform-tools/adb" |
| 634 ], | 632 ], |
| 635 "cwd": "[BUILDER_CACHE]/WebKit_Android__Nexus4_", | 633 "cwd": "[BUILDER_CACHE]/WebKit_Android__Nexus4_", |
| 636 "env": { | 634 "env": { |
| 637 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 635 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 638 "PATH": "[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/third_party/android_t
ools/sdk/platform-tools:[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/build/androi
d:%(PATH)s" | 636 "PATH": "[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/third_party/android_t
ools/sdk/platform-tools:[BUILDER_CACHE]/WebKit_Android__Nexus4_/src/build/androi
d:%(PATH)s" |
| 639 }, | 637 }, |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 847 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 845 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 848 "@@@STEP_LOG_END@python.inline@@@" | 846 "@@@STEP_LOG_END@python.inline@@@" |
| 849 ] | 847 ] |
| 850 }, | 848 }, |
| 851 { | 849 { |
| 852 "name": "$result", | 850 "name": "$result", |
| 853 "recipe_result": null, | 851 "recipe_result": null, |
| 854 "status_code": 0 | 852 "status_code": 0 |
| 855 } | 853 } |
| 856 ] | 854 ] |
| OLD | NEW |