Skip to content

Commit d40d74f

Browse files
authored
ci: run fx_importer_tosa on nightly (#3993)
Adds 1 minute to CI time (7 vs 8 minutes in this PR vs some other open PR).
1 parent fd65a66 commit d40d74f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build_tools/ci/test_posix.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ case $torch_version in
3030
echo "::group::Run FxImporter2Stablehlo e2e integration tests"
3131
python3 -m e2e_testing.main --config=fx_importer_stablehlo -v
3232
echo "::endgroup::"
33+
34+
echo "::group::Run FxImporter TOSA e2e integration tests"
35+
python3 -m e2e_testing.main --config=fx_importer_tosa -v
36+
echo "::endgroup::"
3337
;;
3438
stable)
3539
;;

0 commit comments

Comments
 (0)