Add missing export -f post_test_hook in rally-cli
Also some minor changes Change-Id: Ic0752941c199888b4d80287cd08681605c83d8c0
This commit is contained in:
parent
acff1aaaf8
commit
bb1a749143
@ -71,18 +71,19 @@
|
||||
- rally-plot
|
||||
|
||||
|
||||
- job-template:
|
||||
- job:
|
||||
name: 'check-rally-cli'
|
||||
node: '{node}'
|
||||
node: 'devstack-precise || devstack-precise-check'
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#/bin/bash -xe
|
||||
function post_test_hook {{
|
||||
function post_test_hook {
|
||||
/usr/local/jenkins/slave_scripts/run-tox.sh cli stackforge rally
|
||||
}}
|
||||
}
|
||||
export -f post_test_hook
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user