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
b94f176a
Unverified
Commit
b94f176a
authored
Nov 29, 2022
by
Omkar Salpekar
Committed by
GitHub
Nov 29, 2022
Browse files
[Nova] Disable CircleCI Linux CPU Unittests (#6968)
* [Nova] Disable CircleCI Linux Unittests * add back linux gpu jobs
parent
474d87b8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
16 deletions
+2
-16
.circleci/config.yml
.circleci/config.yml
+0
-16
.circleci/regenerate.py
.circleci/regenerate.py
+2
-0
No files found.
.circleci/config.yml
View file @
b94f176a
...
...
@@ -1488,22 +1488,6 @@ workflows:
-
unittest_torchhub
-
unittest_onnx
-
unittest_extended
-
unittest_linux_cpu
:
cu_version
:
cpu
name
:
unittest_linux_cpu_py3.7
python_version
:
'
3.7'
-
unittest_linux_cpu
:
cu_version
:
cpu
name
:
unittest_linux_cpu_py3.8
python_version
:
'
3.8'
-
unittest_linux_cpu
:
cu_version
:
cpu
name
:
unittest_linux_cpu_py3.9
python_version
:
'
3.9'
-
unittest_linux_cpu
:
cu_version
:
cpu
name
:
unittest_linux_cpu_py3.10
python_version
:
'
3.10'
-
unittest_linux_gpu
:
cu_version
:
cu116
filters
:
...
...
.circleci/regenerate.py
View file @
b94f176a
...
...
@@ -250,6 +250,8 @@ def unittest_workflows(indentation=6):
for
device_type
in
[
"cpu"
,
"gpu"
]:
if
os_type
==
"macos"
and
device_type
==
"gpu"
:
continue
if
os_type
==
"linux"
and
device_type
==
"cpu"
:
continue
for
i
,
python_version
in
enumerate
(
PYTHON_VERSIONS
):
job
=
{
"name"
:
f
"unittest_
{
os_type
}
_
{
device_type
}
_py
{
python_version
}
"
,
...
...
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