Skip to content

Commit

Permalink
Revert "Pause delete images in public AR (#32354)" (#33749)
Browse files Browse the repository at this point in the history
This reverts commit 55678b2.
  • Loading branch information
Abacn authored Jan 31, 2025
1 parent 2360711 commit ea69d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .test-infra/tools/stale_dataflow_prebuilt_image_cleaner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 beamgrafana beammetricssyncjenkins beammetricssyncgithub)
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
if [[ $OSTYPE == "linux-gnu"* ]]; then
Expand Down

0 comments on commit ea69d81

Please sign in to comment.