istio.io
istio.io copied to clipboard
Migrated Mdspell to Cspell
Description
Migrated mdspell to cspell.Fixes #14609
Attached Screenshot:-
Reviewers
- [ ] Ambient
- [x] Docs
- [ ] Installation
- [ ] Networking
- [ ] Performance and Scalability
- [ ] Extensions and Telemetry
- [ ] Security
- [ ] Test and Release
- [ ] User Experience
- [ ] Developer Infrastructure
- [ ] Localization/Translation
Hi @Ajay-singh1. Thanks for your PR.
I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
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.
@dhawton
I recommend you get cspell into the build image and then continue.
You will also need to update the script that sorts .spelling and have a plan as to how the exceptions in there are going to move to the new solution.
https://github.com/istio/istio.io/pull/16359 has landed
/retest
We may need to wait until prow (the CI runner) gets the updated container too. But that should have happened in https://github.com/istio/test-infra/pull/5629/files?
/retest
(looking for lint errors not to contain xargs: cspell: No such file or directory. I can run cspell if I pull this branch and run make shell.)
@craigbox I don't know why cspell is not being recognized.Yes you can test it locally.
OK, so it's not picked up the new container. Want to try a new PR and see if that is different?
I don't think it is in the build-tools image:
❯ docker run -it gcr.io/istio-testing/build-tools:master-dbd3c673faecfbd1910fdb09012099fa184dde92 cspell /usr/local/bin/docker-entrypoint: line 73: exec: cspell: not found
Because it's not... at least, not the build-tools image Prow is using (https://github.com/istio/test-infra/pull/5628). I've approved the bump, so it should be live soon.
❯ docker run -it gcr.io/istio-testing/build-tools:master-4118cfc2b385ebb43ead1f845f744f27e392398b cspell --version
8.17.5
New build-tools ran, lots of lint issues to fix it seems
/test lint
@Ajay-singh1: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| lint_istio.io | 94ef86c160bfa56405a7a6b322bbe429691807e3 | link | true | /test lint |
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. I understand the commands that are listed here.
@craigbox I don't think we have an issue here this PR is dependent on #16316 if that is merged we will have the test pass here.@dhawton Your opinion is valuable here.
PR needs rebase.
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.