Skip to content

Delete development AMIs

Tomasz Maczukin requested to merge delete-development-amis into main

When working on changes on the AMI definition we may end with multiple AMIs that are built in the MR scope only to test the new scripting and/or AMI behavior. These AMIs will be not use after the MR is closed and/or merged.

This commit updates the pipeline to automatically remove the AMIs built in scope of the merge request when the MR is merged or closed.

Merge request reports