From 8eccde32cfebb20097225056cb804ce9b9b57f06 Mon Sep 17 00:00:00 2001 From: OpenDev Sysadmins Date: Fri, 19 Apr 2019 19:52:08 +0000 Subject: [PATCH] OpenDev Migration Patch This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have. --- .gitreview | 4 ++-- .zuul.yaml | 4 ++-- tests/collect-logs.yaml | 2 +- tests/playbooks/run.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitreview b/.gitreview index 4101676..998337d 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 -project=openstack/ansible-role-zuul.git +project=windmill/ansible-role-zuul.git diff --git a/.zuul.yaml b/.zuul.yaml index 04a9afa..9d5156a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,7 +5,7 @@ run: tests/playbooks/run.yaml post-run: tests/collect-logs.yaml roles: - - zuul: openstack/ansible-role-zuul + - zuul: windmill/ansible-role-zuul # Testing for zuul_install_method: pip - job: @@ -27,7 +27,7 @@ name: ansible-role-zuul-src parent: ansible-role-zuul-base required-projects: - - name: openstack-infra/zuul + - name: zuul/zuul vars: zuul_git_update: false zuul_install_method: git diff --git a/tests/collect-logs.yaml b/tests/collect-logs.yaml index ba5d6a1..b38b3d8 100644 --- a/tests/collect-logs.yaml +++ b/tests/collect-logs.yaml @@ -35,7 +35,7 @@ - /var/log/zuul # TODO: Migrate to fetch-zuul-logs when - # https://review.openstack.org/#/c/583346/ is merged. + # https://review.opendev.org/#/c/583346/ is merged. - name: Collect log output synchronize: dest: "{{ zuul.executor.log_root }}/" diff --git a/tests/playbooks/run.yaml b/tests/playbooks/run.yaml index bc49ac2..ad93c64 100644 --- a/tests/playbooks/run.yaml +++ b/tests/playbooks/run.yaml @@ -88,7 +88,7 @@ - name: Register zuul_git_dest_stat. stat: - path: /home/zuul/src/git.openstack.org/openstack-infra/zuul + path: /home/zuul/src/opendev.org/zuul/zuul register: zuul_git_dest_stat when: zuul_install_method == 'git'