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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 "--ninja-path", | 294 "--ninja-path", |
295 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 295 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
296 "--target", | 296 "--target", |
297 "Release", | 297 "Release", |
298 "--src-dir", | 298 "--src-dir", |
299 "[BUILDER_CACHE]/Linux_Builder/src", | 299 "[BUILDER_CACHE]/Linux_Builder/src", |
300 "--goma-cache-dir", | 300 "--goma-cache-dir", |
301 "[GOMA_CACHE]", | 301 "[GOMA_CACHE]", |
302 "--goma-deps-cache-dir", | 302 "--goma-deps-cache-dir", |
303 "[GOMA_DEPS_CACHE]", | 303 "[GOMA_DEPS_CACHE]", |
304 "--build-tool", | |
305 "ninja", | |
306 "--build-data-dir", | 304 "--build-data-dir", |
307 "[ROOT]/build_data_dir", | 305 "[ROOT]/build_data_dir", |
308 "--compiler", | 306 "--compiler", |
309 "goma", | 307 "goma", |
310 "--goma-jsonstatus", | 308 "--goma-jsonstatus", |
311 "/path/to/tmp/json", | 309 "/path/to/tmp/json", |
312 "--goma-service-account-json-file", | 310 "--goma-service-account-json-file", |
313 "/creds/service_accounts/service-account-goma-client.json", | 311 "/creds/service_accounts/service-account-goma-client.json", |
314 "--goma-dir", | 312 "--goma-dir", |
315 "[CACHE]/cipd/goma", | 313 "[CACHE]/cipd/goma", |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 "~followup_annotations": [ | 386 "~followup_annotations": [ |
389 "@@@STEP_TEXT@Linux Tester@@@" | 387 "@@@STEP_TEXT@Linux Tester@@@" |
390 ] | 388 ] |
391 }, | 389 }, |
392 { | 390 { |
393 "name": "$result", | 391 "name": "$result", |
394 "recipe_result": null, | 392 "recipe_result": null, |
395 "status_code": 0 | 393 "status_code": 0 |
396 } | 394 } |
397 ] | 395 ] |
OLD | NEW |