| 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_Mac", | 7 "[BUILDER_CACHE]/Print_Preview_Mac", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "--src-dir", | 281 "--src-dir", |
| 282 "[BUILDER_CACHE]/Print_Preview_Mac/src", | 282 "[BUILDER_CACHE]/Print_Preview_Mac/src", |
| 283 "--goma-cache-dir", | 283 "--goma-cache-dir", |
| 284 "[GOMA_CACHE]", | 284 "[GOMA_CACHE]", |
| 285 "--buildbot-buildername", | 285 "--buildbot-buildername", |
| 286 "Print Preview Mac", | 286 "Print Preview Mac", |
| 287 "--buildbot-mastername", | 287 "--buildbot-mastername", |
| 288 "chromium.fyi", | 288 "chromium.fyi", |
| 289 "--buildbot-slavename", | 289 "--buildbot-slavename", |
| 290 "TestSlavename", | 290 "TestSlavename", |
| 291 "--goma-deps-cache-dir", | 291 "--goma-deps-cache-file", |
| 292 "[GOMA_DEPS_CACHE]", | 292 "Print_Preview_Mac.gomadeps", |
| 293 "--build-data-dir", | 293 "--build-data-dir", |
| 294 "[ROOT]/build_data_dir", | 294 "[ROOT]/build_data_dir", |
| 295 "--compiler", | 295 "--compiler", |
| 296 "goma-clang", | 296 "goma-clang", |
| 297 "--goma-jsonstatus", | 297 "--goma-jsonstatus", |
| 298 "/path/to/tmp/json", | 298 "/path/to/tmp/json", |
| 299 "--goma-service-account-json-file", | 299 "--goma-service-account-json-file", |
| 300 "/creds/service_accounts/service-account-goma-client.json", | 300 "/creds/service_accounts/service-account-goma-client.json", |
| 301 "--goma-dir", | 301 "--goma-dir", |
| 302 "[CACHE]/cipd/goma", | 302 "[CACHE]/cipd/goma", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 342 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 343 }, | 343 }, |
| 344 "name": "print_preview_tests" | 344 "name": "print_preview_tests" |
| 345 }, | 345 }, |
| 346 { | 346 { |
| 347 "name": "$result", | 347 "name": "$result", |
| 348 "recipe_result": null, | 348 "recipe_result": null, |
| 349 "status_code": 0 | 349 "status_code": 0 |
| 350 } | 350 } |
| 351 ] | 351 ] |
| OLD | NEW |