| 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 "Android64 x64 Debug", | 10 "Android64 x64 Debug", |
| (...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_CROSSCOMPILE": "1", | 133 "GYP_CROSSCOMPILE": "1", |
| 118 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 134 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=x64 use_goma=1", |
| 119 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 135 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 120 }, | 136 }, |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 173 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 158 "@@@STEP_LOG_END@json.output (invalid)@@@" | 174 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 159 ] | 175 ] |
| 160 }, | 176 }, |
| 161 { | 177 { |
| 162 "name": "$result", | 178 "name": "$result", |
| 163 "recipe_result": null, | 179 "recipe_result": null, |
| 164 "status_code": 0 | 180 "status_code": 0 |
| 165 } | 181 } |
| 166 ] | 182 ] |
| OLD | NEW |