| 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.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_libfuzzer_rel", | 10 "linux_libfuzzer_rel", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "@@@STEP_LOG_LINE@json.output@ }@@@", | 116 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 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_END@json.output@@@" | 119 "@@@STEP_LOG_END@json.output@@@" |
| 120 ] | 120 ] |
| 121 }, | 121 }, |
| 122 { | 122 { |
| 123 "cmd": [ | 123 "cmd": [ |
| 124 "python", | 124 "python", |
| 125 "-u", | 125 "-u", |
| 126 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 127 ], |
| 128 "name": "ensure_goma.get the number of cpus", |
| 129 "stdout": "/path/to/tmp/", |
| 130 "~followup_annotations": [ |
| 131 "@@@STEP_NEST_LEVEL@1@@@", |
| 132 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 133 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 134 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 135 "@@@STEP_LOG_END@python.inline@@@" |
| 136 ] |
| 137 }, |
| 138 { |
| 139 "cmd": [ |
| 140 "python", |
| 141 "-u", |
| 126 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 142 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 127 "runhooks" | 143 "runhooks" |
| 128 ], | 144 ], |
| 129 "cwd": "[SLAVE_BUILD]/src", | 145 "cwd": "[SLAVE_BUILD]/src", |
| 130 "env": { | 146 "env": { |
| 131 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 132 "GYP_CHROMIUM_NO_ACTION": "1", | 148 "GYP_CHROMIUM_NO_ACTION": "1", |
| 133 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64
use_goma=1", | 149 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64
use_goma=1", |
| 134 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 150 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 135 }, | 151 }, |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 227 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 212 "@@@STEP_LOG_END@json.output (invalid)@@@" | 228 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 213 ] | 229 ] |
| 214 }, | 230 }, |
| 215 { | 231 { |
| 216 "name": "$result", | 232 "name": "$result", |
| 217 "recipe_result": null, | 233 "recipe_result": null, |
| 218 "status_code": 0 | 234 "status_code": 0 |
| 219 } | 235 } |
| 220 ] | 236 ] |
| OLD | NEW |