| 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]/Linux_Memcheck", | 7 "[BUILDER_CACHE]/Linux_Memcheck", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 "--gsutil-py-path", | 206 "--gsutil-py-path", |
| 207 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 207 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 208 "--ninja-path", | 208 "--ninja-path", |
| 209 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 209 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 210 "--target", | 210 "--target", |
| 211 "Release", | 211 "Release", |
| 212 "--src-dir", | 212 "--src-dir", |
| 213 "[BUILDER_CACHE]/Linux_Memcheck/src", | 213 "[BUILDER_CACHE]/Linux_Memcheck/src", |
| 214 "--goma-cache-dir", | 214 "--goma-cache-dir", |
| 215 "[GOMA_CACHE]", | 215 "[GOMA_CACHE]", |
| 216 "--buildbot-buildername", | |
| 217 "Linux Memcheck", | |
| 218 "--buildbot-mastername", | |
| 219 "client.webrtc", | |
| 220 "--buildbot-slavename", | |
| 221 "slavename", | |
| 222 "--goma-deps-cache-dir", | 216 "--goma-deps-cache-dir", |
| 223 "[GOMA_DEPS_CACHE]", | 217 "[GOMA_DEPS_CACHE]", |
| 224 "--compiler", | 218 "--compiler", |
| 225 "goma", | 219 "goma", |
| 226 "--goma-jsonstatus", | 220 "--goma-jsonstatus", |
| 227 "/path/to/tmp/json", | 221 "/path/to/tmp/json", |
| 228 "--goma-service-account-json-file", | 222 "--goma-service-account-json-file", |
| 229 "/creds/service_accounts/service-account-goma-client.json", | 223 "/creds/service_accounts/service-account-goma-client.json", |
| 230 "--goma-dir", | 224 "--goma-dir", |
| 231 "[CACHE]/cipd/goma", | 225 "[CACHE]/cipd/goma", |
| (...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 751 ], | 745 ], |
| 752 "cwd": "[BUILDER_CACHE]/Linux_Memcheck", | 746 "cwd": "[BUILDER_CACHE]/Linux_Memcheck", |
| 753 "name": "webrtc_nonparallel_tests" | 747 "name": "webrtc_nonparallel_tests" |
| 754 }, | 748 }, |
| 755 { | 749 { |
| 756 "name": "$result", | 750 "name": "$result", |
| 757 "recipe_result": null, | 751 "recipe_result": null, |
| 758 "status_code": 0 | 752 "status_code": 0 |
| 759 } | 753 } |
| 760 ] | 754 ] |
| OLD | NEW |