| 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]/v8_linux_chromium_gn_rel", | 7 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 "@@@STEP_LOG_LINE@json.output@ }@@@", | 191 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 192 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 192 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 193 "@@@STEP_LOG_LINE@json.output@}@@@", | 193 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 194 "@@@STEP_LOG_END@json.output@@@" | 194 "@@@STEP_LOG_END@json.output@@@" |
| 195 ] | 195 ] |
| 196 }, | 196 }, |
| 197 { | 197 { |
| 198 "cmd": [ | 198 "cmd": [ |
| 199 "python", | 199 "python", |
| 200 "-u", | 200 "-u", |
| 201 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 202 ], |
| 203 "name": "ensure_goma.get the number of cpus", |
| 204 "stdout": "/path/to/tmp/", |
| 205 "~followup_annotations": [ |
| 206 "@@@STEP_NEST_LEVEL@1@@@", |
| 207 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 208 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 209 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 210 "@@@STEP_LOG_END@python.inline@@@" |
| 211 ] |
| 212 }, |
| 213 { |
| 214 "cmd": [ |
| 215 "python", |
| 216 "-u", |
| 201 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 217 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 202 "runhooks" | 218 "runhooks" |
| 203 ], | 219 ], |
| 204 "cwd": "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src", | 220 "cwd": "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src", |
| 205 "env": { | 221 "env": { |
| 206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 222 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 207 "GYP_CHROMIUM_NO_ACTION": "1", | 223 "GYP_CHROMIUM_NO_ACTION": "1", |
| 208 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 224 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", |
| 209 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 225 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 210 }, | 226 }, |
| (...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" | 641 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" |
| 626 ] | 642 ] |
| 627 }, | 643 }, |
| 628 { | 644 { |
| 629 "name": "$result", | 645 "name": "$result", |
| 630 "reason": "Step('compile (with patch)') failed with return_code 1", | 646 "reason": "Step('compile (with patch)') failed with return_code 1", |
| 631 "recipe_result": null, | 647 "recipe_result": null, |
| 632 "status_code": 1 | 648 "status_code": 1 |
| 633 } | 649 } |
| 634 ] | 650 ] |
| OLD | NEW |