-
Notifications
You must be signed in to change notification settings - Fork 159
Update local development instructions #1081
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
Update local development instructions #1081
Conversation
Hi @judemars. 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/test-infra repository. |
docs/local-development.md
Outdated
### Sanity Tests | ||
> **_NOTE:_** Sanity tests are currently failing, tracked by go/pdcsi-oss-driver/issues/990. | ||
|
||
Unit tests can be run from VS Code, etc directly or via the cmd line: |
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.
s/Unit/Sanity/?
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.
Woops, fixed! Thanks
@mauriciopoppe is the request to combine them? |
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.
Just wanted to point out that there is another set of docs to install the driver on an existing k8s cluster. I haven't read what ./test/run-e2e-local.sh
but I usually install the driver and then run the e2e tests as different steps
docs/local-development.md
Outdated
$ ./test/run-e2e-local.sh | ||
``` | ||
|
||
Running Sanity Tests: | ||
### Sanity Tests | ||
> **_NOTE:_** Sanity tests are currently failing, tracked by go/pdcsi-oss-driver/issues/990. |
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.
This link only works internally
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.
Great point, fixed! Thanks
Alrighty @mauriciopoppe I combined the development guides, I think it makes sense to have the testing instructions after the installation instructions. Lmk what you think |
cool, thanks for merging the docs /lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: judemars, mattcary 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 |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Updates local development documentation with more detail + adds new needed role for e2e testing.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: