Specify {backend} for zaqar grenade CI
We missed to specify backend for Zaqar grenade CI. It will always use mongo as the backend for different CI job which is wrong. Change-Id: I04d1203b7db9c06b95a03bfdca0ead21e763352b
This commit is contained in:
parent
e81c2f818f
commit
d2ae576b80
@ -166,6 +166,12 @@
|
||||
}}
|
||||
export -f post_test_hook
|
||||
|
||||
function gate_hook {{
|
||||
cd /opt/stack/new/zaqar/devstack/gate
|
||||
./gate_hook.sh tempest {backend}
|
||||
}}
|
||||
export -f gate_hook
|
||||
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user