osbuild / cloud-cleaner

cloud-cleaner is a tool that removes leftover cloud resources from testing
Apache License 2.0
5 stars 4 forks source link

Run in cc ci #11

Closed ghost closed 1 year ago

ghost commented 1 year ago

If there's no issues, we can stop running cloud cleaner in gitlab (both Image Builder and Cloud Experience).

Also, once we stop running those I'll update the variable names as they are kept like that to work with osbuild-composer (things like V2_AWS_ACCESS_KEY_ID)

ondrejbudai commented 1 year ago

Unfortunately, the current PoC is broken: https://github.com/osbuild/cloud-cleaner/actions/runs/4043254512/jobs/6951959291

The script isn't currently designed to run inside the container. I wonder what's the best path forward. :thinking:

ghost commented 1 year ago

I fixed those issues in the first commit (hopefully)