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]\\win_swarming", | 7 "[BUILDER_CACHE]\\win_swarming", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 "--src-dir", | 257 "--src-dir", |
258 "[BUILDER_CACHE]\\win_swarming\\src", | 258 "[BUILDER_CACHE]\\win_swarming\\src", |
259 "--goma-cache-dir", | 259 "--goma-cache-dir", |
260 "[GOMA_CACHE]", | 260 "[GOMA_CACHE]", |
261 "--buildbot-buildername", | 261 "--buildbot-buildername", |
262 "win_swarming", | 262 "win_swarming", |
263 "--buildbot-mastername", | 263 "--buildbot-mastername", |
264 "tryserver.webrtc", | 264 "tryserver.webrtc", |
265 "--buildbot-slavename", | 265 "--buildbot-slavename", |
266 "slavename", | 266 "slavename", |
267 "--goma-deps-cache-dir", | 267 "--goma-deps-cache-file", |
268 "[GOMA_DEPS_CACHE]", | 268 "win_swarming.gomadeps", |
269 "--compiler", | 269 "--compiler", |
270 "goma", | 270 "goma", |
271 "--goma-jsonstatus", | 271 "--goma-jsonstatus", |
272 "/path/to/tmp/json", | 272 "/path/to/tmp/json", |
273 "--goma-service-account-json-file", | 273 "--goma-service-account-json-file", |
274 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 274 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
275 "--goma-dir", | 275 "--goma-dir", |
276 "[CACHE]\\cipd\\goma", | 276 "[CACHE]\\cipd\\goma", |
277 "--goma-fail-fast", | 277 "--goma-fail-fast", |
278 "--goma-disable-local-fallback", | 278 "--goma-disable-local-fallback", |
(...skipping 3132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3411 "@@@STEP_LOG_END@json.output@@@", | 3411 "@@@STEP_LOG_END@json.output@@@", |
3412 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 3412 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
3413 ] | 3413 ] |
3414 }, | 3414 }, |
3415 { | 3415 { |
3416 "name": "$result", | 3416 "name": "$result", |
3417 "recipe_result": null, | 3417 "recipe_result": null, |
3418 "status_code": 0 | 3418 "status_code": 0 |
3419 } | 3419 } |
3420 ] | 3420 ] |
OLD | NEW |