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