diff --git a/.gitreview b/.gitreview index 1e7d9014..f1f5854a 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] -host=review.openstack.org +host=review.opendev.org port=29418 -project=openstack-infra/devstack-gate.git +project=openstack/devstack-gate.git diff --git a/playbooks/devstack-gate-hooks/run.yaml b/playbooks/devstack-gate-hooks/run.yaml index 4f7c90fd..28d56d4c 100644 --- a/playbooks/devstack-gate-hooks/run.yaml +++ b/playbooks/devstack-gate-hooks/run.yaml @@ -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 }}'