Skip to content

Commit

Permalink
increase worker count to 8 for basic pytests (#2075) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian authored Nov 18, 2024
1 parent 0c8b1d8 commit c06b8f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Run tests
run: |
pytest --ignore=tests/e2e/ tests/
pytest -n8 --ignore=tests/e2e/ tests/
- name: cleanup pip cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion cicd/cicd.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e

pytest -n4 --ignore=tests/e2e/ /workspace/axolotl/tests/
pytest -n8 --ignore=tests/e2e/ /workspace/axolotl/tests/
pytest -n1 --dist loadfile -v /workspace/axolotl/tests/e2e/patched/ /workspace/axolotl/tests/e2e/integrations/
pytest --ignore=tests/e2e/patched/ --ignore=tests/e2e/multigpu/ --ignore=tests/e2e/integrations/ /workspace/axolotl/tests/e2e/

0 comments on commit c06b8f0

Please sign in to comment.