"tests/data/vscode:/vscode.git/clone" did not exist on "4d9b43debdbdbbfee9799045d43201652016a1e4"
Unverified Commit ad9ee8b1 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

kill ONNX / extended unittest workflows on CircleCI (#7467)

parent 77a1104c
...@@ -269,32 +269,6 @@ jobs: ...@@ -269,32 +269,6 @@ jobs:
python .circleci/regenerate.py 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) 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_linux_wheel:
<<: *binary_common <<: *binary_common
docker: docker:
...@@ -1046,8 +1020,6 @@ workflows: ...@@ -1046,8 +1020,6 @@ workflows:
unittest: unittest:
jobs: jobs:
- unittest_onnx
- unittest_extended
- unittest_windows_cpu: - unittest_windows_cpu:
cu_version: cpu cu_version: cpu
name: unittest_windows_cpu_py3.8 name: unittest_windows_cpu_py3.8
......
...@@ -269,32 +269,6 @@ jobs: ...@@ -269,32 +269,6 @@ jobs:
python .circleci/regenerate.py 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) 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_linux_wheel:
<<: *binary_common <<: *binary_common
docker: docker:
...@@ -840,8 +814,6 @@ workflows: ...@@ -840,8 +814,6 @@ workflows:
unittest: unittest:
jobs: jobs:
- unittest_onnx
- unittest_extended
{{ unittest_workflows() }} {{ unittest_workflows() }}
cmake: cmake:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment