| 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 Linux", | 10 "Mojo Linux", |
| (...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 ], | 143 ], |
| 128 "cwd": "[SLAVE_BUILD]/src", | 144 "cwd": "[SLAVE_BUILD]/src", |
| 129 "env": { | 145 "env": { |
| 130 "GOMA_DIR": "[CACHE]/cipd/goma", | 146 "GOMA_DIR": "[CACHE]/cipd/goma", |
| 131 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 132 }, | 148 }, |
| 133 "name": "mojob gn" | 149 "name": "mojob gn" |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 "[SLAVE_BUILD]/src/mojo/tools/upload_binaries.py" | 197 "[SLAVE_BUILD]/src/mojo/tools/upload_binaries.py" |
| 182 ], | 198 ], |
| 183 "name": "upload shell and app binaries" | 199 "name": "upload shell and app binaries" |
| 184 }, | 200 }, |
| 185 { | 201 { |
| 186 "name": "$result", | 202 "name": "$result", |
| 187 "recipe_result": null, | 203 "recipe_result": null, |
| 188 "status_code": 0 | 204 "status_code": 0 |
| 189 } | 205 } |
| 190 ] | 206 ] |
| OLD | NEW |