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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 "--ninja-path", | 281 "--ninja-path", |
282 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 282 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
283 "--target", | 283 "--target", |
284 "Release", | 284 "Release", |
285 "--src-dir", | 285 "--src-dir", |
286 "[BUILDER_CACHE]/Linux_Snapshot_Builder/src", | 286 "[BUILDER_CACHE]/Linux_Snapshot_Builder/src", |
287 "--goma-cache-dir", | 287 "--goma-cache-dir", |
288 "[GOMA_CACHE]", | 288 "[GOMA_CACHE]", |
289 "--goma-deps-cache-dir", | 289 "--goma-deps-cache-dir", |
290 "[GOMA_DEPS_CACHE]", | 290 "[GOMA_DEPS_CACHE]", |
291 "--build-tool", | |
292 "ninja", | |
293 "--build-data-dir", | 291 "--build-data-dir", |
294 "[ROOT]/build_data_dir", | 292 "[ROOT]/build_data_dir", |
295 "--compiler", | 293 "--compiler", |
296 "goma", | 294 "goma", |
297 "--goma-jsonstatus", | 295 "--goma-jsonstatus", |
298 "/path/to/tmp/json", | 296 "/path/to/tmp/json", |
299 "--goma-service-account-json-file", | 297 "--goma-service-account-json-file", |
300 "/creds/service_accounts/service-account-goma-client.json", | 298 "/creds/service_accounts/service-account-goma-client.json", |
301 "--goma-dir", | 299 "--goma-dir", |
302 "[CACHE]/cipd/goma", | 300 "[CACHE]/cipd/goma", |
(...skipping 27 matching lines...) Expand all Loading... |
330 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 328 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
331 }, | 329 }, |
332 "name": "archive build" | 330 "name": "archive build" |
333 }, | 331 }, |
334 { | 332 { |
335 "name": "$result", | 333 "name": "$result", |
336 "recipe_result": null, | 334 "recipe_result": null, |
337 "status_code": 0 | 335 "status_code": 0 |
338 } | 336 } |
339 ] | 337 ] |
OLD | NEW |