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_ARM", | 7 "[BUILDER_CACHE]/Linux_ARM", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
320 "--ninja-path", | 320 "--ninja-path", |
321 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 321 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
322 "--target", | 322 "--target", |
323 "Release", | 323 "Release", |
324 "--src-dir", | 324 "--src-dir", |
325 "[BUILDER_CACHE]/Linux_ARM/src", | 325 "[BUILDER_CACHE]/Linux_ARM/src", |
326 "--goma-cache-dir", | 326 "--goma-cache-dir", |
327 "[GOMA_CACHE]", | 327 "[GOMA_CACHE]", |
328 "--goma-deps-cache-dir", | 328 "--goma-deps-cache-dir", |
329 "[GOMA_DEPS_CACHE]", | 329 "[GOMA_DEPS_CACHE]", |
330 "--build-tool", | |
331 "ninja", | |
332 "--build-data-dir", | 330 "--build-data-dir", |
333 "[ROOT]/build_data_dir", | 331 "[ROOT]/build_data_dir", |
334 "--compiler", | 332 "--compiler", |
335 "goma", | 333 "goma", |
336 "--goma-jsonstatus", | 334 "--goma-jsonstatus", |
337 "/path/to/tmp/json", | 335 "/path/to/tmp/json", |
338 "--goma-service-account-json-file", | 336 "--goma-service-account-json-file", |
339 "/creds/service_accounts/service-account-goma-client.json", | 337 "/creds/service_accounts/service-account-goma-client.json", |
340 "--goma-dir", | 338 "--goma-dir", |
341 "[CACHE]/cipd/goma", | 339 "[CACHE]/cipd/goma", |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 465 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
468 "@@@STEP_LOG_END@python.inline@@@" | 466 "@@@STEP_LOG_END@python.inline@@@" |
469 ] | 467 ] |
470 }, | 468 }, |
471 { | 469 { |
472 "name": "$result", | 470 "name": "$result", |
473 "recipe_result": null, | 471 "recipe_result": null, |
474 "status_code": 0 | 472 "status_code": 0 |
475 } | 473 } |
476 ] | 474 ] |
OLD | NEW |