| 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_Snapshot_Builder", | 7 "[BUILDER_CACHE]/Linux_Snapshot_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 "-m", | 256 "-m", |
| 257 "client.v8.fyi", | 257 "client.v8.fyi", |
| 258 "-b", | 258 "-b", |
| 259 "Linux Snapshot Builder", | 259 "Linux Snapshot Builder", |
| 260 "--config-file", | 260 "--config-file", |
| 261 "[BUILDER_CACHE]/Linux_Snapshot_Builder/src/tools/mb/mb_config.pyl", | 261 "[BUILDER_CACHE]/Linux_Snapshot_Builder/src/tools/mb/mb_config.pyl", |
| 262 "--goma-dir", | 262 "--goma-dir", |
| 263 "[CACHE]/cipd/goma", | 263 "[CACHE]/cipd/goma", |
| 264 "//out/Release" | 264 "//out/Release" |
| 265 ], | 265 ], |
| 266 "cwd": "[BUILDER_CACHE]/Linux_Snapshot_Builder/src", |
| 266 "env": { | 267 "env": { |
| 267 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 268 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 268 }, | 269 }, |
| 269 "name": "generate_build_files" | 270 "name": "generate_build_files" |
| 270 }, | 271 }, |
| 271 { | 272 { |
| 272 "cmd": [ | 273 "cmd": [ |
| 273 "python", | 274 "python", |
| 274 "-u", | 275 "-u", |
| 275 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 276 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 335 }, | 336 }, |
| 336 "name": "archive build" | 337 "name": "archive build" |
| 337 }, | 338 }, |
| 338 { | 339 { |
| 339 "name": "$result", | 340 "name": "$result", |
| 340 "recipe_result": null, | 341 "recipe_result": null, |
| 341 "status_code": 0 | 342 "status_code": 0 |
| 342 } | 343 } |
| 343 ] | 344 ] |
| OLD | NEW |