Add manila-tempest-plugin as a requirement in rally job definitions
Depends-On: I0844cdb48b9d415bd341c4687620412178be871b Change-Id: I1336c8a4d11762cc355ce5a48899d62646563e28 Signed-off-by: Rishabh Dave <ridave@redhat.com>
This commit is contained in:
parent
623f988b87
commit
bda0b965d7
@ -381,6 +381,7 @@
|
|||||||
- openstack/manila
|
- openstack/manila
|
||||||
- openstack/python-manilaclient
|
- openstack/python-manilaclient
|
||||||
- openstack/rally
|
- openstack/rally
|
||||||
|
- openstack/manila-tempest-plugin
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: manila-rally-multibackend-no-ss
|
name: manila-rally-multibackend-no-ss
|
||||||
@ -403,3 +404,4 @@
|
|||||||
- openstack/manila
|
- openstack/manila
|
||||||
- openstack/python-manilaclient
|
- openstack/python-manilaclient
|
||||||
- openstack/rally
|
- openstack/rally
|
||||||
|
- openstack/manila-tempest-plugin
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
export DEVSTACK_GATE_FEATURE_MATRIX="/opt/stack/new/rally/devstack/features.yaml"
|
export DEVSTACK_GATE_FEATURE_MATRIX="/opt/stack/new/rally/devstack/features.yaml"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export PROJECTS="openstack/rally $PROJECTS"
|
export PROJECTS="openstack/rally openstack/manila-tempest-plugin $PROJECTS"
|
||||||
export DEVSTACK_PROJECT_FROM_GIT="python-manilaclient"
|
export DEVSTACK_PROJECT_FROM_GIT="python-manilaclient"
|
||||||
|
|
||||||
# Run only manila services, because only main manila functionality
|
# Run only manila services, because only main manila functionality
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
export DEVSTACK_GATE_FEATURE_MATRIX="/opt/stack/new/rally/devstack/features.yaml"
|
export DEVSTACK_GATE_FEATURE_MATRIX="/opt/stack/new/rally/devstack/features.yaml"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export PROJECTS="openstack/rally $PROJECTS"
|
export PROJECTS="openstack/rally openstack/manila-tempest-plugin $PROJECTS"
|
||||||
export DEVSTACK_PROJECT_FROM_GIT="python-manilaclient"
|
export DEVSTACK_PROJECT_FROM_GIT="python-manilaclient"
|
||||||
|
|
||||||
# Run only manila services, because only main manila functionality
|
# Run only manila services, because only main manila functionality
|
||||||
|
Loading…
Reference in New Issue
Block a user