| 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", | |
| 400 "--goma-deps-cache-dir", | 394 "--goma-deps-cache-dir", |
| 401 "[GOMA_DEPS_CACHE]", | 395 "[GOMA_DEPS_CACHE]", |
| 402 "--compiler", | 396 "--compiler", |
| 403 "goma", | 397 "goma", |
| 404 "--goma-jsonstatus", | 398 "--goma-jsonstatus", |
| 405 "/path/to/tmp/json", | 399 "/path/to/tmp/json", |
| 406 "--goma-service-account-json-file", | 400 "--goma-service-account-json-file", |
| 407 "/creds/service_accounts/service-account-goma-client.json", | 401 "/creds/service_accounts/service-account-goma-client.json", |
| 408 "--goma-dir", | 402 "--goma-dir", |
| 409 "[CACHE]/cipd/goma", | 403 "[CACHE]/cipd/goma", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 429 "import sys; sys.exit(0)" | 423 "import sys; sys.exit(0)" |
| 430 ], | 424 ], |
| 431 "name": "mark: before_tests" | 425 "name": "mark: before_tests" |
| 432 }, | 426 }, |
| 433 { | 427 { |
| 434 "name": "$result", | 428 "name": "$result", |
| 435 "recipe_result": null, | 429 "recipe_result": null, |
| 436 "status_code": 0 | 430 "status_code": 0 |
| 437 } | 431 } |
| 438 ] | 432 ] |
| OLD | NEW |