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_layout", | 7 "[BUILDER_CACHE]/linux_layout", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 "--ninja-path", | 341 "--ninja-path", |
342 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 342 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
343 "--target", | 343 "--target", |
344 "Release", | 344 "Release", |
345 "--src-dir", | 345 "--src-dir", |
346 "[BUILDER_CACHE]/linux_layout/src", | 346 "[BUILDER_CACHE]/linux_layout/src", |
347 "--goma-cache-dir", | 347 "--goma-cache-dir", |
348 "[GOMA_CACHE]", | 348 "[GOMA_CACHE]", |
349 "--goma-deps-cache-dir", | 349 "--goma-deps-cache-dir", |
350 "[GOMA_DEPS_CACHE]", | 350 "[GOMA_DEPS_CACHE]", |
351 "--build-tool", | |
352 "ninja", | |
353 "--build-data-dir", | 351 "--build-data-dir", |
354 "[ROOT]/build_data_dir", | 352 "[ROOT]/build_data_dir", |
355 "--compiler", | 353 "--compiler", |
356 "goma-clang", | 354 "goma-clang", |
357 "--goma-jsonstatus", | 355 "--goma-jsonstatus", |
358 "/path/to/tmp/json", | 356 "/path/to/tmp/json", |
359 "--goma-service-account-json-file", | 357 "--goma-service-account-json-file", |
360 "/creds/service_accounts/service-account-goma-client.json", | 358 "/creds/service_accounts/service-account-goma-client.json", |
361 "--goma-dir", | 359 "--goma-dir", |
362 "[CACHE]/cipd/goma", | 360 "[CACHE]/cipd/goma", |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
552 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 550 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
553 "@@@STEP_LOG_END@python.inline@@@" | 551 "@@@STEP_LOG_END@python.inline@@@" |
554 ] | 552 ] |
555 }, | 553 }, |
556 { | 554 { |
557 "name": "$result", | 555 "name": "$result", |
558 "recipe_result": null, | 556 "recipe_result": null, |
559 "status_code": 0 | 557 "status_code": 0 |
560 } | 558 } |
561 ] | 559 ] |
OLD | NEW |