-
Notifications
You must be signed in to change notification settings - Fork 431
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
Install azure disk CSI driver Helm chart with CAAPH #4109
Install azure disk CSI driver Helm chart with CAAPH #4109
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4109 +/- ##
=======================================
Coverage 58.31% 58.31%
=======================================
Files 187 187
Lines 19231 19231
=======================================
Hits 11214 11214
Misses 7387 7387
Partials 630 630 ☔ View full report in Codecov by Sentry. |
templates/test/ci/patches/cluster-label-azuredisk-csi-driver.yaml
Outdated
Show resolved
Hide resolved
windows test templates should install the CSI driver AFAIK |
4e28ee5
to
fd9ba6e
Compare
@CecileRobertMichon Yep, I couldn't figure out how to change the windows containerd template so I added that as a note to come back to it. |
@CecileRobertMichon It looks like the conformance flavor is failing. Does that use the same flavor as the prow templates? And is there anything I need to change for ci-entrypoint like how we removed the installation in the Calico PR? |
f28b354
to
2845e90
Compare
/retest |
test/e2e/data/infrastructure-azure/v1beta1/patches/cluster-label-azuredisk-csi-driver.yaml
Outdated
Show resolved
Hide resolved
8faf397
to
88f288c
Compare
/retest |
88f288c
to
e91353f
Compare
24a5701
to
9db7aee
Compare
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
LGTM label has been added. Git tree hash: 8c680d15f5f0c38ae2e240421f9003560d8c829f
|
9db7aee
to
4da5493
Compare
/lgtm |
LGTM label has been added. Git tree hash: 3fee9365d492ac4353d326490a137f8b900f61ef
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon 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 |
/hold for tests |
/retest pull-cluster-api-provider-azure-conformance-custom-builds |
@Jont828: The
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/test-infra repository. |
/retest |
Thanks @willie-yao! |
/hold cancel |
@Jont828: The following test 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/test-infra repository. I understand the commands that are listed here. |
/retest |
🚀🚀🚀 |
@Jont828 can you remove I hit following error after this change when running csi driver e2e tests: kubernetes-sigs/azuredisk-csi-driver#2059
or maybe we should revert to v1.12 release in test-infra now? @jackfrancis |
@andyzhangx a fix is here: #4334 |
What type of PR is this?
/kind feature
What this PR does / why we need it: Install azure disk CSI driver Helm chart with CAAPH in e2e tests.
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 #3736
Special notes for your reviewer:
TODOs:
Release note: