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

Improvements to cloud-image-val #15

Closed atodorov closed 1 year ago

atodorov commented 1 year ago

Notes:

CloudX Azure login is failing, job reported PASS: https://github.com/osbuild/cloud-cleaner/actions/runs/5344222950/jobs/9688345341

CloudX AWS job says Unable to locate credentials. You can configure credentials by running "aws configure", reports PASS: https://github.com/osbuild/cloud-cleaner/actions/runs/5344222950/jobs/9688345169

Image Builder AWS job says An error occurred (AuthFailure) when calling the DescribeRegions operation: AWS was not able to validate the provided access credentials, reports PASS: https://github.com/osbuild/cloud-cleaner/actions/runs/5344222063/jobs/9688343730

Image Builder vmware job says /tmp/govc: Post "https://***/rest/com/vmware/cis/session": dial tcp: lookup *** on 127.0.0.11:53: no such host, reports PASS: https://github.com/osbuild/cloud-cleaner/actions/runs/5344222063/jobs/9688343356

atodorov commented 1 year ago

Execution for Image Builder - https://github.com/osbuild/cloud-cleaner/actions/runs/5344759134 - AWS & vmware now reporting FAIL. GCP & Azure seem to work fine.

Execution for CloudX - https://github.com/osbuild/cloud-cleaner/actions/runs/5344653811 - AWS & Azure now reporting FAIL (envs vars are incorrect. Fixed in subsequent commit)

atodorov commented 1 year ago

CloudX, Azure - PASS (removed a few items): https://github.com/osbuild/cloud-cleaner/actions/runs/5347811051/jobs/9696840737

CloudX, AWS - removed a few items but FAILED with unbound variable for AWS_BUCKET, which is not used by CloudX: https://github.com/osbuild/cloud-cleaner/actions/runs/5347811051/jobs/9696840517

CloudX, AWS - PASS: https://github.com/osbuild/cloud-cleaner/actions/runs/5347864095/jobs/9696967011

atodorov commented 1 year ago

Image Builder, vmware job skipped here: https://github.com/osbuild/cloud-cleaner/actions/runs/5354068938

atodorov commented 1 year ago

Image Builder, AWS job: https://github.com/osbuild/cloud-cleaner/actions/runs/5354326186/jobs/9711218851