File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -569,7 +569,7 @@ commands:
569
569
command : |
570
570
set -e
571
571
cd py/torch_tensorrt/fx/test
572
- TESTS_TO_RUN=$(circleci tests glob "converters/acc_op/test_*.py" | circleci tests split --split-by=timings )
572
+ TESTS_TO_RUN=$(circleci tests glob "converters/acc_op/test_*.py" | circleci tests split --split-by=filesize )
573
573
pytest --junitxml=/tmp/artifacts/test_results/fx/converters/acc_op/test_results.xml $TESTS_TO_RUN
574
574
575
575
- store_test_results :
@@ -583,10 +583,10 @@ commands:
583
583
- run :
584
584
name : Run FX converter tests
585
585
command : |
586
+ set -e
586
587
cd py/torch_tensorrt/fx/test
587
- pushd converters/aten_op/
588
- pytest --junitxml=/tmp/artifacts/test_results/fx/converters/aten_op/test_results.xml
589
- popd
588
+ TESTS_TO_RUN=$(circleci tests glob "converters/aten_op/test_*.py" | circleci tests split --split-by=filesize)
589
+ pytest --junitxml=/tmp/artifacts/test_results/fx/converters/aten_op/test_results.xml $TESTS_TO_RUN
590
590
591
591
- store_test_results :
592
592
path : /tmp/artifacts
You can’t perform that action at this time.
0 commit comments