| 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]/android_n6", | 7 "[BUILDER_CACHE]/android_n6", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 "env": { | 581 "env": { |
| 582 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 582 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 583 "PATH": "[BUILDER_CACHE]/android_n6/src/third_party/android_tools/sdk/plat
form-tools:[BUILDER_CACHE]/android_n6/src/build/android:%(PATH)s" | 583 "PATH": "[BUILDER_CACHE]/android_n6/src/third_party/android_tools/sdk/plat
form-tools:[BUILDER_CACHE]/android_n6/src/build/android:%(PATH)s" |
| 584 }, | 584 }, |
| 585 "name": "peerconnection_unittests" | 585 "name": "peerconnection_unittests" |
| 586 }, | 586 }, |
| 587 { | 587 { |
| 588 "cmd": [ | 588 "cmd": [ |
| 589 "python", | 589 "python", |
| 590 "-u", | 590 "-u", |
| 591 "[BUILDER_CACHE]/android_n6/src/out/Debug/bin/run_rtc_stats_unittests", |
| 592 "--blacklist-file", |
| 593 "[BUILDER_CACHE]/android_n6/src/out/bad_devices.json", |
| 594 "--verbose", |
| 595 "--adb-path", |
| 596 "[BUILDER_CACHE]/android_n6/src/third_party/android_tools/sdk/platform-too
ls/adb" |
| 597 ], |
| 598 "cwd": "[BUILDER_CACHE]/android_n6", |
| 599 "env": { |
| 600 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 601 "PATH": "[BUILDER_CACHE]/android_n6/src/third_party/android_tools/sdk/plat
form-tools:[BUILDER_CACHE]/android_n6/src/build/android:%(PATH)s" |
| 602 }, |
| 603 "name": "rtc_stats_unittests" |
| 604 }, |
| 605 { |
| 606 "cmd": [ |
| 607 "python", |
| 608 "-u", |
| 591 "[BUILDER_CACHE]/android_n6/src/out/Debug/bin/run_rtc_unittests", | 609 "[BUILDER_CACHE]/android_n6/src/out/Debug/bin/run_rtc_unittests", |
| 592 "--blacklist-file", | 610 "--blacklist-file", |
| 593 "[BUILDER_CACHE]/android_n6/src/out/bad_devices.json", | 611 "[BUILDER_CACHE]/android_n6/src/out/bad_devices.json", |
| 594 "--verbose", | 612 "--verbose", |
| 595 "--adb-path", | 613 "--adb-path", |
| 596 "[BUILDER_CACHE]/android_n6/src/third_party/android_tools/sdk/platform-too
ls/adb" | 614 "[BUILDER_CACHE]/android_n6/src/third_party/android_tools/sdk/platform-too
ls/adb" |
| 597 ], | 615 ], |
| 598 "cwd": "[BUILDER_CACHE]/android_n6", | 616 "cwd": "[BUILDER_CACHE]/android_n6", |
| 599 "env": { | 617 "env": { |
| 600 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 618 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 839 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 857 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 840 "@@@STEP_LOG_END@python.inline@@@" | 858 "@@@STEP_LOG_END@python.inline@@@" |
| 841 ] | 859 ] |
| 842 }, | 860 }, |
| 843 { | 861 { |
| 844 "name": "$result", | 862 "name": "$result", |
| 845 "recipe_result": null, | 863 "recipe_result": null, |
| 846 "status_code": 0 | 864 "status_code": 0 |
| 847 } | 865 } |
| 848 ] | 866 ] |
| OLD | NEW |