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]/ASAN_Release", | 7 "[BUILDER_CACHE]/ASAN_Release", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 "--ninja-path", | 283 "--ninja-path", |
284 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 284 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
285 "--target", | 285 "--target", |
286 "Release", | 286 "Release", |
287 "--src-dir", | 287 "--src-dir", |
288 "[BUILDER_CACHE]/ASAN_Release/src", | 288 "[BUILDER_CACHE]/ASAN_Release/src", |
289 "--goma-cache-dir", | 289 "--goma-cache-dir", |
290 "[GOMA_CACHE]", | 290 "[GOMA_CACHE]", |
291 "--goma-deps-cache-dir", | 291 "--goma-deps-cache-dir", |
292 "[GOMA_DEPS_CACHE]", | 292 "[GOMA_DEPS_CACHE]", |
293 "--build-tool", | |
294 "ninja", | |
295 "--build-data-dir", | 293 "--build-data-dir", |
296 "[ROOT]/build_data_dir", | 294 "[ROOT]/build_data_dir", |
297 "--compiler", | 295 "--compiler", |
298 "goma-clang", | 296 "goma-clang", |
299 "--goma-jsonstatus", | 297 "--goma-jsonstatus", |
300 "/path/to/tmp/json", | 298 "/path/to/tmp/json", |
301 "--goma-service-account-json-file", | 299 "--goma-service-account-json-file", |
302 "/creds/service_accounts/service-account-goma-client.json", | 300 "/creds/service_accounts/service-account-goma-client.json", |
303 "--goma-dir", | 301 "--goma-dir", |
304 "[CACHE]/cipd/goma", | 302 "[CACHE]/cipd/goma", |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
387 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 385 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
388 "@@@STEP_LOG_END@python.inline@@@" | 386 "@@@STEP_LOG_END@python.inline@@@" |
389 ] | 387 ] |
390 }, | 388 }, |
391 { | 389 { |
392 "name": "$result", | 390 "name": "$result", |
393 "recipe_result": null, | 391 "recipe_result": null, |
394 "status_code": 0 | 392 "status_code": 0 |
395 } | 393 } |
396 ] | 394 ] |
OLD | NEW |