diff options
author | Zhijiang Hu <hu.zhijiang@zte.com.cn> | 2017-05-05 06:41:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-05 06:41:45 +0000 |
commit | 0f203447deda439811dd4062c588ef4145a34873 (patch) | |
tree | 668061926a38f3936c13ecaff81c075b904fb3a5 /ci | |
parent | 01c48d84167d6e7d5eab0ffd3dd406ef7b510c72 (diff) | |
parent | 779440ef6064b2d1f2a5004bd92ae3660bc9b63a (diff) |
Merge "Increase PACKETS_PER_BUFFER to 65536"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/build_rpm/build_rpms.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/build_rpm/build_rpms.sh b/ci/build_rpm/build_rpms.sh index e4b0cae9..2175bd97 100755 --- a/ci/build_rpm/build_rpms.sh +++ b/ci/build_rpm/build_rpms.sh @@ -38,6 +38,10 @@ function cleanup_container { echo "Stopping containers... $containers_to_kill" sudo docker stop -t 2 ${containers_to_kill} echo "Removing containers... $containers_to_kill" + + # Prevent "removal of container daisy is already in progress" + sleep 10 + sudo docker rm -v -f ${containers_to_kill} if [[ ! -z "$volumes_to_remove" ]]; then |