| 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", | 7 "[BUILDER_CACHE]/Android32_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 "--gsutil-py-path", | 199 "--gsutil-py-path", |
| 200 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 200 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 201 "--ninja-path", | 201 "--ninja-path", |
| 202 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 202 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 203 "--target", | 203 "--target", |
| 204 "Release", | 204 "Release", |
| 205 "--src-dir", | 205 "--src-dir", |
| 206 "[BUILDER_CACHE]/Android32_Builder/src", | 206 "[BUILDER_CACHE]/Android32_Builder/src", |
| 207 "--goma-cache-dir", | 207 "--goma-cache-dir", |
| 208 "[GOMA_CACHE]", | 208 "[GOMA_CACHE]", |
| 209 "--buildbot-buildername", |
| 210 "Android32 Builder", |
| 211 "--buildbot-mastername", |
| 212 "client.webrtc.fyi", |
| 213 "--buildbot-slavename", |
| 214 "slavename", |
| 209 "--goma-deps-cache-dir", | 215 "--goma-deps-cache-dir", |
| 210 "[GOMA_DEPS_CACHE]", | 216 "[GOMA_DEPS_CACHE]", |
| 211 "--compiler", | 217 "--compiler", |
| 212 "goma", | 218 "goma", |
| 213 "--goma-jsonstatus", | 219 "--goma-jsonstatus", |
| 214 "/path/to/tmp/json", | 220 "/path/to/tmp/json", |
| 215 "--goma-service-account-json-file", | 221 "--goma-service-account-json-file", |
| 216 "/creds/service_accounts/service-account-goma-client.json", | 222 "/creds/service_accounts/service-account-goma-client.json", |
| 217 "--goma-dir", | 223 "--goma-dir", |
| 218 "[CACHE]/cipd/goma", | 224 "[CACHE]/cipd/goma", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 "~followup_annotations": [ | 294 "~followup_annotations": [ |
| 289 "@@@STEP_TEXT@Android32 Tests (J Nexus4)<br />Android32 Tests (K Nexus5)<b
r />Android32 Tests (L Nexus6)@@@" | 295 "@@@STEP_TEXT@Android32 Tests (J Nexus4)<br />Android32 Tests (K Nexus5)<b
r />Android32 Tests (L Nexus6)@@@" |
| 290 ] | 296 ] |
| 291 }, | 297 }, |
| 292 { | 298 { |
| 293 "name": "$result", | 299 "name": "$result", |
| 294 "recipe_result": null, | 300 "recipe_result": null, |
| 295 "status_code": 0 | 301 "status_code": 0 |
| 296 } | 302 } |
| 297 ] | 303 ] |
| OLD | NEW |