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

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


The following commit(s) were added to 
refs/heads/users/damccorm/image_cleaner_comment by this push:
     new 4c468a8c85b Update run_validatesrunner_tests.sh
4c468a8c85b is described below

commit 4c468a8c85beb49814fe48014a528649a0635a33
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Wed Aug 9 13:17:59 2023 -0400

    Update run_validatesrunner_tests.sh
---
 sdks/go/test/run_validatesrunner_tests.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdks/go/test/run_validatesrunner_tests.sh 
b/sdks/go/test/run_validatesrunner_tests.sh
index 2440d0a48af..c25d59bd57b 100755
--- a/sdks/go/test/run_validatesrunner_tests.sh
+++ b/sdks/go/test/run_validatesrunner_tests.sh
@@ -439,8 +439,8 @@ if [[ "$RUNNER" == "dataflow" ]]; then
   # Delete the container locally and remotely
   docker rmi $CONTAINER:$TAG || echo "Built container image was not removed. 
Possibly, it was not not saved locally."
   # Note: we don't delete the multi-arch containers here because this command 
only deletes the manifest list with the tag,
-  # the associated container images can't be deleted because they are not 
tagged. However, the multi-arch containers
-  # are deleted by stale_dataflow_prebuilt_image_cleaner.sh that runs every 6 
weeks.
+  # the associated container images can't be deleted because they are not 
tagged. However, multi-arch containers that are
+  # older than 6 weeks old are deleted by 
stale_dataflow_prebuilt_image_cleaner.sh that runs daily.
   if [[ "$USER" == "jenkins" ]]; then
     gcloud --quiet container images delete $CONTAINER:$TAG || echo "Failed to 
delete container"
   fi

Reply via email to