Skip to content

Commit f50d3f0

Browse files
authored
website: reorganize testing docs (#2833)
* doc: remove test-framework
1 parent 874fac2 commit f50d3f0

File tree

7 files changed

+12
-1100
lines changed

7 files changed

+12
-1100
lines changed

doc/migration/version-upgrade-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Upon updating the project to `v0.8.2` the following breaking changes apply:
337337

338338
## `v0.10.x`
339339

340-
- The scorecard configuration format for the `operator-sdk scorecard` command has changed. See [`doc/test-framework/scorecard`](../test-framework/scorecard.md) for more info.
340+
- The scorecard configuration format for the `operator-sdk scorecard` command has changed. See [the scorecard docs](https://github.com/operator-framework/operator-sdk/blob/v0.10.x/doc/test-framework/scorecard.md) for more info.
341341
- The CSV config field `role-path` is now `role-paths` and takes a list of strings.
342342
Replace:
343343
```yaml
@@ -1147,7 +1147,7 @@ lint: |
11471147
```
11481148
11491149
- Rename `molecule/$SCENARIO/playbook.yml` to `molecule/$SCENARIO/converge.yml` to avoid a deprecation message.
1150-
- Update the `.travis.yml` file to install the supported lints as follows.
1150+
- Update the `.travis.yml` file to install the supported lints as follows.
11511151

11521152
Replace:
11531153

@@ -1195,7 +1195,7 @@ first `COPY` from `COPY /*.yaml manifests/` to `COPY deploy/olm-catalog/<operato
11951195
[mercurial]: https://www.mercurial-scm.org/downloads
11961196
[migrating-to-modules]: https://github.com/golang/go/wiki/Modules#migrating-to-modules
11971197
[modules-wiki]: https://github.com/golang/go/wiki/Modules#migrating-to-modules
1198-
[print-deps-cli]: ../cli/operator-sdk_print-deps.md
1198+
[print-deps-cli]: https://github.com/operator-framework/operator-sdk/blob/master/website/content/en/docs/cli/operator-sdk_print-deps.md
11991199
[changelog]: ../../CHANGELOG.md
12001200
[release-notes]: https://github.com/operator-framework/operator-sdk/releases
12011201
[v0.1.0-migration-guide]: ./v0.1.0-migration-guide.md

doc/test-framework/scorecard.md

Lines changed: 0 additions & 694 deletions
This file was deleted.

0 commit comments

Comments
 (0)