| 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_msan_rel", | 10 "v8_linux64_msan_rel", |
| (...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": "clang=1 dcheck_always_on=0 fastbuild=1 gomadir='[CACHE]/ci
pd/goma' msan=1 msan_track_origins=2 target_arch=x64 test_isolation_mode=prepare
use_goma=1 use_prebuilt_instrumented_libraries=1 v8_target_arch=arm64", | 171 "GYP_DEFINES": "clang=1 dcheck_always_on=0 fastbuild=1 gomadir='[CACHE]/ci
pd/goma' msan=1 msan_track_origins=2 target_arch=x64 test_isolation_mode=prepare
use_goma=1 use_prebuilt_instrumented_libraries=1 v8_target_arch=arm64", |
| 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 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 955 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 971 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 956 "@@@STEP_LOG_END@durations@@@" | 972 "@@@STEP_LOG_END@durations@@@" |
| 957 ] | 973 ] |
| 958 }, | 974 }, |
| 959 { | 975 { |
| 960 "name": "$result", | 976 "name": "$result", |
| 961 "recipe_result": null, | 977 "recipe_result": null, |
| 962 "status_code": 0 | 978 "status_code": 0 |
| 963 } | 979 } |
| 964 ] | 980 ] |
| OLD | NEW |