diff options
author | Chris Dent <cdent@anticdent.org> | 2018-11-30 15:12:48 +0000 |
---|---|---|
committer | Chris Dent <cdent@anticdent.org> | 2018-11-30 15:12:48 +0000 |
commit | 84182d0aa2780e22947a90dffa50940def16487b (patch) | |
tree | 5c455d9410509a1447e8751ea756dd3bc4517020 /playbooks | |
parent | 8446a1e58d595e18da450f52db224d56b6466e91 (diff) | |
download | nova-84182d0aa2780e22947a90dffa50940def16487b.tar.gz |
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
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/legacy/nova-next/run.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/playbooks/legacy/nova-next/run.yaml b/playbooks/legacy/nova-next/run.yaml index e1b14e557c..5004bd4f71 100644 --- a/playbooks/legacy/nova-next/run.yaml +++ b/playbooks/legacy/nova-next/run.yaml @@ -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 |