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]/Cast_Linux", | 7 "[BUILDER_CACHE]/Cast_Linux", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 "--ninja-path", | 301 "--ninja-path", |
302 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 302 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
303 "--target", | 303 "--target", |
304 "Release", | 304 "Release", |
305 "--src-dir", | 305 "--src-dir", |
306 "[BUILDER_CACHE]/Cast_Linux/src", | 306 "[BUILDER_CACHE]/Cast_Linux/src", |
307 "--goma-cache-dir", | 307 "--goma-cache-dir", |
308 "[GOMA_CACHE]", | 308 "[GOMA_CACHE]", |
309 "--goma-deps-cache-dir", | 309 "--goma-deps-cache-dir", |
310 "[GOMA_DEPS_CACHE]", | 310 "[GOMA_DEPS_CACHE]", |
311 "--build-tool", | |
312 "ninja", | |
313 "--build-data-dir", | 311 "--build-data-dir", |
314 "[ROOT]/build_data_dir", | 312 "[ROOT]/build_data_dir", |
315 "--compiler", | 313 "--compiler", |
316 "goma-clang", | 314 "goma-clang", |
317 "--goma-jsonstatus", | 315 "--goma-jsonstatus", |
318 "/path/to/tmp/json", | 316 "/path/to/tmp/json", |
319 "--goma-service-account-json-file", | 317 "--goma-service-account-json-file", |
320 "/creds/service_accounts/service-account-goma-client.json", | 318 "/creds/service_accounts/service-account-goma-client.json", |
321 "--goma-dir", | 319 "--goma-dir", |
322 "[CACHE]/cipd/goma", | 320 "[CACHE]/cipd/goma", |
323 "--ninja-ensure-up-to-date", | 321 "--ninja-ensure-up-to-date", |
324 "--", | 322 "--", |
325 "cast_shell" | 323 "cast_shell" |
326 ], | 324 ], |
327 "env": { | 325 "env": { |
328 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 326 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
329 }, | 327 }, |
330 "name": "compile", | 328 "name": "compile", |
331 "~followup_annotations": [ | 329 "~followup_annotations": [ |
332 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 330 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
333 "@@@STEP_LOG_END@json.output (invalid)@@@" | 331 "@@@STEP_LOG_END@json.output (invalid)@@@" |
334 ] | 332 ] |
335 }, | 333 }, |
336 { | 334 { |
337 "name": "$result", | 335 "name": "$result", |
338 "recipe_result": null, | 336 "recipe_result": null, |
339 "status_code": 0 | 337 "status_code": 0 |
340 } | 338 } |
341 ] | 339 ] |
OLD | NEW |