File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -508,6 +508,22 @@ commands:
508
508
- store_artifacts :
509
509
path : /tmp/testlogs
510
510
511
+ test-fx_core :
512
+ description : " Test the fx core"
513
+ steps :
514
+ - run :
515
+ name : Run FX core tests
516
+ command : |
517
+ cd py/torch_tensorrt/fx/test
518
+ pushd core/
519
+ pytest --junitxml=/tmp/artifacts/test_results/fx/core/test_results.xml
520
+ popd
521
+
522
+ - store_test_results :
523
+ path : /tmp/artifacts
524
+ - store_artifacts :
525
+ path : /tmp/testlogs
526
+
511
527
test-fx_converters :
512
528
description : " Test the fx converters"
513
529
steps :
@@ -586,6 +602,22 @@ commands:
586
602
- store_artifacts :
587
603
path : /tmp/testlogs
588
604
605
+ test-fx_quant :
606
+ description : " Test the fx quant"
607
+ steps :
608
+ - run :
609
+ name : Run FX quant tests
610
+ command : |
611
+ cd py/torch_tensorrt/fx/test
612
+ pushd quant/
613
+ pytest --junitxml=/tmp/artifacts/test_results/fx/quant/test_results.xml
614
+ popd
615
+
616
+ - store_test_results :
617
+ path : /tmp/artifacts
618
+ - store_artifacts :
619
+ path : /tmp/testlogs
620
+
589
621
test-fx :
590
622
description : " Test the fx backend"
591
623
steps :
@@ -598,6 +630,8 @@ commands:
598
630
- test-fx_tools
599
631
- test-fx_trt_lower
600
632
- test-fx_tracer
633
+ - test-fx_core
634
+ - test-fx_quant
601
635
- store_test_results :
602
636
path : /tmp/artifacts
603
637
- store_artifacts :
You can’t perform that action at this time.
0 commit comments