To see what will be deleted:
https://build.opnfv.org/ci/view/All/job/artifact-cleanup-daily-master/18/console
Checked with ovs team, and we are good to remove their
varied rpms.
No reponse from the apex, compas, armband or fuel leads, but nothing wierd
being deleted there, just old isos
Change-Id: If4e7592192dcc80388aa872633d1fcca6442186f
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
do
echo "Looking at artifacts for project $x"
+ echo "In path gs://artifacts.opnfv.org/$x"
while IFS= read -r artifact; do
if [[ "$daysold" -gt "10" ]]; then
echo "$daysold Days old deleting: $(basename $artifact)"
+ gsutil rm "$artifact"
else
echo "$daysold Days old retaining: $(basename $artifact)"
fi