| 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\n\ntry:\n jobs = min(200, multiprocessing.cpu_c
ount() * 10)\nexcept NotImplementedError:\n jobs = 50\n\nprint jobs\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@@@@", |
| 135 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 136 "@@@STEP_LOG_LINE@python.inline@ jobs = min(200, multiprocessing.cpu_coun
t() * 10)@@@", |
| 137 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@", |
| 138 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@", |
| 139 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 140 "@@@STEP_LOG_LINE@python.inline@print jobs@@@", |
| 141 "@@@STEP_LOG_END@python.inline@@@" |
| 142 ] |
| 143 }, |
| 144 { |
| 145 "cmd": [ |
| 146 "python", |
| 147 "-u", |
| 126 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 148 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 127 "runhooks" | 149 "runhooks" |
| 128 ], | 150 ], |
| 129 "cwd": "[SLAVE_BUILD]/src", | 151 "cwd": "[SLAVE_BUILD]/src", |
| 130 "env": { | 152 "env": { |
| 131 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 153 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 132 "GYP_CHROMIUM_NO_ACTION": "1", | 154 "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", | 155 "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]" | 156 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 135 }, | 157 }, |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 233 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 212 "@@@STEP_LOG_END@json.output (invalid)@@@" | 234 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 213 ] | 235 ] |
| 214 }, | 236 }, |
| 215 { | 237 { |
| 216 "name": "$result", | 238 "name": "$result", |
| 217 "recipe_result": null, | 239 "recipe_result": null, |
| 218 "status_code": 0 | 240 "status_code": 0 |
| 219 } | 241 } |
| 220 ] | 242 ] |
| OLD | NEW |