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.
This commit is contained in:
parent
24422999ee
commit
8eccde32cf
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 }}/"
|
||||
|
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user