| 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 "chromium.testing.master", | 8 "chromium.testing.master", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mojo Android Builder", | 10 "Mojo Android Builder", |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 "@@@STEP_LOG_LINE@json.output@ }@@@", | 114 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 115 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 115 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 116 "@@@STEP_LOG_LINE@json.output@}@@@", | 116 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 117 "@@@STEP_LOG_END@json.output@@@" | 117 "@@@STEP_LOG_END@json.output@@@" |
| 118 ] | 118 ] |
| 119 }, | 119 }, |
| 120 { | 120 { |
| 121 "cmd": [ | 121 "cmd": [ |
| 122 "python", | 122 "python", |
| 123 "-u", | 123 "-u", |
| 124 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 125 ], |
| 126 "name": "ensure_goma.get the number of cpus", |
| 127 "stdout": "/path/to/tmp/", |
| 128 "~followup_annotations": [ |
| 129 "@@@STEP_NEST_LEVEL@1@@@", |
| 130 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 131 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 132 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 133 "@@@STEP_LOG_END@python.inline@@@" |
| 134 ] |
| 135 }, |
| 136 { |
| 137 "cmd": [ |
| 138 "python", |
| 139 "-u", |
| 124 "[SLAVE_BUILD]/src/mojo/tools/mojob.py", | 140 "[SLAVE_BUILD]/src/mojo/tools/mojob.py", |
| 125 "gn", | 141 "gn", |
| 126 "--release", | 142 "--release", |
| 127 "--android" | 143 "--android" |
| 128 ], | 144 ], |
| 129 "cwd": "[SLAVE_BUILD]/src", | 145 "cwd": "[SLAVE_BUILD]/src", |
| 130 "env": { | 146 "env": { |
| 131 "GOMA_DIR": "[CACHE]/cipd/goma", | 147 "GOMA_DIR": "[CACHE]/cipd/goma", |
| 132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 148 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 133 }, | 149 }, |
| (...skipping 22 matching lines...) Expand all Loading... |
| 156 "--android" | 172 "--android" |
| 157 ], | 173 ], |
| 158 "name": "upload shell and app binaries" | 174 "name": "upload shell and app binaries" |
| 159 }, | 175 }, |
| 160 { | 176 { |
| 161 "name": "$result", | 177 "name": "$result", |
| 162 "recipe_result": null, | 178 "recipe_result": null, |
| 163 "status_code": 0 | 179 "status_code": 0 |
| 164 } | 180 } |
| 165 ] | 181 ] |
| OLD | NEW |