| 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_tsan_rel", | 10 "v8_linux64_tsan_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 disable_nacl=1 fastbuild=1 goma
dir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare tsan=1 use_g
oma=1 v8_target_arch=x64", | 171 "GYP_DEFINES": "clang=1 dcheck_always_on=0 disable_nacl=1 fastbuild=1 goma
dir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare tsan=1 use_g
oma=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 791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 949 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 965 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 950 "@@@STEP_LOG_END@durations@@@" | 966 "@@@STEP_LOG_END@durations@@@" |
| 951 ] | 967 ] |
| 952 }, | 968 }, |
| 953 { | 969 { |
| 954 "name": "$result", | 970 "name": "$result", |
| 955 "recipe_result": null, | 971 "recipe_result": null, |
| 956 "status_code": 0 | 972 "status_code": 0 |
| 957 } | 973 } |
| 958 ] | 974 ] |
| OLD | NEW |