| 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_rel", | 7 "[BUILDER_CACHE]/android_rel", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 "--gsutil-py-path", | 229 "--gsutil-py-path", |
| 230 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 230 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 231 "--ninja-path", | 231 "--ninja-path", |
| 232 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 232 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 233 "--target", | 233 "--target", |
| 234 "Release", | 234 "Release", |
| 235 "--src-dir", | 235 "--src-dir", |
| 236 "[BUILDER_CACHE]/android_rel/src", | 236 "[BUILDER_CACHE]/android_rel/src", |
| 237 "--goma-cache-dir", | 237 "--goma-cache-dir", |
| 238 "[GOMA_CACHE]", | 238 "[GOMA_CACHE]", |
| 239 "--buildbot-buildername", | |
| 240 "android_rel", | |
| 241 "--buildbot-mastername", | |
| 242 "tryserver.webrtc", | |
| 243 "--buildbot-slavename", | |
| 244 "slavename", | |
| 245 "--goma-deps-cache-dir", | 239 "--goma-deps-cache-dir", |
| 246 "[GOMA_DEPS_CACHE]", | 240 "[GOMA_DEPS_CACHE]", |
| 247 "--compiler", | 241 "--compiler", |
| 248 "goma", | 242 "goma", |
| 249 "--goma-jsonstatus", | 243 "--goma-jsonstatus", |
| 250 "/path/to/tmp/json", | 244 "/path/to/tmp/json", |
| 251 "--goma-service-account-json-file", | 245 "--goma-service-account-json-file", |
| 252 "/creds/service_accounts/service-account-goma-client.json", | 246 "/creds/service_accounts/service-account-goma-client.json", |
| 253 "--goma-dir", | 247 "--goma-dir", |
| 254 "[CACHE]/cipd/goma", | 248 "[CACHE]/cipd/goma", |
| (...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 847 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 841 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 848 "@@@STEP_LOG_END@python.inline@@@" | 842 "@@@STEP_LOG_END@python.inline@@@" |
| 849 ] | 843 ] |
| 850 }, | 844 }, |
| 851 { | 845 { |
| 852 "name": "$result", | 846 "name": "$result", |
| 853 "recipe_result": null, | 847 "recipe_result": null, |
| 854 "status_code": 0 | 848 "status_code": 0 |
| 855 } | 849 } |
| 856 ] | 850 ] |
| OLD | NEW |