| 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_layout", | 7 "[BUILDER_CACHE]/linux_layout", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 "--build-data-dir", | 333 "--build-data-dir", |
| 334 "[ROOT]/build_data_dir", | 334 "[ROOT]/build_data_dir", |
| 335 "--compiler", | 335 "--compiler", |
| 336 "goma", | 336 "goma", |
| 337 "--goma-jsonstatus", | 337 "--goma-jsonstatus", |
| 338 "/path/to/tmp/json", | 338 "/path/to/tmp/json", |
| 339 "--goma-service-account-json-file", | 339 "--goma-service-account-json-file", |
| 340 "/creds/service_accounts/service-account-goma-client.json", | 340 "/creds/service_accounts/service-account-goma-client.json", |
| 341 "--goma-dir", | 341 "--goma-dir", |
| 342 "[CACHE]/cipd/goma", | 342 "[CACHE]/cipd/goma", |
| 343 "--ninja-ensure-up-to-date", |
| 343 "--", | 344 "--", |
| 344 "blink_tests", | 345 "blink_tests", |
| 345 "browser_tests", | 346 "browser_tests", |
| 346 "browser_tests_run" | 347 "browser_tests_run" |
| 347 ], | 348 ], |
| 348 "env": { | 349 "env": { |
| 349 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 350 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 350 }, | 351 }, |
| 351 "name": "compile", | 352 "name": "compile", |
| 352 "~followup_annotations": [ | 353 "~followup_annotations": [ |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 525 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 525 "@@@STEP_LOG_END@python.inline@@@" | 526 "@@@STEP_LOG_END@python.inline@@@" |
| 526 ] | 527 ] |
| 527 }, | 528 }, |
| 528 { | 529 { |
| 529 "name": "$result", | 530 "name": "$result", |
| 530 "recipe_result": null, | 531 "recipe_result": null, |
| 531 "status_code": 0 | 532 "status_code": 0 |
| 532 } | 533 } |
| 533 ] | 534 ] |
| OLD | NEW |