| 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 TSAN", | 10 "V8 Linux64 TSAN", |
| (...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": "clang=1 disable_nacl=1 gomadir='[CACHE]/cipd/goma' target_
arch=x64 test_isolation_mode=prepare tsan=1 use_goma=1 v8_target_arch=x64", | 165 "GYP_DEFINES": "clang=1 disable_nacl=1 gomadir='[CACHE]/cipd/goma' target_
arch=x64 test_isolation_mode=prepare tsan=1 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 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 911 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 927 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 912 "@@@STEP_LOG_END@durations@@@" | 928 "@@@STEP_LOG_END@durations@@@" |
| 913 ] | 929 ] |
| 914 }, | 930 }, |
| 915 { | 931 { |
| 916 "name": "$result", | 932 "name": "$result", |
| 917 "recipe_result": null, | 933 "recipe_result": null, |
| 918 "status_code": 0 | 934 "status_code": 0 |
| 919 } | 935 } |
| 920 ] | 936 ] |
| OLD | NEW |