From 033f4b1772ba3a88080493a32440f96a6337e331 Mon Sep 17 00:00:00 2001 From: Arnaud Meukam Date: Mon, 13 Mar 2023 11:35:10 +0100 Subject: [PATCH] Stop clear non-existant retention policy rule This command is now not necessary and create some noise on the trail logs. See: https://github.com/kubernetes/k8s.io/pull/4902 Signed-off-by: Arnaud Meukam --- cluster/gce/util.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/cluster/gce/util.sh b/cluster/gce/util.sh index 42c299fb899..feec2563685 100755 --- a/cluster/gce/util.sh +++ b/cluster/gce/util.sh @@ -335,8 +335,6 @@ function upload-tars() { gsutil mb -l "${region}" -p "${PROJECT}" "${staging_bucket}" fi - gsutil retention clear "${staging_bucket}" - local staging_path="${staging_bucket}/${INSTANCE_PREFIX}-devel" echo "+++ Staging tars to Google Storage: ${staging_path}"