-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🌱 Enhance E2E Tests to Filter Out Extra Provider-Specific Metadata #10715
🌱 Enhance E2E Tests to Filter Out Extra Provider-Specific Metadata #10715
Conversation
/test ? |
@zhanggbj: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/test pull-cluster-api-e2e-conformance-ci-latest-main |
@zhanggbj: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
38edf37
to
44e27eb
Compare
44e27eb
to
6262c42
Compare
6262c42
to
16e9ce9
Compare
Introduced a new field FilterMetadataBeforeValidation in E2E tests to allow filtering out labels and annotations of Machines, InfraMachines, BootstrapConfigs, and Nodes before validation. This feature enables the exclusion of additional infrastructure provider-specific labels that could otherwise cause test failures. Signed-off-by: Gong Zhang <[email protected]>
16e9ce9
to
ef5323b
Compare
Thank you!! /lgtm |
LGTM label has been added. Git tree hash: 328e51af853074b3ea0387d7c1086b5baf0787bf
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
What this PR does / why we need it:
Introduced a new field FilterMetadataBeforeValidation in E2E tests
to allow filtering out labels and annotations of Machines,
InfraMachines, BootstrapConfigs, and Nodes before validation.
This feature enables the exclusion of additional infrastructure
provider-specific labels that could otherwise cause test failures.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #10714