diff --git a/.circleci/config.yml b/.circleci/config.yml index 311d73601e..945c9e7b9c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -810,7 +810,7 @@ jobs: command: | cd ~/project/py/ cp ~/project/toolchains/ci_workspaces/WORKSPACE.x86_64.release.rhel ~/project/WORKSPACE - docker run -it --rm --gpus all -v ~/project:/workspace/project torch_tensorrt_release_env /bin/bash -c "source /workspace/project/py/ci/build_whl.sh && $(circleci tests split --total=5 ~/project/py/ci/build_manifest.txt)" + docker run -it --rm --gpus all -v ~/project:/workspace/project torch_tensorrt_release_env /bin/bash -c "source /workspace/project/py/ci/build_whl.sh && $(circleci tests split --total=4 ~/project/py/ci/build_manifest.txt)" - run: name: Collect packages command: | diff --git a/py/ci/build_manifest.txt b/py/ci/build_manifest.txt index f0b3e49fc3..7f1ff88237 100644 --- a/py/ci/build_manifest.txt +++ b/py/ci/build_manifest.txt @@ -1,4 +1,3 @@ -py37 py38 py39 py310