| 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 "tryserver.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux64_rel_ng", | 10 "v8_linux64_rel_ng", |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 "@@@STEP_LOG_LINE@json.output@ }@@@", | 138 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 139 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 139 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 140 "@@@STEP_LOG_LINE@json.output@}@@@", | 140 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 141 "@@@STEP_LOG_END@json.output@@@" | 141 "@@@STEP_LOG_END@json.output@@@" |
| 142 ] | 142 ] |
| 143 }, | 143 }, |
| 144 { | 144 { |
| 145 "cmd": [ | 145 "cmd": [ |
| 146 "python", | 146 "python", |
| 147 "-u", | 147 "-u", |
| 148 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 149 ], |
| 150 "name": "ensure_goma.get the number of cpus", |
| 151 "stdout": "/path/to/tmp/", |
| 152 "~followup_annotations": [ |
| 153 "@@@STEP_NEST_LEVEL@1@@@", |
| 154 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 155 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 156 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 157 "@@@STEP_LOG_END@python.inline@@@" |
| 158 ] |
| 159 }, |
| 160 { |
| 161 "cmd": [ |
| 162 "python", |
| 163 "-u", |
| 148 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 164 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 149 "runhooks" | 165 "runhooks" |
| 150 ], | 166 ], |
| 151 "cwd": "[SLAVE_BUILD]/v8", | 167 "cwd": "[SLAVE_BUILD]/v8", |
| 152 "env": { | 168 "env": { |
| 153 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 154 "GYP_CHROMIUM_NO_ACTION": "1", | 170 "GYP_CHROMIUM_NO_ACTION": "1", |
| 155 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma'
target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", | 171 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma'
target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", |
| 156 "GYP_GENERATORS": "ninja", | 172 "GYP_GENERATORS": "ninja", |
| 157 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 173 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 "~followup_annotations": [ | 398 "~followup_annotations": [ |
| 383 "@@@STEP_TEXT@v8_linux64_rel_ng_triggered@@@" | 399 "@@@STEP_TEXT@v8_linux64_rel_ng_triggered@@@" |
| 384 ] | 400 ] |
| 385 }, | 401 }, |
| 386 { | 402 { |
| 387 "name": "$result", | 403 "name": "$result", |
| 388 "recipe_result": null, | 404 "recipe_result": null, |
| 389 "status_code": 0 | 405 "status_code": 0 |
| 390 } | 406 } |
| 391 ] | 407 ] |
| OLD | NEW |