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_MSan", | 7 "[BUILDER_CACHE]/Linux_MSan", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 "--src-dir", | 227 "--src-dir", |
228 "[BUILDER_CACHE]/Linux_MSan/src", | 228 "[BUILDER_CACHE]/Linux_MSan/src", |
229 "--goma-cache-dir", | 229 "--goma-cache-dir", |
230 "[GOMA_CACHE]", | 230 "[GOMA_CACHE]", |
231 "--buildbot-buildername", | 231 "--buildbot-buildername", |
232 "Linux MSan", | 232 "Linux MSan", |
233 "--buildbot-mastername", | 233 "--buildbot-mastername", |
234 "client.webrtc", | 234 "client.webrtc", |
235 "--buildbot-slavename", | 235 "--buildbot-slavename", |
236 "slavename", | 236 "slavename", |
237 "--goma-deps-cache-dir", | 237 "--goma-deps-cache-file", |
238 "[GOMA_DEPS_CACHE]", | 238 "Linux_MSan.gomadeps", |
239 "--compiler", | 239 "--compiler", |
240 "goma-clang", | 240 "goma-clang", |
241 "--goma-jsonstatus", | 241 "--goma-jsonstatus", |
242 "/path/to/tmp/json", | 242 "/path/to/tmp/json", |
243 "--goma-service-account-json-file", | 243 "--goma-service-account-json-file", |
244 "/creds/service_accounts/service-account-goma-client.json", | 244 "/creds/service_accounts/service-account-goma-client.json", |
245 "--goma-dir", | 245 "--goma-dir", |
246 "[CACHE]/cipd/goma", | 246 "[CACHE]/cipd/goma", |
247 "--" | 247 "--" |
248 ], | 248 ], |
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 ], | 715 ], |
716 "cwd": "[BUILDER_CACHE]/Linux_MSan", | 716 "cwd": "[BUILDER_CACHE]/Linux_MSan", |
717 "name": "xmllite_xmpp_unittests" | 717 "name": "xmllite_xmpp_unittests" |
718 }, | 718 }, |
719 { | 719 { |
720 "name": "$result", | 720 "name": "$result", |
721 "recipe_result": null, | 721 "recipe_result": null, |
722 "status_code": 0 | 722 "status_code": 0 |
723 } | 723 } |
724 ] | 724 ] |
OLD | NEW |