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", | 7 "[BUILDER_CACHE]/linux", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
383 "--src-dir", | 383 "--src-dir", |
384 "[BUILDER_CACHE]/linux/src", | 384 "[BUILDER_CACHE]/linux/src", |
385 "--goma-cache-dir", | 385 "--goma-cache-dir", |
386 "[GOMA_CACHE]", | 386 "[GOMA_CACHE]", |
387 "--buildbot-buildername", | 387 "--buildbot-buildername", |
388 "linux_chromium_rel_ng", | 388 "linux_chromium_rel_ng", |
389 "--buildbot-mastername", | 389 "--buildbot-mastername", |
390 "tryserver.chromium.linux", | 390 "tryserver.chromium.linux", |
391 "--buildbot-slavename", | 391 "--buildbot-slavename", |
392 "TestSlavename", | 392 "TestSlavename", |
393 "--goma-deps-cache-dir", | 393 "--goma-deps-cache-file", |
394 "[GOMA_DEPS_CACHE]", | 394 "linux_chromium_rel_ng.gomadeps", |
395 "--compiler", | 395 "--compiler", |
396 "goma", | 396 "goma", |
397 "--goma-jsonstatus", | 397 "--goma-jsonstatus", |
398 "/path/to/tmp/json", | 398 "/path/to/tmp/json", |
399 "--goma-service-account-json-file", | 399 "--goma-service-account-json-file", |
400 "/creds/service_accounts/service-account-goma-client.json", | 400 "/creds/service_accounts/service-account-goma-client.json", |
401 "--goma-dir", | 401 "--goma-dir", |
402 "[CACHE]/cipd/goma", | 402 "[CACHE]/cipd/goma", |
403 "--goma-fail-fast", | 403 "--goma-fail-fast", |
404 "--goma-disable-local-fallback", | 404 "--goma-disable-local-fallback", |
(...skipping 17 matching lines...) Expand all Loading... |
422 "import sys; sys.exit(0)" | 422 "import sys; sys.exit(0)" |
423 ], | 423 ], |
424 "name": "mark: before_tests" | 424 "name": "mark: before_tests" |
425 }, | 425 }, |
426 { | 426 { |
427 "name": "$result", | 427 "name": "$result", |
428 "recipe_result": null, | 428 "recipe_result": null, |
429 "status_code": 0 | 429 "status_code": 0 |
430 } | 430 } |
431 ] | 431 ] |
OLD | NEW |