Skip to content

Commit

Permalink
perform flakey patched tests in individual runner
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Dec 13, 2024
1 parent effc4dc commit 79612da
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cicd/cicd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ pytest -v --durations=10 -n8 --ignore=tests/e2e/ --ignore=tests/patched/ /worksp
pytest -v --durations=10 -n1 --dist loadfile /workspace/axolotl/tests/e2e/patched/
pytest -v --durations=10 -n1 --dist loadfile /workspace/axolotl/tests/e2e/integrations/
pytest -v --durations=10 --ignore=tests/e2e/patched/ --ignore=tests/e2e/multigpu/ --ignore=tests/e2e/integrations/ /workspace/axolotl/tests/e2e/

tests=$(pytest --collect-only -q tests/e2e/each)
for t in $tests; do
pytest $t
done
Empty file added tests/e2e/each/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 79612da

Please sign in to comment.