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]/mac_ng", | 7 "[BUILDER_CACHE]/mac_ng", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 "--src-dir", | 321 "--src-dir", |
322 "[BUILDER_CACHE]/mac_ng/src", | 322 "[BUILDER_CACHE]/mac_ng/src", |
323 "--goma-cache-dir", | 323 "--goma-cache-dir", |
324 "[GOMA_CACHE]", | 324 "[GOMA_CACHE]", |
325 "--buildbot-buildername", | 325 "--buildbot-buildername", |
326 "Mac", | 326 "Mac", |
327 "--buildbot-mastername", | 327 "--buildbot-mastername", |
328 "chromium", | 328 "chromium", |
329 "--buildbot-slavename", | 329 "--buildbot-slavename", |
330 "TestSlavename", | 330 "TestSlavename", |
331 "--goma-deps-cache-dir", | 331 "--goma-deps-cache-file", |
332 "[GOMA_DEPS_CACHE]", | 332 "Mac.gomadeps", |
333 "--build-data-dir", | 333 "--build-data-dir", |
334 "[ROOT]/build_data_dir", | 334 "[ROOT]/build_data_dir", |
335 "--compiler", | 335 "--compiler", |
336 "goma-clang", | 336 "goma-clang", |
337 "--goma-jsonstatus", | 337 "--goma-jsonstatus", |
338 "/path/to/tmp/json", | 338 "/path/to/tmp/json", |
339 "--goma-service-account-json-file", | 339 "--goma-service-account-json-file", |
340 "/creds/service_accounts/service-account-goma-client.json", | 340 "/creds/service_accounts/service-account-goma-client.json", |
341 "--goma-dir", | 341 "--goma-dir", |
342 "[CACHE]/cipd/goma", | 342 "[CACHE]/cipd/goma", |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 "dev" | 374 "dev" |
375 ], | 375 ], |
376 "name": "archive_build" | 376 "name": "archive_build" |
377 }, | 377 }, |
378 { | 378 { |
379 "name": "$result", | 379 "name": "$result", |
380 "recipe_result": null, | 380 "recipe_result": null, |
381 "status_code": 0 | 381 "status_code": 0 |
382 } | 382 } |
383 ] | 383 ] |
OLD | NEW |