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_asan", | 7 "[BUILDER_CACHE]/linux_asan", |
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_asan/src", | 234 "[BUILDER_CACHE]/linux_asan/src", |
235 "--goma-cache-dir", | 235 "--goma-cache-dir", |
236 "[GOMA_CACHE]", | 236 "[GOMA_CACHE]", |
237 "--buildbot-buildername", | 237 "--buildbot-buildername", |
238 "linux_asan", | 238 "linux_asan", |
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_asan.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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
737 ], | 737 ], |
738 "cwd": "[BUILDER_CACHE]/linux_asan", | 738 "cwd": "[BUILDER_CACHE]/linux_asan", |
739 "name": "xmllite_xmpp_unittests" | 739 "name": "xmllite_xmpp_unittests" |
740 }, | 740 }, |
741 { | 741 { |
742 "name": "$result", | 742 "name": "$result", |
743 "recipe_result": null, | 743 "recipe_result": null, |
744 "status_code": 0 | 744 "status_code": 0 |
745 } | 745 } |
746 ] | 746 ] |
OLD | NEW |