| 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 Mac GC Stress", | 10 "V8 Mac GC Stress", |
| (...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\n\ntry:\n jobs = min(200, multiprocessing.cpu_c
ount() * 10)\nexcept NotImplementedError:\n jobs = 50\n\nprint jobs\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@@@@", |
| 151 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 152 "@@@STEP_LOG_LINE@python.inline@ jobs = min(200, multiprocessing.cpu_coun
t() * 10)@@@", |
| 153 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@", |
| 154 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@", |
| 155 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 156 "@@@STEP_LOG_LINE@python.inline@print jobs@@@", |
| 157 "@@@STEP_LOG_END@python.inline@@@" |
| 158 ] |
| 159 }, |
| 160 { |
| 161 "cmd": [ |
| 162 "python", |
| 163 "-u", |
| 142 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 164 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 143 "runhooks" | 165 "runhooks" |
| 144 ], | 166 ], |
| 145 "cwd": "[SLAVE_BUILD]/v8", | 167 "cwd": "[SLAVE_BUILD]/v8", |
| 146 "env": { | 168 "env": { |
| 147 "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", |
| 148 "GYP_CHROMIUM_NO_ACTION": "1", | 170 "GYP_CHROMIUM_NO_ACTION": "1", |
| 149 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 test_
isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1
v8_target_arch=ia32", | 171 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 test_
isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1
v8_target_arch=ia32", |
| 150 "GYP_GENERATORS": "ninja", | 172 "GYP_GENERATORS": "ninja", |
| 151 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 173 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| (...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 630 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 652 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 631 "@@@STEP_LOG_END@durations@@@" | 653 "@@@STEP_LOG_END@durations@@@" |
| 632 ] | 654 ] |
| 633 }, | 655 }, |
| 634 { | 656 { |
| 635 "name": "$result", | 657 "name": "$result", |
| 636 "recipe_result": null, | 658 "recipe_result": null, |
| 637 "status_code": 0 | 659 "status_code": 0 |
| 638 } | 660 } |
| 639 ] | 661 ] |
| OLD | NEW |