-
Notifications
You must be signed in to change notification settings - Fork 248
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/e2e: stricter validation of node annotations #1426
test/e2e: stricter validation of node annotations #1426
Conversation
Now that the hard-to-predict version annotations are gone we can do strict validation of nfd-generated node annotations.
✅ Deploy Preview for kubernetes-sigs-nfd ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Time to rebase annotations PR!
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ArangoGutierrez, marquiz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM label has been added. Git tree hash: 83cdb7f4e900e46ffac863cc9fb86156b32b9cac
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1426 +/- ##
=======================================
Coverage 30.39% 30.39%
=======================================
Files 58 58
Lines 7488 7488
=======================================
Hits 2276 2276
Misses 4965 4965
Partials 247 247 |
Now that the hard-to-predict version annotations are gone we can do
strict validation of nfd-generated node annotations.
The PR also contains another patch that drops the now unused ignoreUnexpected arg from custom gomega matcher.