| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 "@@@STEP_LOG_LINE@json.output@ }@@@", | 190 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 191 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 191 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 192 "@@@STEP_LOG_LINE@json.output@}@@@", | 192 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 193 "@@@STEP_LOG_END@json.output@@@" | 193 "@@@STEP_LOG_END@json.output@@@" |
| 194 ] | 194 ] |
| 195 }, | 195 }, |
| 196 { | 196 { |
| 197 "cmd": [ | 197 "cmd": [ |
| 198 "python", | 198 "python", |
| 199 "-u", | 199 "-u", |
| 200 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 201 ], |
| 202 "name": "ensure_goma.get the number of cpus", |
| 203 "stdout": "/path/to/tmp/", |
| 204 "~followup_annotations": [ |
| 205 "@@@STEP_NEST_LEVEL@1@@@", |
| 206 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 207 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 208 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 209 "@@@STEP_LOG_END@python.inline@@@" |
| 210 ] |
| 211 }, |
| 212 { |
| 213 "cmd": [ |
| 214 "python", |
| 215 "-u", |
| 200 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 216 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 201 "[BUILDER_CACHE]\\CrWin7Goma_clbr_\\src\\out\\Release" | 217 "[BUILDER_CACHE]\\CrWin7Goma_clbr_\\src\\out\\Release" |
| 202 ], | 218 ], |
| 203 "name": "rmtree clobber", | 219 "name": "rmtree clobber", |
| 204 "~followup_annotations": [ | 220 "~followup_annotations": [ |
| 205 "@@@STEP_LOG_LINE@python.inline@@@@", | 221 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 206 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 222 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 207 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 223 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 208 "@@@STEP_LOG_LINE@python.inline@@@@", | 224 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 209 "@@@STEP_LOG_LINE@python.inline@@@@", | 225 "@@@STEP_LOG_LINE@python.inline@@@@", |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 428 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 413 }, | 429 }, |
| 414 "name": "process_dumps" | 430 "name": "process_dumps" |
| 415 }, | 431 }, |
| 416 { | 432 { |
| 417 "name": "$result", | 433 "name": "$result", |
| 418 "recipe_result": null, | 434 "recipe_result": null, |
| 419 "status_code": 0 | 435 "status_code": 0 |
| 420 } | 436 } |
| 421 ] | 437 ] |
| OLD | NEW |