052f72eef12d73a502aa8b494c66c4f2d71eb51e
[releng.git] / jjb / bottlenecks / bottlenecks-cleanup.sh
1 #!/bin/bash
2 ##############################################################################
3 # Copyright (c) 2016 Huawei Technologies Co.,Ltd and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 BASEDIR=`dirname $0`
12
13 #clean up correlated dockers and their images
14 bash ${BASEDIR}/docker_cleanup.sh -d bottlenecks --debug
15 bash ${BASEDIR}/docker_cleanup.sh -d yardstick --debug
16 bash ${BASEDIR}/docker_cleanup.sh -d kibana --debug
17 bash ${BASEDIR}/docker_cleanup.sh -d elasticsearch --debug
18 bash ${BASEDIR}/docker_cleanup.sh -d influxdb --debug