| 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_linux_gcc_rel", | 10 "v8_linux_gcc_rel", |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 "@@@STEP_LOG_LINE@json.output@ }@@@", | 117 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 118 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 118 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 119 "@@@STEP_LOG_LINE@json.output@}@@@", | 119 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 120 "@@@STEP_LOG_END@json.output@@@" | 120 "@@@STEP_LOG_END@json.output@@@" |
| 121 ] | 121 ] |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 "cmd": [ | 124 "cmd": [ |
| 125 "python", | 125 "python", |
| 126 "-u", | 126 "-u", |
| 127 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 128 ], |
| 129 "name": "ensure_goma.get the number of cpus", |
| 130 "stdout": "/path/to/tmp/", |
| 131 "~followup_annotations": [ |
| 132 "@@@STEP_NEST_LEVEL@1@@@", |
| 133 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 134 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 135 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 136 "@@@STEP_LOG_END@python.inline@@@" |
| 137 ] |
| 138 }, |
| 139 { |
| 140 "cmd": [ |
| 141 "python", |
| 142 "-u", |
| 127 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 143 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 128 "runhooks" | 144 "runhooks" |
| 129 ], | 145 ], |
| 130 "cwd": "[SLAVE_BUILD]/v8", | 146 "cwd": "[SLAVE_BUILD]/v8", |
| 131 "env": { | 147 "env": { |
| 132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 148 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 133 "GYP_CHROMIUM_NO_ACTION": "1", | 149 "GYP_CHROMIUM_NO_ACTION": "1", |
| 134 "GYP_DEFINES": "clang=0 dcheck_always_on=0 fastbuild=1 gomadir='[CACHE]/ci
pd/goma' target_arch=ia32 use_goma=1 v8_target_arch=ia32", | 150 "GYP_DEFINES": "clang=0 dcheck_always_on=0 fastbuild=1 gomadir='[CACHE]/ci
pd/goma' target_arch=ia32 use_goma=1 v8_target_arch=ia32", |
| 135 "GYP_GENERATORS": "ninja", | 151 "GYP_GENERATORS": "ninja", |
| 136 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 152 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 347 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 332 "@@@STEP_LOG_END@durations@@@" | 348 "@@@STEP_LOG_END@durations@@@" |
| 333 ] | 349 ] |
| 334 }, | 350 }, |
| 335 { | 351 { |
| 336 "name": "$result", | 352 "name": "$result", |
| 337 "recipe_result": null, | 353 "recipe_result": null, |
| 338 "status_code": 0 | 354 "status_code": 0 |
| 339 } | 355 } |
| 340 ] | 356 ] |
| OLD | NEW |