| 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 Debug (GN)", | 10 "Android Debug (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\nprint min(200, multiprocessing.cpu_count() * 10
)\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@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 120 "@@@STEP_LOG_END@python.inline@@@" |
| 121 ] |
| 122 }, |
| 123 { |
| 124 "cmd": [ |
| 125 "python", |
| 126 "-u", |
| 111 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 127 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 112 "runhooks" | 128 "runhooks" |
| 113 ], | 129 ], |
| 114 "cwd": "[SLAVE_BUILD]/src", | 130 "cwd": "[SLAVE_BUILD]/src", |
| 115 "env": { | 131 "env": { |
| 116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 117 "GYP_CHROMIUM_NO_ACTION": "1", | 133 "GYP_CHROMIUM_NO_ACTION": "1", |
| 118 "GYP_CROSSCOMPILE": "1", | 134 "GYP_CROSSCOMPILE": "1", |
| 119 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", | 135 "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]" | 136 "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@@@", | 188 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 173 "@@@STEP_LOG_END@json.output (invalid)@@@" | 189 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 174 ] | 190 ] |
| 175 }, | 191 }, |
| 176 { | 192 { |
| 177 "name": "$result", | 193 "name": "$result", |
| 178 "recipe_result": null, | 194 "recipe_result": null, |
| 179 "status_code": 0 | 195 "status_code": 0 |
| 180 } | 196 } |
| 181 ] | 197 ] |
| OLD | NEW |