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.mac", | 8 "chromium.mac", |
9 "--builder", | 9 "--builder", |
10 "Mac10.9 Tests", | 10 "Mac10.9 Tests", |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 "@@@STEP_LOG_LINE@json.output@ }@@@", | 159 "@@@STEP_LOG_LINE@json.output@ }@@@", |
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_END@json.output@@@" | 162 "@@@STEP_LOG_END@json.output@@@" |
163 ] | 163 ] |
164 }, | 164 }, |
165 { | 165 { |
166 "cmd": [ | 166 "cmd": [ |
167 "python", | 167 "python", |
168 "-u", | 168 "-u", |
| 169 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 170 ], |
| 171 "name": "ensure_goma.get the number of cpus", |
| 172 "stdout": "/path/to/tmp/", |
| 173 "~followup_annotations": [ |
| 174 "@@@STEP_NEST_LEVEL@1@@@", |
| 175 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 176 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 177 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 178 "@@@STEP_LOG_END@python.inline@@@" |
| 179 ] |
| 180 }, |
| 181 { |
| 182 "cmd": [ |
| 183 "python", |
| 184 "-u", |
169 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 185 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
170 "--version" | 186 "--version" |
171 ], | 187 ], |
172 "name": "swarming.py --version", | 188 "name": "swarming.py --version", |
173 "stdout": "/path/to/tmp/", | 189 "stdout": "/path/to/tmp/", |
174 "~followup_annotations": [ | 190 "~followup_annotations": [ |
175 "@@@STEP_TEXT@0.8.6@@@" | 191 "@@@STEP_TEXT@0.8.6@@@" |
176 ] | 192 ] |
177 }, | 193 }, |
178 { | 194 { |
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 633 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
618 }, | 634 }, |
619 "name": "Upload to test-results [gl_tests on NVIDIA GPU on Mac Retina on Mac
-10.9]" | 635 "name": "Upload to test-results [gl_tests on NVIDIA GPU on Mac Retina on Mac
-10.9]" |
620 }, | 636 }, |
621 { | 637 { |
622 "name": "$result", | 638 "name": "$result", |
623 "recipe_result": null, | 639 "recipe_result": null, |
624 "status_code": 0 | 640 "status_code": 0 |
625 } | 641 } |
626 ] | 642 ] |
OLD | NEW |