| 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]/Cast_Android__dbg_", | 7 "[BUILDER_CACHE]/Cast_Android__dbg_", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 "-m", | 291 "-m", |
| 292 "chromium.linux", | 292 "chromium.linux", |
| 293 "-b", | 293 "-b", |
| 294 "Cast Android (dbg)", | 294 "Cast Android (dbg)", |
| 295 "--config-file", | 295 "--config-file", |
| 296 "[BUILDER_CACHE]/Cast_Android__dbg_/src/tools/mb/mb_config.pyl", | 296 "[BUILDER_CACHE]/Cast_Android__dbg_/src/tools/mb/mb_config.pyl", |
| 297 "--goma-dir", | 297 "--goma-dir", |
| 298 "[CACHE]/cipd/goma", | 298 "[CACHE]/cipd/goma", |
| 299 "//out/Debug" | 299 "//out/Debug" |
| 300 ], | 300 ], |
| 301 "cwd": "[BUILDER_CACHE]/Cast_Android__dbg_/src", |
| 301 "env": { | 302 "env": { |
| 302 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 303 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 303 }, | 304 }, |
| 304 "name": "generate_build_files" | 305 "name": "generate_build_files" |
| 305 }, | 306 }, |
| 306 { | 307 { |
| 307 "cmd": [ | 308 "cmd": [ |
| 308 "python", | 309 "python", |
| 309 "-u", | 310 "-u", |
| 310 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 311 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 346 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 346 "@@@STEP_LOG_END@json.output (invalid)@@@" | 347 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 347 ] | 348 ] |
| 348 }, | 349 }, |
| 349 { | 350 { |
| 350 "name": "$result", | 351 "name": "$result", |
| 351 "recipe_result": null, | 352 "recipe_result": null, |
| 352 "status_code": 0 | 353 "status_code": 0 |
| 353 } | 354 } |
| 354 ] | 355 ] |
| OLD | NEW |