| 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 Linux64 - cfi", | 10 "V8 Linux64 - cfi", |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 "@@@STEP_LOG_LINE@json.output@ }@@@", | 132 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 133 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 133 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 134 "@@@STEP_LOG_LINE@json.output@}@@@", | 134 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 135 "@@@STEP_LOG_END@json.output@@@" | 135 "@@@STEP_LOG_END@json.output@@@" |
| 136 ] | 136 ] |
| 137 }, | 137 }, |
| 138 { | 138 { |
| 139 "cmd": [ | 139 "cmd": [ |
| 140 "python", | 140 "python", |
| 141 "-u", | 141 "-u", |
| 142 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 143 ], |
| 144 "name": "ensure_goma.get the number of cpus", |
| 145 "stdout": "/path/to/tmp/", |
| 146 "~followup_annotations": [ |
| 147 "@@@STEP_NEST_LEVEL@1@@@", |
| 148 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 149 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 150 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 151 "@@@STEP_LOG_END@python.inline@@@" |
| 152 ] |
| 153 }, |
| 154 { |
| 155 "cmd": [ |
| 156 "python", |
| 157 "-u", |
| 142 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 158 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 143 "runhooks" | 159 "runhooks" |
| 144 ], | 160 ], |
| 145 "cwd": "[SLAVE_BUILD]/v8", | 161 "cwd": "[SLAVE_BUILD]/v8", |
| 146 "env": { | 162 "env": { |
| 147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 163 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 148 "GYP_CHROMIUM_NO_ACTION": "1", | 164 "GYP_CHROMIUM_NO_ACTION": "1", |
| 149 "GYP_DEFINES": "cfi_diag=1 cfi_vptr=1 gomadir='[CACHE]/cipd/goma' release_
extra_cflags='-O1 -fno-inline-functions -fno-inline' target_arch=x64 test_isolat
ion_mode=prepare use_goma=1 v8_target_arch=x64", | 165 "GYP_DEFINES": "cfi_diag=1 cfi_vptr=1 gomadir='[CACHE]/cipd/goma' release_
extra_cflags='-O1 -fno-inline-functions -fno-inline' target_arch=x64 test_isolat
ion_mode=prepare use_goma=1 v8_target_arch=x64", |
| 150 "GYP_GENERATORS": "ninja", | 166 "GYP_GENERATORS": "ninja", |
| 151 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 167 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| (...skipping 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1418 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1434 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1419 "@@@STEP_LOG_END@durations@@@" | 1435 "@@@STEP_LOG_END@durations@@@" |
| 1420 ] | 1436 ] |
| 1421 }, | 1437 }, |
| 1422 { | 1438 { |
| 1423 "name": "$result", | 1439 "name": "$result", |
| 1424 "recipe_result": null, | 1440 "recipe_result": null, |
| 1425 "status_code": 0 | 1441 "status_code": 0 |
| 1426 } | 1442 } |
| 1427 ] | 1443 ] |
| OLD | NEW |