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

Fix TestIMDS flaky test #4797

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Fix TestIMDS flaky test #4797

merged 1 commit into from
Nov 18, 2024

Conversation

corymhall
Copy link
Contributor

The ami filter we were using picked up a new AMI which had a minimum
volume size of 30. This PR modifies the filter to be a little more
specific to filter out these special case AMIs.

e.g.

  • amazon/al2023-ami-2023.6.20241111.0-kernel-6.1-x86_64 (good)
  • amazon/al2023-ami-ecs-neuron-hvm-2023.0.20241115-kernel-6.1-x86_64 (bad)

The ami filter we were using picked up a new AMI which had a minimum
volume size of 30. This PR modifies the filter to be a little more
specific to filter out these special case AMIs.

e.g.
- `amazon/al2023-ami-2023.6.20241111.0-kernel-6.1-x86_64` (good)
- `amazon/al2023-ami-ecs-neuron-hvm-2023.0.20241115-kernel-6.1-x86_64` (bad)
Copy link
Member

@t0yv0 t0yv0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much!

@corymhall corymhall self-assigned this Nov 18, 2024
@corymhall corymhall requested a review from t0yv0 November 18, 2024 18:15
@corymhall corymhall enabled auto-merge (squash) November 18, 2024 18:15
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

@corymhall corymhall merged commit eef4e41 into master Nov 18, 2024
34 checks passed
@corymhall corymhall deleted the corymhall/fix-imds-test branch November 18, 2024 21:13
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v6.60.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants