| 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_clobber", | 7 "[BUILDER_CACHE]/linux_clobber", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 "--gsutil-py-path", | 393 "--gsutil-py-path", |
| 394 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 394 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 395 "--ninja-path", | 395 "--ninja-path", |
| 396 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 396 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 397 "--target", | 397 "--target", |
| 398 "Release", | 398 "Release", |
| 399 "--src-dir", | 399 "--src-dir", |
| 400 "[BUILDER_CACHE]/linux_clobber/src", | 400 "[BUILDER_CACHE]/linux_clobber/src", |
| 401 "--goma-cache-dir", | 401 "--goma-cache-dir", |
| 402 "[GOMA_CACHE]", | 402 "[GOMA_CACHE]", |
| 403 "--buildbot-buildername", |
| 404 "linux_chromium_clobber_rel_ng", |
| 405 "--buildbot-mastername", |
| 406 "tryserver.chromium.linux", |
| 407 "--buildbot-slavename", |
| 408 "TestSlavename", |
| 403 "--goma-deps-cache-dir", | 409 "--goma-deps-cache-dir", |
| 404 "[GOMA_DEPS_CACHE]", | 410 "[GOMA_DEPS_CACHE]", |
| 405 "--compiler", | 411 "--compiler", |
| 406 "goma", | 412 "goma", |
| 407 "--goma-jsonstatus", | 413 "--goma-jsonstatus", |
| 408 "/path/to/tmp/json", | 414 "/path/to/tmp/json", |
| 409 "--goma-service-account-json-file", | 415 "--goma-service-account-json-file", |
| 410 "/creds/service_accounts/service-account-goma-client.json", | 416 "/creds/service_accounts/service-account-goma-client.json", |
| 411 "--goma-dir", | 417 "--goma-dir", |
| 412 "[CACHE]/cipd/goma", | 418 "[CACHE]/cipd/goma", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 433 "import sys; sys.exit(0)" | 439 "import sys; sys.exit(0)" |
| 434 ], | 440 ], |
| 435 "name": "mark: before_tests" | 441 "name": "mark: before_tests" |
| 436 }, | 442 }, |
| 437 { | 443 { |
| 438 "name": "$result", | 444 "name": "$result", |
| 439 "recipe_result": null, | 445 "recipe_result": null, |
| 440 "status_code": 0 | 446 "status_code": 0 |
| 441 } | 447 } |
| 442 ] | 448 ] |
| OLD | NEW |