Fix clone list for opendev changes
Change-Id: I67ebe9e813c95a3a8bcf204678ddccbcea7a45cd
This commit is contained in:
parent
6263cf3333
commit
7a3e528929
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user