Fix clone list for opendev changes

Change-Id: I67ebe9e813c95a3a8bcf204678ddccbcea7a45cd
This commit is contained in:
Logan V 2019-05-03 14:17:56 -06:00
parent 6263cf3333
commit 7a3e528929
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 %}