| 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]/Linux_ChromiumOS_Full", | 7 "[BUILDER_CACHE]/Linux_ChromiumOS_Full", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 "-m", | 254 "-m", |
| 255 "chromium.chromiumos", | 255 "chromium.chromiumos", |
| 256 "-b", | 256 "-b", |
| 257 "Linux ChromiumOS Full", | 257 "Linux ChromiumOS Full", |
| 258 "--config-file", | 258 "--config-file", |
| 259 "[BUILDER_CACHE]/Linux_ChromiumOS_Full/src/tools/mb/mb_config.pyl", | 259 "[BUILDER_CACHE]/Linux_ChromiumOS_Full/src/tools/mb/mb_config.pyl", |
| 260 "--goma-dir", | 260 "--goma-dir", |
| 261 "[CACHE]/cipd/goma", | 261 "[CACHE]/cipd/goma", |
| 262 "//out/Release" | 262 "//out/Release" |
| 263 ], | 263 ], |
| 264 "cwd": "[BUILDER_CACHE]/Linux_ChromiumOS_Full/src", |
| 264 "env": { | 265 "env": { |
| 265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 266 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 266 }, | 267 }, |
| 267 "name": "generate_build_files" | 268 "name": "generate_build_files" |
| 268 }, | 269 }, |
| 269 { | 270 { |
| 270 "cmd": [ | 271 "cmd": [ |
| 271 "python", | 272 "python", |
| 272 "-u", | 273 "-u", |
| 273 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 274 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 365 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 365 }, | 366 }, |
| 366 "name": "archive build" | 367 "name": "archive build" |
| 367 }, | 368 }, |
| 368 { | 369 { |
| 369 "name": "$result", | 370 "name": "$result", |
| 370 "recipe_result": null, | 371 "recipe_result": null, |
| 371 "status_code": 0 | 372 "status_code": 0 |
| 372 } | 373 } |
| 373 ] | 374 ] |
| OLD | NEW |