| 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]/Print_Preview_Linux", | 7 "[BUILDER_CACHE]/Print_Preview_Linux", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 "--gsutil-py-path", | 260 "--gsutil-py-path", |
| 261 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 261 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 262 "--ninja-path", | 262 "--ninja-path", |
| 263 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 263 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 264 "--target", | 264 "--target", |
| 265 "Release", | 265 "Release", |
| 266 "--src-dir", | 266 "--src-dir", |
| 267 "[BUILDER_CACHE]/Print_Preview_Linux/src", | 267 "[BUILDER_CACHE]/Print_Preview_Linux/src", |
| 268 "--goma-cache-dir", | 268 "--goma-cache-dir", |
| 269 "[GOMA_CACHE]", | 269 "[GOMA_CACHE]", |
| 270 "--buildbot-buildername", | |
| 271 "Print Preview Linux", | |
| 272 "--buildbot-mastername", | |
| 273 "chromium.fyi", | |
| 274 "--buildbot-slavename", | |
| 275 "TestSlavename", | |
| 276 "--goma-deps-cache-dir", | 270 "--goma-deps-cache-dir", |
| 277 "[GOMA_DEPS_CACHE]", | 271 "[GOMA_DEPS_CACHE]", |
| 278 "--build-data-dir", | 272 "--build-data-dir", |
| 279 "[ROOT]/build_data_dir", | 273 "[ROOT]/build_data_dir", |
| 280 "--compiler", | 274 "--compiler", |
| 281 "goma", | 275 "goma", |
| 282 "--goma-jsonstatus", | 276 "--goma-jsonstatus", |
| 283 "/path/to/tmp/json", | 277 "/path/to/tmp/json", |
| 284 "--goma-service-account-json-file", | 278 "--goma-service-account-json-file", |
| 285 "/creds/service_accounts/service-account-goma-client.json", | 279 "/creds/service_accounts/service-account-goma-client.json", |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 328 }, | 322 }, |
| 329 "name": "print_preview_tests" | 323 "name": "print_preview_tests" |
| 330 }, | 324 }, |
| 331 { | 325 { |
| 332 "name": "$result", | 326 "name": "$result", |
| 333 "recipe_result": null, | 327 "recipe_result": null, |
| 334 "status_code": 0 | 328 "status_code": 0 |
| 335 } | 329 } |
| 336 ] | 330 ] |
| OLD | NEW |