Skip to content

Commit

Permalink
temp: Set the retention time to 5m for reaper
Browse files Browse the repository at this point in the history
Signed-off-by: Sunny <github@darkowlzz.space>
  • Loading branch information
darkowlzz committed Jan 10, 2024
1 parent 1e9ea6f commit 408b1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# by terraform used to provision test infra and are left behind.
run: gcrgc gcr.io/${{ vars.TF_VAR_gcp_project_id }} --retention-period 1h
- name: Run reaper
run: go run ./ -provider gcp -gcpproject ${{ vars.TF_VAR_gcp_project_id }} -retention-period 1h -tags 'ci=true' -delete
run: go run ./ -provider gcp -gcpproject ${{ vars.TF_VAR_gcp_project_id }} -retention-period 5m -tags 'ci=true' -delete

azure:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 408b1a2

Please sign in to comment.