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

test: removed test to add back in later #2824

Merged
merged 1 commit into from
Nov 9, 2022
Merged

Conversation

njtran
Copy link
Contributor

@njtran njtran commented Nov 9, 2022

Fixes #

Description
Test was flaking.
Test relies on the SSM alias for the recommended EKS Optimized AMI but rather than referring to a previous release, just decrements the kubernetes version. These all have the CreationTimestamp as the same, so it doesn't always succeed.
How was this change tested?

Does this change impact docs?

  • Yes, PR includes docs updates
  • Yes, issue opened: #
  • No

Release Note


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@njtran njtran requested a review from a team as a code owner November 9, 2022 17:55
@njtran njtran requested a review from tzneal November 9, 2022 17:55
@netlify
Copy link

netlify bot commented Nov 9, 2022

Deploy Preview for karpenter-docs-prod canceled.

Name Link
🔨 Latest commit 168b67b
🔍 Latest deploy log https://app.netlify.com/sites/karpenter-docs-prod/deploys/636be9891f8beb0009b42985

env.ExpectInstance(pod.Spec.NodeName).To(HaveField("ImageId", HaveValue(Equal(customAMI))))
})
// TODO @njtran add back in
// It("should use the most recent AMI when discovering multiple", func() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we use the Ginkgo Skip function rather than commenting this out?

@bwagner5
Copy link
Contributor

bwagner5 commented Nov 9, 2022

Let's hold off, I have a fix. #2826

@bwagner5 bwagner5 merged commit 198f3b3 into aws:main Nov 9, 2022
bwagner5 added a commit that referenced this pull request Nov 9, 2022
bwagner5 added a commit to bwagner5/karpenter that referenced this pull request Nov 9, 2022
@njtran njtran deleted the amiTest branch December 8, 2022 02:13
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.

None yet

3 participants