| 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_Builder__dbg_", | 7 "[BUILDER_CACHE]/Android32_Builder__dbg_", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 "--gsutil-py-path", | 223 "--gsutil-py-path", |
| 224 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 224 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 225 "--ninja-path", | 225 "--ninja-path", |
| 226 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 226 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 227 "--target", | 227 "--target", |
| 228 "Debug", | 228 "Debug", |
| 229 "--src-dir", | 229 "--src-dir", |
| 230 "[BUILDER_CACHE]/Android32_Builder__dbg_/src", | 230 "[BUILDER_CACHE]/Android32_Builder__dbg_/src", |
| 231 "--goma-cache-dir", | 231 "--goma-cache-dir", |
| 232 "[GOMA_CACHE]", | 232 "[GOMA_CACHE]", |
| 233 "--buildbot-buildername", |
| 234 "Android32 Builder (dbg)", |
| 235 "--buildbot-mastername", |
| 236 "client.webrtc", |
| 237 "--buildbot-slavename", |
| 238 "slavename", |
| 233 "--goma-deps-cache-dir", | 239 "--goma-deps-cache-dir", |
| 234 "[GOMA_DEPS_CACHE]", | 240 "[GOMA_DEPS_CACHE]", |
| 235 "--compiler", | 241 "--compiler", |
| 236 "goma", | 242 "goma", |
| 237 "--goma-jsonstatus", | 243 "--goma-jsonstatus", |
| 238 "/path/to/tmp/json", | 244 "/path/to/tmp/json", |
| 239 "--goma-service-account-json-file", | 245 "--goma-service-account-json-file", |
| 240 "/creds/service_accounts/service-account-goma-client.json", | 246 "/creds/service_accounts/service-account-goma-client.json", |
| 241 "--goma-dir", | 247 "--goma-dir", |
| 242 "[CACHE]/cipd/goma", | 248 "[CACHE]/cipd/goma", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 "~followup_annotations": [ | 310 "~followup_annotations": [ |
| 305 "@@@STEP_TEXT@Android32 Tests (L Nexus5)(dbg)<br />Android32 Tests (L Nexu
s7.2)(dbg)@@@" | 311 "@@@STEP_TEXT@Android32 Tests (L Nexus5)(dbg)<br />Android32 Tests (L Nexu
s7.2)(dbg)@@@" |
| 306 ] | 312 ] |
| 307 }, | 313 }, |
| 308 { | 314 { |
| 309 "name": "$result", | 315 "name": "$result", |
| 310 "recipe_result": null, | 316 "recipe_result": null, |
| 311 "status_code": 0 | 317 "status_code": 0 |
| 312 } | 318 } |
| 313 ] | 319 ] |
| OLD | NEW |