-
Notifications
You must be signed in to change notification settings - Fork 661
CI - Parallelize smoketests #3702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
… reference instructions
Signed-off-by: Zeke Foppa <[email protected]>
…are-python-deps' into bfops/fix-list-tests
…are-python-deps' into bfops/fix-list-tests
| docker_smoketests: | ||
| name: Smoketests | ||
| strategy: | ||
| fail-fast: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: remove this debugging change
…ter' into bfops/parallel-smoketests
| - "${STDB_PG_PORT:-5432}:5432" | ||
| # Tracy | ||
| - "8086:8086" | ||
| - "${STDB_TRACY_PORT:-8086}:8086" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this isn't used or tested in this PR, but would be required in order to run cargo ci smoketests --docker --parallel locally with this docker-compose.yml.
Description of Changes
We always select a random port and data dir for the started server.
Time difference on my machine:
Time difference in CI:
API and ABI breaking changes
Expected complexity level and risk
Testing