Fix repo after rename

Update .gitreview and .zuul.yaml for change from
x namespace to openstack.

Note that the project stanza should never be used in-repo since it makes
renaming hard, it is not needed.

Change-Id: I91c03f95f78ecc32b542ff8f94354a9a226e7deb
This commit is contained in:
Andreas Jaeger 2020-06-13 07:08:00 +02:00
parent b83e874081
commit 1f5adc2a13
2 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,4 @@
[gerrit] [gerrit]
host=review.opendev.org host=review.opendev.org
port=29418 port=29418
project=x/whitebox-tempest-plugin project=openstack/whitebox-tempest-plugin
defaultbranch=master

View File

@ -38,7 +38,7 @@
description: | description: |
Devstack multinode job. Devstack multinode job.
required-projects: required-projects:
x/whitebox-tempest-plugin openstack/whitebox-tempest-plugin
pre-run: playbooks/whitebox.yaml pre-run: playbooks/whitebox.yaml
irrelevant-files: irrelevant-files:
- ^test-requirements.txt$ - ^test-requirements.txt$
@ -48,7 +48,7 @@
tempest_test_regex: ^whitebox_tempest_plugin\. tempest_test_regex: ^whitebox_tempest_plugin\.
tempest_black_regex: "create_none_instance|virtio_to_none|none_to_virtio" tempest_black_regex: "create_none_instance|virtio_to_none|none_to_virtio"
devstack_plugins: devstack_plugins:
whitebox-tempest-plugin: https://opendev.org/x/whitebox-tempest-plugin.git whitebox-tempest-plugin: https://opendev.org/openstack/whitebox-tempest-plugin.git
devstack_localrc: devstack_localrc:
MAX_COMPUTE_NODES: 2 MAX_COMPUTE_NODES: 2
LIBVIRT_TYPE: kvm LIBVIRT_TYPE: kvm
@ -63,7 +63,6 @@
num_hugepages: 512 num_hugepages: 512
- project: - project:
name: x/whitebox-tempest-plugin
templates: templates:
- openstack-python-jobs - openstack-python-jobs
- openstack-python36-jobs - openstack-python36-jobs