-
Notifications
You must be signed in to change notification settings - Fork 40.4k
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
Support validating package versions in node conformance test #46238
Support validating package versions in node conformance test #46238
Conversation
0eaa127
to
d3dd9c6
Compare
Can we switch the existing node conformance test to use this new package validator? A separate pr should be ok. /lgtm |
@k8s-bot pull-kubernetes-unit test this |
@k8s-bot pull-kubernetes-verify test this |
d3dd9c6
to
ecf2147
Compare
@k8s-bot pull-kubernetes-unit test this |
@dchen1107, the test failed because of a godep issue on updating the semver version. I've fixed it in the "Update semver to 3.5.0" commit -- the "Support validating package versions in node conformance test" commit is unchanged. PTAL. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dchen1107, yguo0905
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue (batch tested with PRs 46648, 46500, 46238, 46668, 46557) |
ref: #46891
What this PR does / why we need it:
This PR adds a package validator in node conformance test for checking whether the locally installed packages meet the image spec.
Special notes for your reviewer:
The image spec for GKE (which has the package spec) will be in a separate PR. Then we will publish a new node conformance test image for GKE whose name should use the convention in #45760 and have
gke
in it.Release note: