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
Torchaudio
Commits
8e8c5277
Unverified
Commit
8e8c5277
authored
Oct 14, 2020
by
moto
Committed by
GitHub
Oct 14, 2020
Browse files
Run GPU test on release/* branch (#958)
parent
4e97213b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
.circleci/config.yml
.circleci/config.yml
+6
-0
.circleci/regenerate.py
.circleci/regenerate.py
+1
-1
No files found.
.circleci/config.yml
View file @
8e8c5277
...
@@ -756,6 +756,7 @@ workflows:
...
@@ -756,6 +756,7 @@ workflows:
only
:
only
:
-
master
-
master
-
nightly
-
nightly
-
release/*
tags
:
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
unittest_linux_gpu_py3.6
name
:
unittest_linux_gpu_py3.6
...
@@ -768,6 +769,7 @@ workflows:
...
@@ -768,6 +769,7 @@ workflows:
only
:
only
:
-
master
-
master
-
nightly
-
nightly
-
release/*
tags
:
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
unittest_linux_gpu_py3.7
name
:
unittest_linux_gpu_py3.7
...
@@ -780,6 +782,7 @@ workflows:
...
@@ -780,6 +782,7 @@ workflows:
only
:
only
:
-
master
-
master
-
nightly
-
nightly
-
release/*
tags
:
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
unittest_linux_gpu_py3.8
name
:
unittest_linux_gpu_py3.8
...
@@ -801,6 +804,7 @@ workflows:
...
@@ -801,6 +804,7 @@ workflows:
only
:
only
:
-
master
-
master
-
nightly
-
nightly
-
release/*
tags
:
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
unittest_windows_gpu_py3.6
name
:
unittest_windows_gpu_py3.6
...
@@ -811,6 +815,7 @@ workflows:
...
@@ -811,6 +815,7 @@ workflows:
only
:
only
:
-
master
-
master
-
nightly
-
nightly
-
release/*
tags
:
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
unittest_windows_gpu_py3.7
name
:
unittest_windows_gpu_py3.7
...
@@ -821,6 +826,7 @@ workflows:
...
@@ -821,6 +826,7 @@ workflows:
only
:
only
:
-
master
-
master
-
nightly
-
nightly
-
release/*
tags
:
tags
:
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
only
:
/v[0-9]+(\.[0-9]+)*-rc[0-9]+/
name
:
unittest_windows_gpu_py3.8
name
:
unittest_windows_gpu_py3.8
...
...
.circleci/regenerate.py
View file @
8e8c5277
...
@@ -148,7 +148,7 @@ def unittest_workflows(indentation=6):
...
@@ -148,7 +148,7 @@ def unittest_workflows(indentation=6):
}
}
if
device_type
==
'gpu'
:
if
device_type
==
'gpu'
:
job
[
'filters'
]
=
gen_filter_branch_tree
(
'master'
,
'nightly'
)
job
[
'filters'
]
=
gen_filter_branch_tree
(
'master'
,
'nightly'
,
'release/*'
)
if
os_type
!=
"windows"
:
if
os_type
!=
"windows"
:
job
[
'requires'
]
=
[
'download_third_parties_nix'
]
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