From 5b8fb5e939713b85340a7da25aa15d1240cb0740 Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Thu, 19 Dec 2024 11:44:53 -0500 Subject: [PATCH] remove cicd pytest xdist args (#2201) * remove cicd pytest xdist args * Delete outputs --- cicd/cicd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cicd/cicd.sh b/cicd/cicd.sh index 88defdd0e..91926127f 100755 --- a/cicd/cicd.sh +++ b/cicd/cicd.sh @@ -5,6 +5,6 @@ python -c "import torch; assert '$PYTORCH_VERSION' in torch.__version__" pytest -v --durations=10 -n8 --ignore=tests/e2e/ --ignore=tests/patched/ /workspace/axolotl/tests/ # pytest -v --durations=10 -n8 --dist loadfile /workspace/axolotl/tests/patched/ -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 /workspace/axolotl/tests/e2e/patched/ +pytest -v --durations=10 /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/