Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 0 additions & 28 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -269,32 +269,6 @@ jobs:
python .circleci/regenerate.py
git diff --exit-code || (echo ".circleci/config.yml not in sync with config.yml.in! Run .circleci/regenerate.py to update config"; exit 1)

unittest_onnx:
docker:
- image: cimg/python:3.8
steps:
- checkout
- install_torchvision
- pip_install:
args: onnx onnxruntime
descr: Install ONNX
- run_tests_selective:
file_or_dir: test/test_onnx.py

unittest_extended:
docker:
- image: cimg/python:3.8
resource_class: xlarge
steps:
- checkout
- download_model_weights
- install_torchvision
- run:
name: Enable extended tests
command: echo 'export PYTORCH_TEST_WITH_EXTENDED=1' >> $BASH_ENV
- run_tests_selective:
file_or_dir: test/test_extended_*.py

binary_linux_wheel:
<<: *binary_common
docker:
Expand Down Expand Up @@ -840,8 +814,6 @@ workflows:

unittest:
jobs:
- unittest_onnx
- unittest_extended
{{ unittest_workflows() }}

cmake:
Expand Down