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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 "--src-dir", | 233 "--src-dir", |
234 "[BUILDER_CACHE]/linux_msan/src", | 234 "[BUILDER_CACHE]/linux_msan/src", |
235 "--goma-cache-dir", | 235 "--goma-cache-dir", |
236 "[GOMA_CACHE]", | 236 "[GOMA_CACHE]", |
237 "--buildbot-buildername", | 237 "--buildbot-buildername", |
238 "linux_msan", | 238 "linux_msan", |
239 "--buildbot-mastername", | 239 "--buildbot-mastername", |
240 "tryserver.webrtc", | 240 "tryserver.webrtc", |
241 "--buildbot-slavename", | 241 "--buildbot-slavename", |
242 "slavename", | 242 "slavename", |
243 "--goma-deps-cache-dir", | 243 "--goma-deps-cache-file", |
244 "[GOMA_DEPS_CACHE]", | 244 "linux_msan.gomadeps", |
245 "--compiler", | 245 "--compiler", |
246 "goma-clang", | 246 "goma-clang", |
247 "--goma-jsonstatus", | 247 "--goma-jsonstatus", |
248 "/path/to/tmp/json", | 248 "/path/to/tmp/json", |
249 "--goma-service-account-json-file", | 249 "--goma-service-account-json-file", |
250 "/creds/service_accounts/service-account-goma-client.json", | 250 "/creds/service_accounts/service-account-goma-client.json", |
251 "--goma-dir", | 251 "--goma-dir", |
252 "[CACHE]/cipd/goma", | 252 "[CACHE]/cipd/goma", |
253 "--goma-fail-fast", | 253 "--goma-fail-fast", |
254 "--goma-disable-local-fallback", | 254 "--goma-disable-local-fallback", |
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
720 ], | 720 ], |
721 "cwd": "[BUILDER_CACHE]/linux_msan", | 721 "cwd": "[BUILDER_CACHE]/linux_msan", |
722 "name": "xmllite_xmpp_unittests" | 722 "name": "xmllite_xmpp_unittests" |
723 }, | 723 }, |
724 { | 724 { |
725 "name": "$result", | 725 "name": "$result", |
726 "recipe_result": null, | 726 "recipe_result": null, |
727 "status_code": 0 | 727 "status_code": 0 |
728 } | 728 } |
729 ] | 729 ] |
OLD | NEW |