Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add integration test resource cleanup workflow
Run test-infra/tools/reaper and gcrgc for cleaning up the cloud resources created by the integration tests. The workflow is run once every day automatically. The reaper is run in dry-run mode for now to observe what it lists for some time. The retention-period is set to one day. It'll list resources that are older than a day. gcrgc is not in dry-run mode and will delete all the GCR repositories. This is needed as GCR repositories created in the tests are not tracked by terraform and are left behind. These have to be deleted regularly. Repositories have to be explicitly excluded if needed in the future. Signed-off-by: Sunny <[email protected]>
- Loading branch information