Fix grenade job
When upgrading from Queens to Rocky, since neither release has the tempest plugin in-tree, it has to be explicitly installed in the job. Closes-Bug: #1785370 Change-Id: I77b5e0eb8824a8a00633aacb45ebea07572503d5
This commit is contained in:
parent
7dd147874d
commit
2d25b09b34
@ -65,6 +65,7 @@
|
||||
- openstack-infra/devstack-gate
|
||||
- openstack/manila
|
||||
- openstack/python-manilaclient
|
||||
- openstack/manila-tempest-plugin
|
||||
|
||||
- job:
|
||||
name: manila-tempest-base
|
||||
|
@ -28,6 +28,7 @@
|
||||
set -e
|
||||
set -x
|
||||
export PROJECTS="openstack-dev/grenade $PROJECTS"
|
||||
export PROJECTS="openstack/manila-tempest-plugin $PROJECTS"
|
||||
export DEVSTACK_PROJECT_FROM_GIT="python-manilaclient"
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_NEUTRON=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user