This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 71706b280ee Automatically clean up old metrics containers (#27811)
71706b280ee is described below

commit 71706b280ee5db0cdf223355d424fb3ee8a6fdca
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Tue Aug 8 16:01:07 2023 -0400

    Automatically clean up old metrics containers (#27811)
---
 .test-infra/tools/stale_dataflow_prebuilt_image_cleaner.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/tools/stale_dataflow_prebuilt_image_cleaner.sh 
b/.test-infra/tools/stale_dataflow_prebuilt_image_cleaner.sh
index 856e0d541e6..89696ba6057 100755
--- a/.test-infra/tools/stale_dataflow_prebuilt_image_cleaner.sh
+++ b/.test-infra/tools/stale_dataflow_prebuilt_image_cleaner.sh
@@ -22,7 +22,7 @@ set -euo pipefail
 # Clean up private registry (us.gcr.io)
 # Images more than 5 day old and not the latest (either has latest label or 
newest)
 
-PUBLIC_REPOSITORIES=(beam-sdk beam_portability)
+PUBLIC_REPOSITORIES=(beam-sdk beam_portability beamgrafana 
beammetricssyncjenkins beammetricssyncgithub)
 PRIVATE_REPOSITORIES=(java-postcommit-it python-postcommit-it jenkins 
github-actions)
 # set as the same as 6-week release period
 DELETE_BEFORE_DAY=$(date --iso-8601=s -d '6 weeks ago')

Reply via email to