]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible: vagrant clean old cache 1033/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 28 May 2018 14:18:57 +0000 (16:18 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 28 May 2018 14:18:57 +0000 (16:18 +0200)
Somehow, it's possible sometimes there is some old cache left after a
failure. `vagrant global-status --prune` ensures old caches that were left are
removed.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
scripts/build_utils.sh

index c0d58fa53b3a085176587eb6ba136ae8a9e3ed29..d099082bb7bb3169d66275eb8e582f78d93120d0 100644 (file)
@@ -761,6 +761,7 @@ teardown_vagrant_tests() {
         collect_ceph_logs all
         vagrant destroy -f
         stat ./fetch > /dev/null 2>&1 && rm -rf ./fetch
+        vagrant global-status --prune
         cd -
     done