| 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]/Android32_Tests__L_Nexus5_", | 7 "[BUILDER_CACHE]/Android32_Tests__L_Nexus5_", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 { | 171 { |
| 172 "cmd": [ | 172 "cmd": [ |
| 173 "python", | 173 "python", |
| 174 "-u", | 174 "-u", |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 175 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 176 "runhooks" | 176 "runhooks" |
| 177 ], | 177 ], |
| 178 "cwd": "[BUILDER_CACHE]/Android32_Tests__L_Nexus5_/src", | 178 "cwd": "[BUILDER_CACHE]/Android32_Tests__L_Nexus5_/src", |
| 179 "env": { | 179 "env": { |
| 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 180 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 181 "GYP_CHROMIUM_NO_ACTION": "1", |
| 181 "GYP_CROSSCOMPILE": "1", | 182 "GYP_CROSSCOMPILE": "1", |
| 182 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", | 183 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", |
| 183 "PATH": "[BUILDER_CACHE]/Android32_Tests__L_Nexus5_/src/third_party/androi
d_tools/sdk/platform-tools:[BUILDER_CACHE]/Android32_Tests__L_Nexus5_/src/build/
android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 184 "PATH": "[BUILDER_CACHE]/Android32_Tests__L_Nexus5_/src/third_party/androi
d_tools/sdk/platform-tools:[BUILDER_CACHE]/Android32_Tests__L_Nexus5_/src/build/
android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 184 }, | 185 }, |
| 185 "name": "gclient runhooks" | 186 "name": "gclient runhooks" |
| 186 }, | 187 }, |
| 187 { | 188 { |
| 188 "cmd": [ | 189 "cmd": [ |
| 189 "python", | 190 "python", |
| 190 "-u", | 191 "-u", |
| (...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 841 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 842 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 842 "@@@STEP_LOG_END@python.inline@@@" | 843 "@@@STEP_LOG_END@python.inline@@@" |
| 843 ] | 844 ] |
| 844 }, | 845 }, |
| 845 { | 846 { |
| 846 "name": "$result", | 847 "name": "$result", |
| 847 "recipe_result": null, | 848 "recipe_result": null, |
| 848 "status_code": 0 | 849 "status_code": 0 |
| 849 } | 850 } |
| 850 ] | 851 ] |
| OLD | NEW |