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.webkit", | 8 "chromium.webkit", |
9 "--builder", | 9 "--builder", |
10 "WebKit Linux", | 10 "WebKit Linux", |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 "@@@STEP_LOG_LINE@json.output@ }@@@", | 160 "@@@STEP_LOG_LINE@json.output@ }@@@", |
161 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 161 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
162 "@@@STEP_LOG_LINE@json.output@}@@@", | 162 "@@@STEP_LOG_LINE@json.output@}@@@", |
163 "@@@STEP_LOG_END@json.output@@@" | 163 "@@@STEP_LOG_END@json.output@@@" |
164 ] | 164 ] |
165 }, | 165 }, |
166 { | 166 { |
167 "cmd": [ | 167 "cmd": [ |
168 "python", | 168 "python", |
169 "-u", | 169 "-u", |
| 170 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 171 ], |
| 172 "name": "ensure_goma.get the number of cpus", |
| 173 "stdout": "/path/to/tmp/", |
| 174 "~followup_annotations": [ |
| 175 "@@@STEP_NEST_LEVEL@1@@@", |
| 176 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 177 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 178 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 179 "@@@STEP_LOG_END@python.inline@@@" |
| 180 ] |
| 181 }, |
| 182 { |
| 183 "cmd": [ |
| 184 "python", |
| 185 "-u", |
170 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 186 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
171 "--version" | 187 "--version" |
172 ], | 188 ], |
173 "name": "swarming.py --version", | 189 "name": "swarming.py --version", |
174 "stdout": "/path/to/tmp/", | 190 "stdout": "/path/to/tmp/", |
175 "~followup_annotations": [ | 191 "~followup_annotations": [ |
176 "@@@STEP_TEXT@0.8.6@@@" | 192 "@@@STEP_TEXT@0.8.6@@@" |
177 ] | 193 ] |
178 }, | 194 }, |
179 { | 195 { |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" | 388 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" |
373 ] | 389 ] |
374 }, | 390 }, |
375 { | 391 { |
376 "name": "$result", | 392 "name": "$result", |
377 "reason": "1 tests failed: ['webkit_tests']", | 393 "reason": "1 tests failed: ['webkit_tests']", |
378 "recipe_result": null, | 394 "recipe_result": null, |
379 "status_code": 1 | 395 "status_code": 1 |
380 } | 396 } |
381 ] | 397 ] |
OLD | NEW |