|
|
@ -13,12 +13,12 @@ |
|
|
|
set -x |
|
|
|
cat > clonemap.yaml << EOF |
|
|
|
clonemap: |
|
|
|
- name: openstack-infra/devstack-gate |
|
|
|
- name: openstack/devstack-gate |
|
|
|
dest: devstack-gate |
|
|
|
EOF |
|
|
|
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ |
|
|
|
https://git.openstack.org \ |
|
|
|
openstack-infra/devstack-gate |
|
|
|
https://opendev.org \ |
|
|
|
openstack/devstack-gate |
|
|
|
executable: /bin/bash |
|
|
|
chdir: '{{ ansible_user_dir }}/workspace' |
|
|
|
environment: '{{ zuul | zuul_legacy_vars }}' |
|
|
@ -29,7 +29,7 @@ |
|
|
|
set -x |
|
|
|
cat << 'EOF' >>"/tmp/dg-local.conf" |
|
|
|
[[local|localrc]] |
|
|
|
enable_plugin heat https://git.openstack.org/openstack/heat |
|
|
|
enable_plugin heat https://opendev.org/openstack/heat |
|
|
|
EOF |
|
|
|
executable: /bin/bash |
|
|
|
chdir: '{{ ansible_user_dir }}/workspace' |
|
|
|