Merge "Correct function name to run the right script"
This commit is contained in:
commit
8cb6337c6e
@ -22,14 +22,14 @@
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
|
||||
function gate_hook {{
|
||||
function pre_test_hook {{
|
||||
$BASE/new/octavia/octavia/tests/contrib/pre_test_hook.sh
|
||||
}}
|
||||
export -f gate_hook
|
||||
export -f pre_test_hook
|
||||
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
publishers:
|
||||
- devstack-logs
|
||||
- console-log
|
||||
- console-log
|
||||
|
Loading…
x
Reference in New Issue
Block a user