summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2018-08-13 13:11:14 +0100
committerChris Dent <cdent@anticdent.org>2018-08-14 15:42:08 +0100
commit8b4fcdfdc6c59e024e7639e0d2da6ccbea5c73d3 (patch)
treeec29f6980dc4fdddafa49a5339108243773f0beb /playbooks
parentafe4512bf66c89a061b1a7ccd3e7ac8e3b1b284d (diff)
downloadnova-8b4fcdfdc6c59e024e7639e0d2da6ccbea5c73d3.tar.gz
Add placement perf info gathering hook to end of nova-next
This change adds a post test hook to the nova-next job to report timing of a query to GET /allocation_candidates when there are 1000 resource providers with the same inventory. A summary of the work ends up in logs/placement-perf.txt Change-Id: Idc446347cd8773f579b23c96235348d8e10ea3f6
Diffstat (limited to 'playbooks')
-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