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]/Print_Preview_Mac", | 7 "[BUILDER_CACHE]/Print_Preview_Mac", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 "--ninja-path", | 280 "--ninja-path", |
281 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 281 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
282 "--target", | 282 "--target", |
283 "Release", | 283 "Release", |
284 "--src-dir", | 284 "--src-dir", |
285 "[BUILDER_CACHE]/Print_Preview_Mac/src", | 285 "[BUILDER_CACHE]/Print_Preview_Mac/src", |
286 "--goma-cache-dir", | 286 "--goma-cache-dir", |
287 "[GOMA_CACHE]", | 287 "[GOMA_CACHE]", |
288 "--goma-deps-cache-dir", | 288 "--goma-deps-cache-dir", |
289 "[GOMA_DEPS_CACHE]", | 289 "[GOMA_DEPS_CACHE]", |
290 "--build-tool", | |
291 "ninja", | |
292 "--build-data-dir", | 290 "--build-data-dir", |
293 "[ROOT]/build_data_dir", | 291 "[ROOT]/build_data_dir", |
294 "--compiler", | 292 "--compiler", |
295 "goma-clang", | 293 "goma-clang", |
296 "--goma-jsonstatus", | 294 "--goma-jsonstatus", |
297 "/path/to/tmp/json", | 295 "/path/to/tmp/json", |
298 "--goma-service-account-json-file", | 296 "--goma-service-account-json-file", |
299 "/creds/service_accounts/service-account-goma-client.json", | 297 "/creds/service_accounts/service-account-goma-client.json", |
300 "--goma-dir", | 298 "--goma-dir", |
301 "[CACHE]/cipd/goma", | 299 "[CACHE]/cipd/goma", |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 339 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
342 }, | 340 }, |
343 "name": "print_preview_tests" | 341 "name": "print_preview_tests" |
344 }, | 342 }, |
345 { | 343 { |
346 "name": "$result", | 344 "name": "$result", |
347 "recipe_result": null, | 345 "recipe_result": null, |
348 "status_code": 0 | 346 "status_code": 0 |
349 } | 347 } |
350 ] | 348 ] |
OLD | NEW |