summaryrefslogtreecommitdiff
path: root/playbooks/legacy/nova-next/run.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/legacy/nova-next/run.yaml')
-rw-r--r--playbooks/legacy/nova-next/run.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/legacy/nova-next/run.yaml b/playbooks/legacy/nova-next/run.yaml
index 5004bd4f71..e1b14e557c 100644
--- a/playbooks/legacy/nova-next/run.yaml
+++ b/playbooks/legacy/nova-next/run.yaml
@@ -61,6 +61,9 @@
if [ -f $BASE/new/nova/gate/post_test_hook.sh ]; then
$BASE/new/nova/gate/post_test_hook.sh
fi
+ if [ -f $BASE/new/nova/gate/post_test_perf_check.sh ]; then
+ $BASE/new/nova/gate/post_test_perf_check.sh
+ fi
}
export -f post_test_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh