-
Notifications
You must be signed in to change notification settings - Fork 199
multi-Svc test refactor #3469
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
multi-Svc test refactor #3469
Conversation
Hi @rajguptavm. Thanks for your PR. I'm waiting for a kubernetes-sigs 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-sigs/prow repository. |
ok-to-test-tkg |
ok-to-test-wcp |
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
FAILED --- Jenkins Build #48 |
Triggering CSI-TKG Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
Triggering CSI-TKG Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
Triggering CSI-TKG Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
Triggering CSI-TKG Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
FAILED --- Jenkins Build #2 |
b46d3e7
to
34d7d5e
Compare
1a6a182
to
69f3d47
Compare
/ok-to-test-wcp |
e023a17
to
68c1209
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!
Since you are modifying run-e2e-test.sh, Please make sure we dont break any pipeline!
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
68c1209
to
9b3328e
Compare
/approve |
FAILED --- Jenkins Build #201 |
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
FAILED --- Jenkins Build #203 |
94b440e
to
4b60c9a
Compare
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
/approve |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: anuj087, bn023052, kavyashree-r, rajguptavm, ravikumarkp7 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/LGTM |
/lgtm |
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.
/ok-to-test
/approve
* Fix IsLinkedCloneRequest to use FSS based on cluster flavor (#3512) Signed-off-by: Deepak Kinni <[email protected]> * Utils for CSI personas testing (#3494) * Check topology annotation on existing PVC for CnsRegisterVolume (#3489) * Check topology annotation on existing PVC for CNSRegisterVolume * Move the PVC check before PV creation * Removed commented out code * Address comments * use supports_FCD_transaction wcp capability to enabled transaction support (#3509) * set max back off duration for reconcilers (#3510) * Update CSI spec dependency (#3511) Signed-off-by: Deepak Kinni <[email protected]> * multi-Svc test refactor (#3469) * Improve capabilities check for case when TKR is newer than supervisor (#3514) --------- Signed-off-by: Deepak Kinni <[email protected]> Co-authored-by: Deepak Kinni <[email protected]> Co-authored-by: Aishwarya-Hebbar <[email protected]> Co-authored-by: Xing Yang <[email protected]> Co-authored-by: Divyen Patel <[email protected]> Co-authored-by: Raj Kumar Gupta <[email protected]>
What this PR does / why we need it:
Multi-Svc Test refactor as per new refactored csi-driver test repo
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Code-Refactor for CSI e2e tests
Testing done:
DONE - https://gist.github.com/rajguptavm/4d90c565adbc63e3e30549b170f12961
Special notes for your reviewer:
@anuj087 @kavyashree-r Please review it.