| 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_UBSan", | 7 "[BUILDER_CACHE]/Linux_UBSan", |
| 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_UBSan/src", | 228 "[BUILDER_CACHE]/Linux_UBSan/src", |
| 229 "--goma-cache-dir", | 229 "--goma-cache-dir", |
| 230 "[GOMA_CACHE]", | 230 "[GOMA_CACHE]", |
| 231 "--buildbot-buildername", | 231 "--buildbot-buildername", |
| 232 "Linux UBSan", | 232 "Linux UBSan", |
| 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_UBSan.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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 698 ], | 698 ], |
| 699 "cwd": "[BUILDER_CACHE]/Linux_UBSan", | 699 "cwd": "[BUILDER_CACHE]/Linux_UBSan", |
| 700 "name": "xmllite_xmpp_unittests" | 700 "name": "xmllite_xmpp_unittests" |
| 701 }, | 701 }, |
| 702 { | 702 { |
| 703 "name": "$result", | 703 "name": "$result", |
| 704 "recipe_result": null, | 704 "recipe_result": null, |
| 705 "status_code": 0 | 705 "status_code": 0 |
| 706 } | 706 } |
| 707 ] | 707 ] |
| OLD | NEW |