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
195c41ee
Unverified
Commit
195c41ee
authored
Sep 02, 2020
by
peterjc123
Committed by
GitHub
Sep 01, 2020
Browse files
Disable CUDA 9.2 jobs & Fix unit tests (for Windows) (#2636)
parent
5f616a2b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
226 deletions
+5
-226
.circleci/config.yml
.circleci/config.yml
+0
-225
.circleci/regenerate.py
.circleci/regenerate.py
+4
-1
.circleci/unittest/windows/scripts/environment.yml
.circleci/unittest/windows/scripts/environment.yml
+1
-0
No files found.
.circleci/config.yml
View file @
195c41ee
...
@@ -639,15 +639,6 @@ workflows:
...
@@ -639,15 +639,6 @@ workflows:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_wheel_py3.6_cpu
name
:
binary_win_wheel_py3.6_cpu
python_version
:
'
3.6'
python_version
:
'
3.6'
-
binary_win_wheel
:
cu_version
:
cu92
filters
:
branches
:
only
:
master
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_wheel_py3.6_cu92
python_version
:
'
3.6'
-
binary_win_wheel
:
-
binary_win_wheel
:
cu_version
:
cu101
cu_version
:
cu101
filters
:
filters
:
...
@@ -675,15 +666,6 @@ workflows:
...
@@ -675,15 +666,6 @@ workflows:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_wheel_py3.7_cpu
name
:
binary_win_wheel_py3.7_cpu
python_version
:
'
3.7'
python_version
:
'
3.7'
-
binary_win_wheel
:
cu_version
:
cu92
filters
:
branches
:
only
:
master
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_wheel_py3.7_cu92
python_version
:
'
3.7'
-
binary_win_wheel
:
-
binary_win_wheel
:
cu_version
:
cu101
cu_version
:
cu101
filters
:
filters
:
...
@@ -706,15 +688,6 @@ workflows:
...
@@ -706,15 +688,6 @@ workflows:
cu_version
:
cpu
cu_version
:
cpu
name
:
binary_win_wheel_py3.8_cpu
name
:
binary_win_wheel_py3.8_cpu
python_version
:
'
3.8'
python_version
:
'
3.8'
-
binary_win_wheel
:
cu_version
:
cu92
filters
:
branches
:
only
:
master
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_wheel_py3.8_cu92
python_version
:
'
3.8'
-
binary_win_wheel
:
-
binary_win_wheel
:
cu_version
:
cu101
cu_version
:
cu101
filters
:
filters
:
...
@@ -812,15 +785,6 @@ workflows:
...
@@ -812,15 +785,6 @@ workflows:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_conda_py3.6_cpu
name
:
binary_win_conda_py3.6_cpu
python_version
:
'
3.6'
python_version
:
'
3.6'
-
binary_win_conda
:
cu_version
:
cu92
filters
:
branches
:
only
:
master
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_conda_py3.6_cu92
python_version
:
'
3.6'
-
binary_win_conda
:
-
binary_win_conda
:
cu_version
:
cu101
cu_version
:
cu101
filters
:
filters
:
...
@@ -848,15 +812,6 @@ workflows:
...
@@ -848,15 +812,6 @@ workflows:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_conda_py3.7_cpu
name
:
binary_win_conda_py3.7_cpu
python_version
:
'
3.7'
python_version
:
'
3.7'
-
binary_win_conda
:
cu_version
:
cu92
filters
:
branches
:
only
:
master
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_conda_py3.7_cu92
python_version
:
'
3.7'
-
binary_win_conda
:
-
binary_win_conda
:
cu_version
:
cu101
cu_version
:
cu101
filters
:
filters
:
...
@@ -879,15 +834,6 @@ workflows:
...
@@ -879,15 +834,6 @@ workflows:
cu_version
:
cpu
cu_version
:
cpu
name
:
binary_win_conda_py3.8_cpu
name
:
binary_win_conda_py3.8_cpu
python_version
:
'
3.8'
python_version
:
'
3.8'
-
binary_win_conda
:
cu_version
:
cu92
filters
:
branches
:
only
:
master
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
binary_win_conda_py3.8_cu92
python_version
:
'
3.8'
-
binary_win_conda
:
-
binary_win_conda
:
cu_version
:
cu101
cu_version
:
cu101
filters
:
filters
:
...
@@ -1433,35 +1379,6 @@ workflows:
...
@@ -1433,35 +1379,6 @@ workflows:
python_version
:
'
3.6'
python_version
:
'
3.6'
requires
:
requires
:
-
nightly_binary_win_wheel_py3.6_cpu_upload
-
nightly_binary_win_wheel_py3.6_cpu_upload
-
binary_win_wheel
:
cu_version
:
cu92
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_wheel_py3.6_cu92
python_version
:
'
3.6'
-
binary_wheel_upload
:
context
:
org-member
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_wheel_py3.6_cu92_upload
requires
:
-
nightly_binary_win_wheel_py3.6_cu92
subfolder
:
cu92/
-
smoke_test_win_pip
:
filters
:
branches
:
only
:
-
nightly
name
:
nightly_binary_win_wheel_py3.6_cu92_smoke_test_pip
python_version
:
'
3.6'
requires
:
-
nightly_binary_win_wheel_py3.6_cu92_upload
-
binary_win_wheel
:
-
binary_win_wheel
:
cu_version
:
cu101
cu_version
:
cu101
filters
:
filters
:
...
@@ -1549,35 +1466,6 @@ workflows:
...
@@ -1549,35 +1466,6 @@ workflows:
python_version
:
'
3.7'
python_version
:
'
3.7'
requires
:
requires
:
-
nightly_binary_win_wheel_py3.7_cpu_upload
-
nightly_binary_win_wheel_py3.7_cpu_upload
-
binary_win_wheel
:
cu_version
:
cu92
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_wheel_py3.7_cu92
python_version
:
'
3.7'
-
binary_wheel_upload
:
context
:
org-member
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_wheel_py3.7_cu92_upload
requires
:
-
nightly_binary_win_wheel_py3.7_cu92
subfolder
:
cu92/
-
smoke_test_win_pip
:
filters
:
branches
:
only
:
-
nightly
name
:
nightly_binary_win_wheel_py3.7_cu92_smoke_test_pip
python_version
:
'
3.7'
requires
:
-
nightly_binary_win_wheel_py3.7_cu92_upload
-
binary_win_wheel
:
-
binary_win_wheel
:
cu_version
:
cu101
cu_version
:
cu101
filters
:
filters
:
...
@@ -1665,35 +1553,6 @@ workflows:
...
@@ -1665,35 +1553,6 @@ workflows:
python_version
:
'
3.8'
python_version
:
'
3.8'
requires
:
requires
:
-
nightly_binary_win_wheel_py3.8_cpu_upload
-
nightly_binary_win_wheel_py3.8_cpu_upload
-
binary_win_wheel
:
cu_version
:
cu92
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_wheel_py3.8_cu92
python_version
:
'
3.8'
-
binary_wheel_upload
:
context
:
org-member
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_wheel_py3.8_cu92_upload
requires
:
-
nightly_binary_win_wheel_py3.8_cu92
subfolder
:
cu92/
-
smoke_test_win_pip
:
filters
:
branches
:
only
:
-
nightly
name
:
nightly_binary_win_wheel_py3.8_cu92_smoke_test_pip
python_version
:
'
3.8'
requires
:
-
nightly_binary_win_wheel_py3.8_cu92_upload
-
binary_win_wheel
:
-
binary_win_wheel
:
cu_version
:
cu101
cu_version
:
cu101
filters
:
filters
:
...
@@ -2188,34 +2047,6 @@ workflows:
...
@@ -2188,34 +2047,6 @@ workflows:
python_version
:
'
3.6'
python_version
:
'
3.6'
requires
:
requires
:
-
nightly_binary_win_conda_py3.6_cpu_upload
-
nightly_binary_win_conda_py3.6_cpu_upload
-
binary_win_conda
:
cu_version
:
cu92
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_conda_py3.6_cu92
python_version
:
'
3.6'
-
binary_conda_upload
:
context
:
org-member
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_conda_py3.6_cu92_upload
requires
:
-
nightly_binary_win_conda_py3.6_cu92
-
smoke_test_win_conda
:
filters
:
branches
:
only
:
-
nightly
name
:
nightly_binary_win_conda_py3.6_cu92_smoke_test_conda
python_version
:
'
3.6'
requires
:
-
nightly_binary_win_conda_py3.6_cu92_upload
-
binary_win_conda
:
-
binary_win_conda
:
cu_version
:
cu101
cu_version
:
cu101
filters
:
filters
:
...
@@ -2300,34 +2131,6 @@ workflows:
...
@@ -2300,34 +2131,6 @@ workflows:
python_version
:
'
3.7'
python_version
:
'
3.7'
requires
:
requires
:
-
nightly_binary_win_conda_py3.7_cpu_upload
-
nightly_binary_win_conda_py3.7_cpu_upload
-
binary_win_conda
:
cu_version
:
cu92
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_conda_py3.7_cu92
python_version
:
'
3.7'
-
binary_conda_upload
:
context
:
org-member
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_conda_py3.7_cu92_upload
requires
:
-
nightly_binary_win_conda_py3.7_cu92
-
smoke_test_win_conda
:
filters
:
branches
:
only
:
-
nightly
name
:
nightly_binary_win_conda_py3.7_cu92_smoke_test_conda
python_version
:
'
3.7'
requires
:
-
nightly_binary_win_conda_py3.7_cu92_upload
-
binary_win_conda
:
-
binary_win_conda
:
cu_version
:
cu101
cu_version
:
cu101
filters
:
filters
:
...
@@ -2412,34 +2215,6 @@ workflows:
...
@@ -2412,34 +2215,6 @@ workflows:
python_version
:
'
3.8'
python_version
:
'
3.8'
requires
:
requires
:
-
nightly_binary_win_conda_py3.8_cpu_upload
-
nightly_binary_win_conda_py3.8_cpu_upload
-
binary_win_conda
:
cu_version
:
cu92
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_conda_py3.8_cu92
python_version
:
'
3.8'
-
binary_conda_upload
:
context
:
org-member
filters
:
branches
:
only
:
nightly
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
nightly_binary_win_conda_py3.8_cu92_upload
requires
:
-
nightly_binary_win_conda_py3.8_cu92
-
smoke_test_win_conda
:
filters
:
branches
:
only
:
-
nightly
name
:
nightly_binary_win_conda_py3.8_cu92_smoke_test_conda
python_version
:
'
3.8'
requires
:
-
nightly_binary_win_conda_py3.8_cu92_upload
-
binary_win_conda
:
-
binary_win_conda
:
cu_version
:
cu101
cu_version
:
cu101
filters
:
filters
:
...
...
.circleci/regenerate.py
View file @
195c41ee
...
@@ -27,7 +27,10 @@ def build_workflows(prefix='', filter_branch=None, upload=False, indentation=6,
...
@@ -27,7 +27,10 @@ def build_workflows(prefix='', filter_branch=None, upload=False, indentation=6,
for
btype
in
[
"wheel"
,
"conda"
]:
for
btype
in
[
"wheel"
,
"conda"
]:
for
os_type
in
[
"linux"
,
"macos"
,
"win"
]:
for
os_type
in
[
"linux"
,
"macos"
,
"win"
]:
python_versions
=
PYTHON_VERSIONS
python_versions
=
PYTHON_VERSIONS
cu_versions
=
([
"cpu"
,
"cu92"
,
"cu101"
,
"cu102"
]
if
os_type
==
"linux"
or
os_type
==
"win"
else
[
"cpu"
])
cu_versions_dict
=
{
"linux"
:
[
"cpu"
,
"cu92"
,
"cu101"
,
"cu102"
],
"win"
:
[
"cpu"
,
"cu101"
,
"cu102"
],
"macos"
:
[
"cpu"
]}
cu_versions
=
cu_versions_dict
[
os_type
]
for
python_version
in
python_versions
:
for
python_version
in
python_versions
:
for
cu_version
in
cu_versions
:
for
cu_version
in
cu_versions
:
for
unicode
in
([
False
,
True
]
if
btype
==
"wheel"
and
python_version
==
"2.7"
else
[
False
]):
for
unicode
in
([
False
,
True
]
if
btype
==
"wheel"
and
python_version
==
"2.7"
else
[
False
]):
...
...
.circleci/unittest/windows/scripts/environment.yml
View file @
195c41ee
...
@@ -14,3 +14,4 @@ dependencies:
...
@@ -14,3 +14,4 @@ dependencies:
-
pillow>=4.1.1
-
pillow>=4.1.1
-
scipy==1.4.1
-
scipy==1.4.1
-
av
-
av
-
dataclasses
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