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_Builder", | 7 "[BUILDER_CACHE]/Linux_Builder", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 "--ninja-path", | 242 "--ninja-path", |
243 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 243 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
244 "--target", | 244 "--target", |
245 "Release", | 245 "Release", |
246 "--src-dir", | 246 "--src-dir", |
247 "[BUILDER_CACHE]/Linux_Builder/src", | 247 "[BUILDER_CACHE]/Linux_Builder/src", |
248 "--goma-cache-dir", | 248 "--goma-cache-dir", |
249 "[GOMA_CACHE]", | 249 "[GOMA_CACHE]", |
250 "--goma-deps-cache-dir", | 250 "--goma-deps-cache-dir", |
251 "[GOMA_DEPS_CACHE]", | 251 "[GOMA_DEPS_CACHE]", |
252 "--build-tool", | |
253 "ninja", | |
254 "--build-data-dir", | 252 "--build-data-dir", |
255 "[ROOT]/build_data_dir", | 253 "[ROOT]/build_data_dir", |
256 "--compiler", | 254 "--compiler", |
257 "goma", | 255 "goma", |
258 "--goma-jsonstatus", | 256 "--goma-jsonstatus", |
259 "/path/to/tmp/json", | 257 "/path/to/tmp/json", |
260 "--goma-service-account-json-file", | 258 "--goma-service-account-json-file", |
261 "/creds/service_accounts/service-account-goma-client.json", | 259 "/creds/service_accounts/service-account-goma-client.json", |
262 "--mode", | 260 "--mode", |
263 "official", | 261 "official", |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 441 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
444 }, | 442 }, |
445 "name": "sizes" | 443 "name": "sizes" |
446 }, | 444 }, |
447 { | 445 { |
448 "name": "$result", | 446 "name": "$result", |
449 "recipe_result": null, | 447 "recipe_result": null, |
450 "status_code": 0 | 448 "status_code": 0 |
451 } | 449 } |
452 ] | 450 ] |
OLD | NEW |