summaryrefslogtreecommitdiffstats
path: root/jjb/bottlenecks/docker_cleanup.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-03-30bugfix: fix the docker_cleanup pathyuyang1-106/+0
JIRA: RELENG-196 JIRA: BOTTLENECK-148 The path for calling docker_cleanup.sh is incorrect which causing building job fail. This patch is to fix the issue. Change-Id: I2a8ea79383123f541f4e67bc58a3f2f3e3d9beeb Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
2017-03-28bugfix: Bottlencks cleanup docker-compose dockersyuyang1-0/+106
JIRA: RELENG-196 JIRA: BOTTLENECK-148 The bottlenecks_cleanup script can not clean some dockers and their images that created by docker-compose. This may cause the following test using dockers created in last test. This patch is to fix this issue. Change-Id: I83d294020596ad5d04302793084a432cae789685 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>