Remove placement perf check

gate/post_test_perf_check.sh did some simplistic performance testing of
placement. With the extraction of placement we want it to happen during
openstack/placement CI changes so we remove it here.

The depends-on is to the placement change that turns it on there, using
an independent (and very small) job.

Depends-On: I93875e3ce1f77fdb237e339b7b3e38abe3dad8f7
Change-Id: I30a7bc9a0148fd3ed15ddd997d8dab11e4fb1fe1
This commit is contained in:
Chris Dent
2018-11-30 15:12:48 +00:00
parent 8446a1e58d
commit 84182d0aa2
2 changed files with 0 additions and 92 deletions
-3
View File
@@ -61,9 +61,6 @@
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