Update jobs for interop repos renaming

Interop repos are going under rename from
openstack namespace to osf namespace (Depends-On),
which need update the zuul job to start using the
new location.

Uupdate .gitreview as well.

Depends-On: https://review.opendev.org/#/c/734669/
Change-Id: Ib009644f053e973da2195bb8865041ee1f41f0d5
This commit is contained in:
Ghanshyam Mann 2020-06-09 15:03:00 -05:00 committed by Andreas Jaeger
parent 505e20a4dd
commit b5a543fcfe
4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
[gerrit]
host=review.opendev.org
port=29418
project=openstack/python-tempestconf.git
project=osf/python-tempestconf.git

View File

@ -47,14 +47,14 @@
- openstack/manila
- openstack/manila-ui
- openstack/manila-tempest-plugin
- openstack/python-tempestconf
- osf/python-tempestconf
- openstack/tempest
- openstack/devstack
- openstack/designate
- openstack/designate-tempest-plugin
- openstack/requirements
roles:
- zuul: openstack/python-tempestconf
- zuul: osf/python-tempestconf
- zuul: openstack/tempest
- zuul: openstack/devstack
vars:
@ -95,13 +95,13 @@
description: Base job for python-tempestconf on packstack environment
required-projects:
- x/packstack
- openstack/python-tempestconf
- osf/python-tempestconf
- openstack/tempest
- openstack/devstack
post-run: playbooks/upload-logs.yaml
roles:
- zuul: x/packstack
- zuul: openstack/python-tempestconf
- zuul: osf/python-tempestconf
- zuul: openstack/tempest
- zuul: openstack/devstack
vars:

View File

@ -111,4 +111,4 @@
cat {{ tempestconf_src_relative_path }}/etc/cloud_tempest.conf
vars:
tempestconf_src_relative_path: "{{ zuul.projects['opendev.org/openstack/python-tempestconf'].src_dir }}"
tempestconf_src_relative_path: "{{ zuul.projects['opendev.org/osf/python-tempestconf'].src_dir }}"

View File

@ -81,4 +81,4 @@
when: output_path is defined
vars:
tempestconf_src_relative_path: "{{ zuul.projects['opendev.org/openstack/python-tempestconf'].src_dir }}"
tempestconf_src_relative_path: "{{ zuul.projects['opendev.org/osf/python-tempestconf'].src_dir }}"