lhotari opened a new pull request #10309: URL: https://github.com/apache/pulsar/pull/10309
### Motivation The cpp/python build is very flaky in CI. It's hard to investigate the problem when there isn't much log output or the output is hard to access. ### Modifications - enable gtest retries by passing `--retry_failed=1` parameter - adjust number of parallel workers based on the number of CPU cores available. Use a formula of `min(2 * number of cores, 10)` - capture test logs to files and upload the archive so that it can be downloaded as a zip file if the build fails -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
