| 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]/Linux32_Release", | 7 "[BUILDER_CACHE]/Linux32_Release", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 "--gsutil-py-path", | 182 "--gsutil-py-path", |
| 183 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 183 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 184 "--ninja-path", | 184 "--ninja-path", |
| 185 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 185 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 186 "--target", | 186 "--target", |
| 187 "Release", | 187 "Release", |
| 188 "--src-dir", | 188 "--src-dir", |
| 189 "[BUILDER_CACHE]/Linux32_Release/src", | 189 "[BUILDER_CACHE]/Linux32_Release/src", |
| 190 "--goma-cache-dir", | 190 "--goma-cache-dir", |
| 191 "[GOMA_CACHE]", | 191 "[GOMA_CACHE]", |
| 192 "--buildbot-buildername", | |
| 193 "Linux32 Release", | |
| 194 "--buildbot-mastername", | |
| 195 "client.webrtc.fyi", | |
| 196 "--buildbot-slavename", | |
| 197 "slavename", | |
| 198 "--goma-deps-cache-dir", | 192 "--goma-deps-cache-dir", |
| 199 "[GOMA_DEPS_CACHE]", | 193 "[GOMA_DEPS_CACHE]", |
| 200 "--compiler", | 194 "--compiler", |
| 201 "goma", | 195 "goma", |
| 202 "--goma-jsonstatus", | 196 "--goma-jsonstatus", |
| 203 "/path/to/tmp/json", | 197 "/path/to/tmp/json", |
| 204 "--goma-service-account-json-file", | 198 "--goma-service-account-json-file", |
| 205 "/creds/service_accounts/service-account-goma-client.json", | 199 "/creds/service_accounts/service-account-goma-client.json", |
| 206 "--goma-dir", | 200 "--goma-dir", |
| 207 "[CACHE]/cipd/goma", | 201 "[CACHE]/cipd/goma", |
| (...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 633 ], | 627 ], |
| 634 "cwd": "[BUILDER_CACHE]/Linux32_Release", | 628 "cwd": "[BUILDER_CACHE]/Linux32_Release", |
| 635 "name": "webrtc_nonparallel_tests" | 629 "name": "webrtc_nonparallel_tests" |
| 636 }, | 630 }, |
| 637 { | 631 { |
| 638 "name": "$result", | 632 "name": "$result", |
| 639 "recipe_result": null, | 633 "recipe_result": null, |
| 640 "status_code": 0 | 634 "status_code": 0 |
| 641 } | 635 } |
| 642 ] | 636 ] |
| OLD | NEW |