| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 "--gsutil-py-path", | 384 "--gsutil-py-path", |
| 385 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 385 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 386 "--ninja-path", | 386 "--ninja-path", |
| 387 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 387 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 388 "--target", | 388 "--target", |
| 389 "Release", | 389 "Release", |
| 390 "--src-dir", | 390 "--src-dir", |
| 391 "[BUILDER_CACHE]/linux/src", | 391 "[BUILDER_CACHE]/linux/src", |
| 392 "--goma-cache-dir", | 392 "--goma-cache-dir", |
| 393 "[GOMA_CACHE]", | 393 "[GOMA_CACHE]", |
| 394 "--buildbot-buildername", |
| 395 "linux_chromium_rel_ng", |
| 396 "--buildbot-mastername", |
| 397 "tryserver.chromium.linux", |
| 398 "--buildbot-slavename", |
| 399 "TestSlavename", |
| 394 "--goma-deps-cache-dir", | 400 "--goma-deps-cache-dir", |
| 395 "[GOMA_DEPS_CACHE]", | 401 "[GOMA_DEPS_CACHE]", |
| 396 "--compiler", | 402 "--compiler", |
| 397 "goma", | 403 "goma", |
| 398 "--goma-jsonstatus", | 404 "--goma-jsonstatus", |
| 399 "/path/to/tmp/json", | 405 "/path/to/tmp/json", |
| 400 "--goma-service-account-json-file", | 406 "--goma-service-account-json-file", |
| 401 "/creds/service_accounts/service-account-goma-client.json", | 407 "/creds/service_accounts/service-account-goma-client.json", |
| 402 "--goma-dir", | 408 "--goma-dir", |
| 403 "[CACHE]/cipd/goma", | 409 "[CACHE]/cipd/goma", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 423 "import sys; sys.exit(0)" | 429 "import sys; sys.exit(0)" |
| 424 ], | 430 ], |
| 425 "name": "mark: before_tests" | 431 "name": "mark: before_tests" |
| 426 }, | 432 }, |
| 427 { | 433 { |
| 428 "name": "$result", | 434 "name": "$result", |
| 429 "recipe_result": null, | 435 "recipe_result": null, |
| 430 "status_code": 0 | 436 "status_code": 0 |
| 431 } | 437 } |
| 432 ] | 438 ] |
| OLD | NEW |