Fix clone list for opendev changes

Change-Id: I67ebe9e813c95a3a8bcf204678ddccbcea7a45cd
(cherry picked from commit 7a3e528929)
This commit is contained in:
Logan V 2019-05-03 14:17:56 -06:00 committed by Jesse Pretorius (odyssey4me)
parent 068db6f771
commit 458b26d4bd
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
{%- for role in osa_roles %}
{%- if (role['name'] | match('os_previous_.*')) or
(role['name'] | match('previous_.*')) or
(role['src'] | regex_replace('https://git.openstack.org/', '') not in zuul_src_repo_list) %}
(role['src'] | regex_replace('https://(?:git.openstack.org|opendev.org)/', '') not in zuul_src_repo_list) %}
{%- set _ = filtered_role_list.append(role) %}
{%- endif %}
{%- endfor %}