Skip to content

Commit

Permalink
fix: Increase test parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive committed May 18, 2023
1 parent e1f3add commit 2f96c2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -583,10 +583,10 @@ commands:
- run:
name: Run FX converter tests
command: |
set -e
cd py/torch_tensorrt/fx/test
pushd converters/aten_op/
pytest --junitxml=/tmp/artifacts/test_results/fx/converters/aten_op/test_results.xml
popd
TESTS_TO_RUN=$(circleci tests glob "converters/aten_op/test_*.py" | circleci tests split --split-by=timings)
pytest --junitxml=/tmp/artifacts/test_results/fx/converters/aten_op/test_results.xml $TESTS_TO_RUN
- store_test_results:
path: /tmp/artifacts
Expand Down

0 comments on commit 2f96c2a

Please sign in to comment.