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]/WebKit_Linux___TraceWrappables", | 7 "[BUILDER_CACHE]/WebKit_Linux___TraceWrappables", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 "--ninja-path", | 319 "--ninja-path", |
320 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 320 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
321 "--target", | 321 "--target", |
322 "Release", | 322 "Release", |
323 "--src-dir", | 323 "--src-dir", |
324 "[BUILDER_CACHE]/WebKit_Linux___TraceWrappables/src", | 324 "[BUILDER_CACHE]/WebKit_Linux___TraceWrappables/src", |
325 "--goma-cache-dir", | 325 "--goma-cache-dir", |
326 "[GOMA_CACHE]", | 326 "[GOMA_CACHE]", |
327 "--goma-deps-cache-dir", | 327 "--goma-deps-cache-dir", |
328 "[GOMA_DEPS_CACHE]", | 328 "[GOMA_DEPS_CACHE]", |
329 "--build-tool", | |
330 "ninja", | |
331 "--build-data-dir", | 329 "--build-data-dir", |
332 "[ROOT]/build_data_dir", | 330 "[ROOT]/build_data_dir", |
333 "--compiler", | 331 "--compiler", |
334 "goma", | 332 "goma", |
335 "--goma-jsonstatus", | 333 "--goma-jsonstatus", |
336 "/path/to/tmp/json", | 334 "/path/to/tmp/json", |
337 "--goma-service-account-json-file", | 335 "--goma-service-account-json-file", |
338 "/creds/service_accounts/service-account-goma-client.json", | 336 "/creds/service_accounts/service-account-goma-client.json", |
339 "--goma-dir", | 337 "--goma-dir", |
340 "[CACHE]/cipd/goma", | 338 "[CACHE]/cipd/goma", |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
525 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 523 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
526 "@@@STEP_LOG_END@python.inline@@@" | 524 "@@@STEP_LOG_END@python.inline@@@" |
527 ] | 525 ] |
528 }, | 526 }, |
529 { | 527 { |
530 "name": "$result", | 528 "name": "$result", |
531 "recipe_result": null, | 529 "recipe_result": null, |
532 "status_code": 0 | 530 "status_code": 0 |
533 } | 531 } |
534 ] | 532 ] |
OLD | NEW |