Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
ad9ee8b1
"tests/data/vscode:/vscode.git/clone" did not exist on "4d9b43debdbdbbfee9799045d43201652016a1e4"
Unverified
Commit
ad9ee8b1
authored
Mar 27, 2023
by
Philip Meier
Committed by
GitHub
Mar 27, 2023
Browse files
kill ONNX / extended unittest workflows on CircleCI (#7467)
parent
77a1104c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
56 deletions
+0
-56
.circleci/config.yml
.circleci/config.yml
+0
-28
.circleci/config.yml.in
.circleci/config.yml.in
+0
-28
No files found.
.circleci/config.yml
View file @
ad9ee8b1
...
@@ -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
...
...
.circleci/config.yml.in
View file @
ad9ee8b1
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment