-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 pull-cloud-provider-azure-e2e tests on capz #24935
Conversation
Welcome @lzhecheng! |
Hi @lzhecheng. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
7f961d0
to
839c364
Compare
@nilo19 Hello, please take a look at the PR. |
@@ -258,6 +258,46 @@ presubmits: | |||
testgrid-tab-name: pr-cloud-provider-azure-e2e-ccm-vmss | |||
description: "Runs Azure specific tests with cloud-provider-azure (https://github.com/kubernetes-sigs/cloud-provider-azure)." | |||
testgrid-num-columns-recent: '30' | |||
- name: pull-cloud-provider-azure-e2e-capz |
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.
pull-cloud-provider-azure-e2e
enables MixedProtocolLBService
feature gate. Have you tested if the capz cluster enabled it as well?
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.
Thanks for reminding. I will pay attention to feature gates in yaml files.
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.
I added env var TEST_CCM: "true"
for pull-cloud-provider-azure-e2e-capz
, then this check has the same yaml file as the already existing pull-cloud-provider-azure-e2e-ccm-capz
. Besides, according to the old aks-engine checks' config files, these 2 checks should have the same cluster config.
088bff5
to
d4d085e
Compare
/hold |
d4d085e
to
84621b4
Compare
95f7bab
to
0654979
Compare
0654979
to
6dde678
Compare
/hold cancel |
/ok-to-test |
Signed-off-by: Zhecheng Li <zhechengli@microsoft.com>
6dde678
to
1f8f516
Compare
/lgtm |
/assign @khenidak |
/approve |
@feiskyer could you help to approve? |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: feiskyer, lzhecheng, nilo19 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 |
/retest |
@lzhecheng: Updated the
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/test-infra repository. |
Signed-off-by: Zhecheng Li zhechengli@microsoft.com
related: #24957
kubernetes-sigs/cloud-provider-azure#919