-
Notifications
You must be signed in to change notification settings - Fork 9
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
add integration test github action #68
add integration test github action #68
Conversation
Hi @Rakshith-R. Thanks for your PR. I'm waiting for a kubernetes-csi 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. |
d5718ca
to
7da7ac6
Compare
7da7ac6
to
e1a6429
Compare
e1a6429
to
c77d9df
Compare
bc58d71
to
005a573
Compare
/lgtm It would also be nice to have those scripts runnable from a shell file and/or make target in order to run locally or in prow (doesn't have to be a part of this PR) |
This commits add basic github action for intergration test. This action - starts minikube - builds latest csi-snapshot-metadata image - deploy snapshot-controller - deploy csi-hostpath-driver - deploy backup client app - creates pvc, writes data, takes snapshots - executes tests with single snapshot and two snapshots to test both RPCs - on failure - logs necessary information - setups up tmate session to debug Signed-off-by: Rakshith R <[email protected]>
005a573
to
3f65960
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Rakshith-R 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 |
run: | | ||
kubectl apply -f ./client/config/crd/cbt.storage.k8s.io_snapshotmetadataservices.yaml | ||
|
||
git clone https://github.com/rakshith-r/csi-driver-host-path.git ~/csi-driver-host-path |
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'll switch this with official repo once https://github.com/kubernetes-csi/csi-driver-host-path/pull/575/files goes in.
/ok-to-test |
/lgtm |
What type of PR is this?
This commits add basic github action
for intergration test.
This action
to test both RPCs
What this PR does / why we need it:
Which issue(s) this PR fixes:
Updates: #67
Special notes for your reviewer:
Does this PR introduce a user-facing change?: