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", | 7 "[BUILDER_CACHE]/mac", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 "--src-dir", | 400 "--src-dir", |
401 "[BUILDER_CACHE]/mac/src", | 401 "[BUILDER_CACHE]/mac/src", |
402 "--goma-cache-dir", | 402 "--goma-cache-dir", |
403 "[GOMA_CACHE]", | 403 "[GOMA_CACHE]", |
404 "--buildbot-buildername", | 404 "--buildbot-buildername", |
405 "mac_optional_gpu_tests_rel", | 405 "mac_optional_gpu_tests_rel", |
406 "--buildbot-mastername", | 406 "--buildbot-mastername", |
407 "tryserver.chromium.mac", | 407 "tryserver.chromium.mac", |
408 "--buildbot-slavename", | 408 "--buildbot-slavename", |
409 "TestSlavename", | 409 "TestSlavename", |
410 "--goma-deps-cache-dir", | 410 "--goma-deps-cache-file", |
411 "[GOMA_DEPS_CACHE]", | 411 "mac_optional_gpu_tests_rel.gomadeps", |
412 "--compiler", | 412 "--compiler", |
413 "goma-clang", | 413 "goma-clang", |
414 "--goma-jsonstatus", | 414 "--goma-jsonstatus", |
415 "/path/to/tmp/json", | 415 "/path/to/tmp/json", |
416 "--goma-service-account-json-file", | 416 "--goma-service-account-json-file", |
417 "/creds/service_accounts/service-account-goma-client.json", | 417 "/creds/service_accounts/service-account-goma-client.json", |
418 "--goma-dir", | 418 "--goma-dir", |
419 "[CACHE]/cipd/goma", | 419 "[CACHE]/cipd/goma", |
420 "--goma-fail-fast", | 420 "--goma-fail-fast", |
421 "--goma-disable-local-fallback", | 421 "--goma-disable-local-fallback", |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
472 }, | 472 }, |
473 "name": "base_unittests (with patch)" | 473 "name": "base_unittests (with patch)" |
474 }, | 474 }, |
475 { | 475 { |
476 "name": "$result", | 476 "name": "$result", |
477 "recipe_result": null, | 477 "recipe_result": null, |
478 "status_code": 0 | 478 "status_code": 0 |
479 } | 479 } |
480 ] | 480 ] |
OLD | NEW |