Unverified Commit 8e8c5277 authored by moto's avatar moto Committed by GitHub
Browse files

Run GPU test on release/* branch (#958)

parent 4e97213b
...@@ -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
......
...@@ -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']
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment