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:
parent
505e20a4dd
commit
b5a543fcfe
@ -1,4 +1,4 @@
|
|||||||
[gerrit]
|
[gerrit]
|
||||||
host=review.opendev.org
|
host=review.opendev.org
|
||||||
port=29418
|
port=29418
|
||||||
project=openstack/python-tempestconf.git
|
project=osf/python-tempestconf.git
|
||||||
|
@ -47,14 +47,14 @@
|
|||||||
- openstack/manila
|
- openstack/manila
|
||||||
- openstack/manila-ui
|
- openstack/manila-ui
|
||||||
- openstack/manila-tempest-plugin
|
- openstack/manila-tempest-plugin
|
||||||
- openstack/python-tempestconf
|
- osf/python-tempestconf
|
||||||
- openstack/tempest
|
- openstack/tempest
|
||||||
- openstack/devstack
|
- openstack/devstack
|
||||||
- openstack/designate
|
- openstack/designate
|
||||||
- openstack/designate-tempest-plugin
|
- openstack/designate-tempest-plugin
|
||||||
- openstack/requirements
|
- openstack/requirements
|
||||||
roles:
|
roles:
|
||||||
- zuul: openstack/python-tempestconf
|
- zuul: osf/python-tempestconf
|
||||||
- zuul: openstack/tempest
|
- zuul: openstack/tempest
|
||||||
- zuul: openstack/devstack
|
- zuul: openstack/devstack
|
||||||
vars:
|
vars:
|
||||||
@ -95,13 +95,13 @@
|
|||||||
description: Base job for python-tempestconf on packstack environment
|
description: Base job for python-tempestconf on packstack environment
|
||||||
required-projects:
|
required-projects:
|
||||||
- x/packstack
|
- x/packstack
|
||||||
- openstack/python-tempestconf
|
- osf/python-tempestconf
|
||||||
- openstack/tempest
|
- openstack/tempest
|
||||||
- openstack/devstack
|
- openstack/devstack
|
||||||
post-run: playbooks/upload-logs.yaml
|
post-run: playbooks/upload-logs.yaml
|
||||||
roles:
|
roles:
|
||||||
- zuul: x/packstack
|
- zuul: x/packstack
|
||||||
- zuul: openstack/python-tempestconf
|
- zuul: osf/python-tempestconf
|
||||||
- zuul: openstack/tempest
|
- zuul: openstack/tempest
|
||||||
- zuul: openstack/devstack
|
- zuul: openstack/devstack
|
||||||
vars:
|
vars:
|
||||||
|
@ -111,4 +111,4 @@
|
|||||||
cat {{ tempestconf_src_relative_path }}/etc/cloud_tempest.conf
|
cat {{ tempestconf_src_relative_path }}/etc/cloud_tempest.conf
|
||||||
|
|
||||||
vars:
|
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 }}"
|
||||||
|
@ -81,4 +81,4 @@
|
|||||||
when: output_path is defined
|
when: output_path is defined
|
||||||
|
|
||||||
vars:
|
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 }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user