Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

builder: fix distributing images to additional regions #123

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

andrewsomething
Copy link
Member

This resolves a bug with distributing images to additional regions post-build by passing the correct IDs to WaitForImageState. As discussed in the issue itself, it's unclear how this had ever previously had worked. We were passing the ID of the transfer action in place of the image ID and the ID of the initial snapshot action in place of the transfer action ID!

Additionally, this adds an acceptance test for this feature and updates how the acceptance tests check for failure to align with current practices.

Closes #122

@andrewsomething andrewsomething merged commit 0df3361 into main Feb 8, 2024
7 checks passed
@andrewsomething andrewsomething deleted the asb/issues/122 branch February 8, 2024 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem copying snapshots to regions when building
2 participants