You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/08/02 17:51:16 UTC

[beam] 01/01: Automatically clean up old metrics containers

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

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

commit 8fb952321f56eca1005bde0bb9a67d4569b0ea5e
Author: Danny McCormick <da...@google.com>
AuthorDate: Wed Aug 2 13:51:09 2023 -0400

    Automatically clean up old metrics containers
---
 .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')