Skip to content

Commit

Permalink
kill ONNX / extended unittest workflows on CircleCI (#7467)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored Mar 27, 2023
1 parent 77a1104 commit ad9ee8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
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

0 comments on commit ad9ee8b

Please sign in to comment.