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:15 UTC

[beam] branch users/damccorm/cleanup created (now 8fb952321f5)

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

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


      at 8fb952321f5 Automatically clean up old metrics containers

This branch includes the following new commits:

     new 8fb952321f5 Automatically clean up old metrics containers

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by da...@apache.org.
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')