From f059edc5266c91e5d6f78c76b35357b62c602af9 Mon Sep 17 00:00:00 2001 From: OpenDev Sysadmins Date: Fri, 19 Apr 2019 19:25:35 +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 | 2 +- playbooks/base-test/pre.yaml | 2 +- playbooks/base/pre.yaml | 2 +- zuul.yaml | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitreview b/.gitreview index 70dec2b..d0d814f 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 project=opendev/base-jobs.git diff --git a/playbooks/base-test/pre.yaml b/playbooks/base-test/pre.yaml index 3ec1a34..96f3618 100644 --- a/playbooks/base-test/pre.yaml +++ b/playbooks/base-test/pre.yaml @@ -37,4 +37,4 @@ set_apt_mirrors_trusted: True - role: fetch-zuul-cloner destination: "/usr/zuul-env/bin/zuul-cloner" - repo_src_dir: "/home/zuul/src/git.openstack.org" + repo_src_dir: "/home/zuul/src/opendev.org" diff --git a/playbooks/base/pre.yaml b/playbooks/base/pre.yaml index 3ec1a34..96f3618 100644 --- a/playbooks/base/pre.yaml +++ b/playbooks/base/pre.yaml @@ -37,4 +37,4 @@ set_apt_mirrors_trusted: True - role: fetch-zuul-cloner destination: "/usr/zuul-env/bin/zuul-cloner" - repo_src_dir: "/home/zuul/src/git.openstack.org" + repo_src_dir: "/home/zuul/src/opendev.org" diff --git a/zuul.yaml b/zuul.yaml index 47d9922..4138407 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -141,7 +141,7 @@ - playbooks/base/post.yaml - playbooks/base/post-logs.yaml roles: - - zuul: openstack-infra/zuul-jobs + - zuul: zuul/zuul-jobs vars: ara_report_type: database ara_report_path: ara-report @@ -167,7 +167,7 @@ - playbooks/base-test/post.yaml - playbooks/base-test/post-logs.yaml roles: - - zuul: openstack-infra/zuul-jobs + - zuul: zuul/zuul-jobs timeout: 1800 post-timeout: 1800 vars: @@ -431,12 +431,12 @@ jobs: - opendev-tox-docs - tox-linters: - required-projects: openstack-infra/zuul-jobs + required-projects: zuul/zuul-jobs gate: jobs: - opendev-tox-docs - tox-linters: - required-projects: openstack-infra/zuul-jobs + required-projects: zuul/zuul-jobs promote: jobs: - opendev-promote-docs