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