| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 "--src-dir", | 258 "--src-dir", |
| 259 "[BUILDER_CACHE]/Print_Preview_Linux/src", | 259 "[BUILDER_CACHE]/Print_Preview_Linux/src", |
| 260 "--goma-cache-dir", | 260 "--goma-cache-dir", |
| 261 "[GOMA_CACHE]", | 261 "[GOMA_CACHE]", |
| 262 "--buildbot-buildername", | 262 "--buildbot-buildername", |
| 263 "Print Preview Linux", | 263 "Print Preview Linux", |
| 264 "--buildbot-mastername", | 264 "--buildbot-mastername", |
| 265 "chromium.fyi", | 265 "chromium.fyi", |
| 266 "--buildbot-slavename", | 266 "--buildbot-slavename", |
| 267 "TestSlavename", | 267 "TestSlavename", |
| 268 "--goma-deps-cache-dir", | 268 "--goma-deps-cache-file", |
| 269 "[GOMA_DEPS_CACHE]", | 269 "Print_Preview_Linux.gomadeps", |
| 270 "--build-data-dir", | 270 "--build-data-dir", |
| 271 "[ROOT]/build_data_dir", | 271 "[ROOT]/build_data_dir", |
| 272 "--compiler", | 272 "--compiler", |
| 273 "goma", | 273 "goma", |
| 274 "--goma-jsonstatus", | 274 "--goma-jsonstatus", |
| 275 "/path/to/tmp/json", | 275 "/path/to/tmp/json", |
| 276 "--goma-service-account-json-file", | 276 "--goma-service-account-json-file", |
| 277 "/creds/service_accounts/service-account-goma-client.json", | 277 "/creds/service_accounts/service-account-goma-client.json", |
| 278 "--goma-dir", | 278 "--goma-dir", |
| 279 "[CACHE]/cipd/goma", | 279 "[CACHE]/cipd/goma", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 320 }, | 320 }, |
| 321 "name": "print_preview_tests" | 321 "name": "print_preview_tests" |
| 322 }, | 322 }, |
| 323 { | 323 { |
| 324 "name": "$result", | 324 "name": "$result", |
| 325 "recipe_result": null, | 325 "recipe_result": null, |
| 326 "status_code": 0 | 326 "status_code": 0 |
| 327 } | 327 } |
| 328 ] | 328 ] |
| OLD | NEW |