tvalentyn commented on a change in pull request #12150:
URL: https://github.com/apache/beam/pull/12150#discussion_r463886174



##########
File path: release/src/main/scripts/download_github_actions_artifacts.py
##########
@@ -170,7 +170,7 @@ def get_last_run_id(
       f"GCS location corresponding to artifacts built in this run: "
       
f"gs://beam-wheels-staging/{release_branch}/{release_commit}-{last_run_id}/"
   )
-  return safe_get(last_run, "id")
+  return last_run_id

Review comment:
       I checked the lifecycle config for the bucket with wheels, looks like we 
delete them after 1yr. 
    
   ```
   gsutil lifecycle get  gs://beam-wheels-staging/
   
   {"rule": [{"action": {"type": "Delete"}, "condition": {"age": 365, "isLive": 
true}}, {"action": {"type": "Delete"}, "condition": {"age": 90, "isLive": 
false}}]}
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to