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
hehl2
Torchaudio
Commits
53e5074c
"vscode:/vscode.git/clone" did not exist on "4d641f7f56d4da78303c5a55846baa97d6505c86"
Unverified
Commit
53e5074c
authored
Jun 03, 2020
by
moto
Committed by
GitHub
Jun 03, 2020
Browse files
Run GPU test on nightly (#678)
parent
8a03087e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
119 additions
and
58 deletions
+119
-58
.circleci/config.yml
.circleci/config.yml
+116
-55
.circleci/regenerate.py
.circleci/regenerate.py
+3
-3
No files found.
.circleci/config.yml
View file @
53e5074c
...
...
@@ -651,7 +651,9 @@ workflows:
-
unittest_linux_gpu
:
filters
:
branches
:
only
:
master
only
:
-
master
-
nightly
name
:
unittest_linux_gpu_py3.6
python_version
:
'
3.6'
requires
:
...
...
@@ -659,7 +661,9 @@ workflows:
-
unittest_linux_gpu
:
filters
:
branches
:
only
:
master
only
:
-
master
-
nightly
name
:
unittest_linux_gpu_py3.7
python_version
:
'
3.7'
requires
:
...
...
@@ -667,7 +671,9 @@ workflows:
-
unittest_linux_gpu
:
filters
:
branches
:
only
:
master
only
:
-
master
-
nightly
name
:
unittest_linux_gpu_py3.8
python_version
:
'
3.8'
requires
:
...
...
@@ -684,19 +690,25 @@ workflows:
-
unittest_windows_gpu
:
filters
:
branches
:
only
:
master
only
:
-
master
-
nightly
name
:
unittest_windows_gpu_py3.6
python_version
:
'
3.6'
-
unittest_windows_gpu
:
filters
:
branches
:
only
:
master
only
:
-
master
-
nightly
name
:
unittest_windows_gpu_py3.7
python_version
:
'
3.7'
-
unittest_windows_gpu
:
filters
:
branches
:
only
:
master
only
:
-
master
-
nightly
name
:
unittest_windows_gpu_py3.8
python_version
:
'
3.8'
nightly
:
...
...
@@ -708,12 +720,14 @@ workflows:
-
download_third_parties_nix
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
download_third_parties_nix
-
binary_linux_wheel
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_linux_wheel_py3.6
python_version
:
'
3.6'
requires
:
...
...
@@ -722,14 +736,16 @@ workflows:
context
:
org-member
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_linux_wheel_py3.6_upload
requires
:
-
nightly_binary_linux_wheel_py3.6
-
smoke_test_linux_pip
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_linux_wheel_py3.6_smoke_test_pip
python_version
:
'
3.6'
requires
:
...
...
@@ -737,7 +753,8 @@ workflows:
-
binary_linux_wheel
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_linux_wheel_py3.7
python_version
:
'
3.7'
requires
:
...
...
@@ -746,14 +763,16 @@ workflows:
context
:
org-member
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_linux_wheel_py3.7_upload
requires
:
-
nightly_binary_linux_wheel_py3.7
-
smoke_test_linux_pip
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_linux_wheel_py3.7_smoke_test_pip
python_version
:
'
3.7'
requires
:
...
...
@@ -761,7 +780,8 @@ workflows:
-
binary_linux_wheel
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_linux_wheel_py3.8
python_version
:
'
3.8'
requires
:
...
...
@@ -770,14 +790,16 @@ workflows:
context
:
org-member
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_linux_wheel_py3.8_upload
requires
:
-
nightly_binary_linux_wheel_py3.8
-
smoke_test_linux_pip
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_linux_wheel_py3.8_smoke_test_pip
python_version
:
'
3.8'
requires
:
...
...
@@ -785,7 +807,8 @@ workflows:
-
binary_macos_wheel
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_macos_wheel_py3.6
python_version
:
'
3.6'
requires
:
...
...
@@ -794,14 +817,16 @@ workflows:
context
:
org-member
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_macos_wheel_py3.6_upload
requires
:
-
nightly_binary_macos_wheel_py3.6
-
binary_macos_wheel
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_macos_wheel_py3.7
python_version
:
'
3.7'
requires
:
...
...
@@ -810,14 +835,16 @@ workflows:
context
:
org-member
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_macos_wheel_py3.7_upload
requires
:
-
nightly_binary_macos_wheel_py3.7
-
binary_macos_wheel
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_macos_wheel_py3.8
python_version
:
'
3.8'
requires
:
...
...
@@ -826,28 +853,32 @@ workflows:
context
:
org-member
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_macos_wheel_py3.8_upload
requires
:
-
nightly_binary_macos_wheel_py3.8
-
binary_windows_wheel
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_windows_wheel_py3.6
python_version
:
'
3.6'
-
binary_wheel_upload
:
context
:
org-member
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_windows_wheel_py3.6_upload
requires
:
-
nightly_binary_windows_wheel_py3.6
-
smoke_test_windows_pip
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_windows_wheel_py3.6_smoke_test_pip
python_version
:
'
3.6'
requires
:
...
...
@@ -855,21 +886,24 @@ workflows:
-
binary_windows_wheel
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_windows_wheel_py3.7
python_version
:
'
3.7'
-
binary_wheel_upload
:
context
:
org-member
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_windows_wheel_py3.7_upload
requires
:
-
nightly_binary_windows_wheel_py3.7
-
smoke_test_windows_pip
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_windows_wheel_py3.7_smoke_test_pip
python_version
:
'
3.7'
requires
:
...
...
@@ -877,21 +911,24 @@ workflows:
-
binary_windows_wheel
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_windows_wheel_py3.8
python_version
:
'
3.8'
-
binary_wheel_upload
:
context
:
org-member
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_windows_wheel_py3.8_upload
requires
:
-
nightly_binary_windows_wheel_py3.8
-
smoke_test_windows_pip
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_windows_wheel_py3.8_smoke_test_pip
python_version
:
'
3.8'
requires
:
...
...
@@ -899,7 +936,8 @@ workflows:
-
binary_linux_conda
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_linux_conda_py3.6
python_version
:
'
3.6'
requires
:
...
...
@@ -908,14 +946,16 @@ workflows:
context
:
org-member
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_linux_conda_py3.6_upload
requires
:
-
nightly_binary_linux_conda_py3.6
-
smoke_test_linux_conda
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_linux_conda_py3.6_smoke_test_conda
python_version
:
'
3.6'
requires
:
...
...
@@ -923,7 +963,8 @@ workflows:
-
binary_linux_conda
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_linux_conda_py3.7
python_version
:
'
3.7'
requires
:
...
...
@@ -932,14 +973,16 @@ workflows:
context
:
org-member
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_linux_conda_py3.7_upload
requires
:
-
nightly_binary_linux_conda_py3.7
-
smoke_test_linux_conda
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_linux_conda_py3.7_smoke_test_conda
python_version
:
'
3.7'
requires
:
...
...
@@ -947,7 +990,8 @@ workflows:
-
binary_linux_conda
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_linux_conda_py3.8
python_version
:
'
3.8'
requires
:
...
...
@@ -956,14 +1000,16 @@ workflows:
context
:
org-member
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_linux_conda_py3.8_upload
requires
:
-
nightly_binary_linux_conda_py3.8
-
smoke_test_linux_conda
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_linux_conda_py3.8_smoke_test_conda
python_version
:
'
3.8'
requires
:
...
...
@@ -971,7 +1017,8 @@ workflows:
-
binary_macos_conda
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_macos_conda_py3.6
python_version
:
'
3.6'
requires
:
...
...
@@ -980,14 +1027,16 @@ workflows:
context
:
org-member
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_macos_conda_py3.6_upload
requires
:
-
nightly_binary_macos_conda_py3.6
-
binary_macos_conda
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_macos_conda_py3.7
python_version
:
'
3.7'
requires
:
...
...
@@ -996,14 +1045,16 @@ workflows:
context
:
org-member
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_macos_conda_py3.7_upload
requires
:
-
nightly_binary_macos_conda_py3.7
-
binary_macos_conda
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_macos_conda_py3.8
python_version
:
'
3.8'
requires
:
...
...
@@ -1012,28 +1063,32 @@ workflows:
context
:
org-member
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_macos_conda_py3.8_upload
requires
:
-
nightly_binary_macos_conda_py3.8
-
binary_windows_conda
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_windows_conda_py3.6
python_version
:
'
3.6'
-
binary_conda_upload
:
context
:
org-member
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_windows_conda_py3.6_upload
requires
:
-
nightly_binary_windows_conda_py3.6
-
smoke_test_windows_conda
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_windows_conda_py3.6_smoke_test_conda
python_version
:
'
3.6'
requires
:
...
...
@@ -1041,21 +1096,24 @@ workflows:
-
binary_windows_conda
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_windows_conda_py3.7
python_version
:
'
3.7'
-
binary_conda_upload
:
context
:
org-member
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_windows_conda_py3.7_upload
requires
:
-
nightly_binary_windows_conda_py3.7
-
smoke_test_windows_conda
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_windows_conda_py3.7_smoke_test_conda
python_version
:
'
3.7'
requires
:
...
...
@@ -1063,21 +1121,24 @@ workflows:
-
binary_windows_conda
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_windows_conda_py3.8
python_version
:
'
3.8'
-
binary_conda_upload
:
context
:
org-member
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_windows_conda_py3.8_upload
requires
:
-
nightly_binary_windows_conda_py3.8
-
smoke_test_windows_conda
:
filters
:
branches
:
only
:
nightly
only
:
-
nightly
name
:
nightly_binary_windows_conda_py3.8_smoke_test_conda
python_version
:
'
3.8'
requires
:
...
...
.circleci/regenerate.py
View file @
53e5074c
...
...
@@ -84,8 +84,8 @@ def generate_base_workflow(base_workflow_name, python_version, filter_branch, os
return
{
"binary_{os_type}_{btype}"
.
format
(
os_type
=
os_type
,
btype
=
btype
):
d
}
def
gen_filter_branch_tree
(
branch
_nam
e
):
return
{
"branches"
:
{
"only"
:
branch
_name
}}
def
gen_filter_branch_tree
(
*
branche
s
):
return
{
"branches"
:
{
"only"
:
[
b
for
b
in
branch
es
]
}}
def
generate_upload_workflow
(
base_workflow_name
,
filter_branch
,
btype
):
...
...
@@ -136,7 +136,7 @@ def unittest_workflows(indentation=6):
}
if
device_type
==
'gpu'
:
job
[
'filters'
]
=
gen_filter_branch_tree
(
'master'
)
job
[
'filters'
]
=
gen_filter_branch_tree
(
'master'
,
'nightly'
)
if
os_type
!=
"windows"
:
job
[
'requires'
]
=
[
'download_third_parties_nix'
]
...
...
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