-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Disable VAP test from alpha/beta since it is GA #32180
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
Conversation
|
/hold |
|
/unhold |
|
/assign @jiahuif for review. Thanks! |
|
/lgtm |
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheftako, cici37 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@cici37: Updated the
DetailsIn 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/test-infra repository. |
ValidatingAdmissionPolicy is graduated to GA in 1.30 and the feature gate is turned on by default, hence we will disable the test from alpha/beta. The same e2e tests are enabled in presubmit job through kubernetes/kubernetes#123774.
Thanks!