| 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.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Release (GN)", | 10 "Android Release (GN)", |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 "@@@STEP_LOG_LINE@json.output@ }@@@", | 101 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 102 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 102 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 103 "@@@STEP_LOG_LINE@json.output@}@@@", | 103 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 104 "@@@STEP_LOG_END@json.output@@@" | 104 "@@@STEP_LOG_END@json.output@@@" |
| 105 ] | 105 ] |
| 106 }, | 106 }, |
| 107 { | 107 { |
| 108 "cmd": [ | 108 "cmd": [ |
| 109 "python", | 109 "python", |
| 110 "-u", | 110 "-u", |
| 111 "\nimport multiprocessing\n\ntry:\n jobs = min(200, multiprocessing.cpu_c
ount() * 10)\nexcept NotImplementedError:\n jobs = 50\n\nprint jobs\n" |
| 112 ], |
| 113 "name": "ensure_goma.get the number of cpus", |
| 114 "stdout": "/path/to/tmp/", |
| 115 "~followup_annotations": [ |
| 116 "@@@STEP_NEST_LEVEL@1@@@", |
| 117 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 118 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 119 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 120 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 121 "@@@STEP_LOG_LINE@python.inline@ jobs = min(200, multiprocessing.cpu_coun
t() * 10)@@@", |
| 122 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@", |
| 123 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@", |
| 124 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 125 "@@@STEP_LOG_LINE@python.inline@print jobs@@@", |
| 126 "@@@STEP_LOG_END@python.inline@@@" |
| 127 ] |
| 128 }, |
| 129 { |
| 130 "cmd": [ |
| 131 "python", |
| 132 "-u", |
| 111 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 133 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 112 "runhooks" | 134 "runhooks" |
| 113 ], | 135 ], |
| 114 "cwd": "[SLAVE_BUILD]/src", | 136 "cwd": "[SLAVE_BUILD]/src", |
| 115 "env": { | 137 "env": { |
| 116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 117 "GYP_CHROMIUM_NO_ACTION": "1", | 139 "GYP_CHROMIUM_NO_ACTION": "1", |
| 118 "GYP_CROSSCOMPILE": "1", | 140 "GYP_CROSSCOMPILE": "1", |
| 119 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", | 141 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", |
| 120 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 142 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 194 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 173 "@@@STEP_LOG_END@json.output (invalid)@@@" | 195 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 174 ] | 196 ] |
| 175 }, | 197 }, |
| 176 { | 198 { |
| 177 "name": "$result", | 199 "name": "$result", |
| 178 "recipe_result": null, | 200 "recipe_result": null, |
| 179 "status_code": 0 | 201 "status_code": 0 |
| 180 } | 202 } |
| 181 ] | 203 ] |
| OLD | NEW |