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_chromium_rel_ng", | 7 "[BUILDER_CACHE]/linux_chromium_rel_ng", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
379 "--ninja-path", | 379 "--ninja-path", |
380 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 380 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
381 "--target", | 381 "--target", |
382 "Release", | 382 "Release", |
383 "--src-dir", | 383 "--src-dir", |
384 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 384 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", |
385 "--goma-cache-dir", | 385 "--goma-cache-dir", |
386 "[GOMA_CACHE]", | 386 "[GOMA_CACHE]", |
387 "--goma-deps-cache-dir", | 387 "--goma-deps-cache-dir", |
388 "[GOMA_DEPS_CACHE]", | 388 "[GOMA_DEPS_CACHE]", |
389 "--build-tool", | |
390 "ninja", | |
391 "--compiler", | 389 "--compiler", |
392 "goma", | 390 "goma", |
393 "--goma-jsonstatus", | 391 "--goma-jsonstatus", |
394 "/path/to/tmp/json", | 392 "/path/to/tmp/json", |
395 "--goma-service-account-json-file", | 393 "--goma-service-account-json-file", |
396 "/creds/service_accounts/service-account-goma-client.json", | 394 "/creds/service_accounts/service-account-goma-client.json", |
397 "--goma-dir", | 395 "--goma-dir", |
398 "[CACHE]/cipd/goma", | 396 "[CACHE]/cipd/goma", |
399 "--goma-fail-fast", | 397 "--goma-fail-fast", |
400 "--goma-disable-local-fallback", | 398 "--goma-disable-local-fallback", |
(...skipping 17 matching lines...) Expand all Loading... |
418 "import sys; sys.exit(0)" | 416 "import sys; sys.exit(0)" |
419 ], | 417 ], |
420 "name": "mark: before_tests" | 418 "name": "mark: before_tests" |
421 }, | 419 }, |
422 { | 420 { |
423 "name": "$result", | 421 "name": "$result", |
424 "recipe_result": null, | 422 "recipe_result": null, |
425 "status_code": 0 | 423 "status_code": 0 |
426 } | 424 } |
427 ] | 425 ] |
OLD | NEW |