summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorLinda Wang <wangwulin@huawei.com>2017-11-21 02:42:00 +0000
committerLinda Wang <wangwulin@huawei.com>2017-11-21 03:46:43 +0000
commit1a5701b7dc74c5483b329fda764f193af5ec0be4 (patch)
tree0cfac934c20bc6e37d36d05186af94055de528ce /jjb
parent174b299271189496bae4c4d6727ea26a7a098756 (diff)
Clean Functest images for CI jobs on ARM
Change-Id: I3e9d8122bf67296d6270583efeda34ac64e21e68 Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'jjb')
-rwxr-xr-xjjb/functest/functest-cleanup.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/jjb/functest/functest-cleanup.sh b/jjb/functest/functest-cleanup.sh
index fc277b9ed..c21b543a6 100755
--- a/jjb/functest/functest-cleanup.sh
+++ b/jjb/functest/functest-cleanup.sh
@@ -3,11 +3,7 @@
[[ $CI_DEBUG == true ]] && redirect="/dev/stdout" || redirect="/dev/null"
echo "Cleaning up docker containers/images..."
-HOST_ARCH=$(uname -m)
FUNCTEST_IMAGE=opnfv/functest
-if [ "$HOST_ARCH" = "aarch64" ]; then
- FUNCTEST_IMAGE="${FUNCTEST_IMAGE}_${HOST_ARCH}"
-fi
# Remove containers along with image opnfv/functest*:<none>
dangling_images=($(docker images -f "dangling=true" | grep $FUNCTEST_IMAGE | awk '{print $3}'))