summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2017-07-13 12:18:23 -0400
committermbeierl <mark.beierl@dell.com>2017-07-13 12:18:23 -0400
commit8ebe4db7368b971c0069c54ff8b89134a8124a34 (patch)
treef38b37f89c93f2c363a72c12aceef46053b8e633 /ci
parent0edc289d4b9d95eafb2396037769fc3080134656 (diff)
Force full build and cleanup
Change-Id: I0def9ef07f9530eb468e47992b660ec98757726f Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/daily.sh1
-rwxr-xr-xci/launch_docker_container.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/ci/daily.sh b/ci/daily.sh
index 26d5fea..b984824 100755
--- a/ci/daily.sh
+++ b/ci/daily.sh
@@ -100,6 +100,7 @@ curl -s -X GET "http://127.0.0.1:5000/api/v1.0/jobs?id=$JOB&type=metadata" \
$WORKSPACE/ci/remove_docker_container.sh
sudo rm -rf $WORKSPACE/ci/job/carbon
+sudo find $WORKSPACE/docker --name '*.db' -exec rm -fv {} \;
echo ==========================================================================
echo Final report
diff --git a/ci/launch_docker_container.sh b/ci/launch_docker_container.sh
index b2cf1c4..aac5b58 100755
--- a/ci/launch_docker_container.sh
+++ b/ci/launch_docker_container.sh
@@ -22,6 +22,7 @@ then
sudo chown 33:33 ${ci}/job/carbon
fi
+docker-compose -f local-docker-compose.yaml build
docker-compose -f local-docker-compose.yaml up -d
echo "Waiting for StorPerf to become active"