| 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]/Mac_OpenSSL", | 7 "[BUILDER_CACHE]/Mac_OpenSSL", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 "--ninja-path", | 280 "--ninja-path", |
| 281 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 281 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 282 "--target", | 282 "--target", |
| 283 "Release", | 283 "Release", |
| 284 "--src-dir", | 284 "--src-dir", |
| 285 "[BUILDER_CACHE]/Mac_OpenSSL/src", | 285 "[BUILDER_CACHE]/Mac_OpenSSL/src", |
| 286 "--goma-cache-dir", | 286 "--goma-cache-dir", |
| 287 "[GOMA_CACHE]", | 287 "[GOMA_CACHE]", |
| 288 "--goma-deps-cache-dir", | 288 "--goma-deps-cache-dir", |
| 289 "[GOMA_DEPS_CACHE]", | 289 "[GOMA_DEPS_CACHE]", |
| 290 "--build-tool", | |
| 291 "ninja", | |
| 292 "--build-data-dir", | 290 "--build-data-dir", |
| 293 "[ROOT]/build_data_dir", | 291 "[ROOT]/build_data_dir", |
| 294 "--compiler", | 292 "--compiler", |
| 295 "goma-clang", | 293 "goma-clang", |
| 296 "--goma-jsonstatus", | 294 "--goma-jsonstatus", |
| 297 "/path/to/tmp/json", | 295 "/path/to/tmp/json", |
| 298 "--goma-service-account-json-file", | 296 "--goma-service-account-json-file", |
| 299 "/creds/service_accounts/service-account-goma-client.json", | 297 "/creds/service_accounts/service-account-goma-client.json", |
| 300 "--goma-dir", | 298 "--goma-dir", |
| 301 "[CACHE]/cipd/goma", | 299 "[CACHE]/cipd/goma", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 312 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 310 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 313 "@@@STEP_LOG_END@json.output (invalid)@@@" | 311 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 314 ] | 312 ] |
| 315 }, | 313 }, |
| 316 { | 314 { |
| 317 "name": "$result", | 315 "name": "$result", |
| 318 "recipe_result": null, | 316 "recipe_result": null, |
| 319 "status_code": 0 | 317 "status_code": 0 |
| 320 } | 318 } |
| 321 ] | 319 ] |
| OLD | NEW |