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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user