Skip to content
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

Concurrent deployments #759

Draft
wants to merge 13 commits into
base: mainline
Choose a base branch
from
Prev Previous commit
Next Next commit
Parallel tests
farshidz committed Feb 7, 2024
commit 5535204f75e065858b3ac57c2f0800be67f91577
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_200gb_CI.yml
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@ jobs:
export VESPA_QUERY_URL=http://localhost:8080

export PYTHONPATH="./marqo/tests:./marqo/src:./marqo"
pytest marqo/tests
pytest -n 10 marqo/tests

Stop-Runner:
name: Stop self-hosted EC2 runner
1 change: 1 addition & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -47,3 +47,4 @@ httpx==0.25.0
# test requirements
pyvespa==0.37.1
pytest==7.4.3
pytest-xdist==3.5.0