summaryrefslogtreecommitdiffstats
path: root/jjb/bottlenecks
diff options
context:
space:
mode:
authoryuyang <Gabriel.yuyang@huawei.com>2017-07-31 17:35:14 +0800
committeryuyang <Gabriel.yuyang@huawei.com>2017-07-31 17:35:14 +0800
commit0c27ec09e767e609e4ed2359f7ad966e64423922 (patch)
tree007f72013121779bd9f18a36e7949badb23ffe29 /jjb/bottlenecks
parent80c00aace84ff12550bb5c1b0825ba97de01aa8e (diff)
remove docker compose cleanup
JIRA: BOTTLENECK-103 Remove docker compose cleanup since docker-compose is not used Change-Id: I73c6d114fc698c2508247eca2309d838ba929b38 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'jjb/bottlenecks')
-rw-r--r--jjb/bottlenecks/bottlenecks-run-suite.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/jjb/bottlenecks/bottlenecks-run-suite.sh b/jjb/bottlenecks/bottlenecks-run-suite.sh
index 74b62b526..b81f4cace 100644
--- a/jjb/bottlenecks/bottlenecks-run-suite.sh
+++ b/jjb/bottlenecks/bottlenecks-run-suite.sh
@@ -67,7 +67,4 @@ if [[ $SUITE_NAME == *posca* ]]; then
TEST_CASE=posca_factor_ping
docker exec bottlenecks-load-master python ${POSCA_SCRIPT}/../run_testsuite.py testcase $TEST_CASE $REPORT
fi
-
- echo "Bottlenecks: cleaning up docker-compose images and dockers"
- docker-compose -f $WORKSPACE/docker/bottleneck-compose/docker-compose.yml down --rmi all
fi