Skip to content

Commit 5a1c1e4

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] kill ONNX / extended unittest workflows on CircleCI (#7467)
Reviewed By: vmoens Differential Revision: D44552410 fbshipit-source-id: c9a211692797dfd111057a159865fc3652f45bf4
1 parent ee80a43 commit 5a1c1e4

File tree

2 files changed

+0
-56
lines changed

2 files changed

+0
-56
lines changed

.circleci/config.yml

Lines changed: 0 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

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

272-
unittest_onnx:
273-
docker:
274-
- image: cimg/python:3.8
275-
steps:
276-
- checkout
277-
- install_torchvision
278-
- pip_install:
279-
args: onnx onnxruntime
280-
descr: Install ONNX
281-
- run_tests_selective:
282-
file_or_dir: test/test_onnx.py
283-
284-
unittest_extended:
285-
docker:
286-
- image: cimg/python:3.8
287-
resource_class: xlarge
288-
steps:
289-
- checkout
290-
- download_model_weights
291-
- install_torchvision
292-
- run:
293-
name: Enable extended tests
294-
command: echo 'export PYTORCH_TEST_WITH_EXTENDED=1' >> $BASH_ENV
295-
- run_tests_selective:
296-
file_or_dir: test/test_extended_*.py
297-
298272
binary_linux_wheel:
299273
<<: *binary_common
300274
docker:
@@ -840,8 +814,6 @@ workflows:
840814

841815
unittest:
842816
jobs:
843-
- unittest_onnx
844-
- unittest_extended
845817
{{ unittest_workflows() }}
846818

847819
cmake:

0 commit comments

Comments
 (0)