| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Mac64 - xcode", | 10 "V8 Mac64 - xcode", |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 "@@@STEP_LOG_LINE@json.output@ }@@@", | 111 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 112 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 112 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 113 "@@@STEP_LOG_LINE@json.output@}@@@", | 113 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 114 "@@@STEP_LOG_END@json.output@@@" | 114 "@@@STEP_LOG_END@json.output@@@" |
| 115 ] | 115 ] |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 "cmd": [ | 118 "cmd": [ |
| 119 "python", | 119 "python", |
| 120 "-u", | 120 "-u", |
| 121 "\nimport multiprocessing\n\ntry:\n jobs = min(200, multiprocessing.cpu_c
ount() * 10)\nexcept NotImplementedError:\n jobs = 50\n\nprint jobs\n" |
| 122 ], |
| 123 "name": "ensure_goma.get the number of cpus", |
| 124 "stdout": "/path/to/tmp/", |
| 125 "~followup_annotations": [ |
| 126 "@@@STEP_NEST_LEVEL@1@@@", |
| 127 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 128 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 129 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 130 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 131 "@@@STEP_LOG_LINE@python.inline@ jobs = min(200, multiprocessing.cpu_coun
t() * 10)@@@", |
| 132 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@", |
| 133 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@", |
| 134 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 135 "@@@STEP_LOG_LINE@python.inline@print jobs@@@", |
| 136 "@@@STEP_LOG_END@python.inline@@@" |
| 137 ] |
| 138 }, |
| 139 { |
| 140 "cmd": [ |
| 141 "python", |
| 142 "-u", |
| 121 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 143 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 122 "runhooks" | 144 "runhooks" |
| 123 ], | 145 ], |
| 124 "cwd": "[SLAVE_BUILD]/v8", | 146 "cwd": "[SLAVE_BUILD]/v8", |
| 125 "env": { | 147 "env": { |
| 126 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 148 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 127 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 use_go
ma=1 v8_target_arch=x64", | 149 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 use_go
ma=1 v8_target_arch=x64", |
| 128 "GYP_GENERATORS": "ninja,xcode-ninja", | 150 "GYP_GENERATORS": "ninja,xcode-ninja", |
| 129 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 151 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 130 }, | 152 }, |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 275 "@@@STEP_LOG_END@json.output (invalid)@@@" | 297 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 276 ] | 298 ] |
| 277 }, | 299 }, |
| 278 { | 300 { |
| 279 "name": "$result", | 301 "name": "$result", |
| 280 "recipe_result": null, | 302 "recipe_result": null, |
| 281 "status_code": 0 | 303 "status_code": 0 |
| 282 } | 304 } |
| 283 ] | 305 ] |
| OLD | NEW |