Replace refs for conformance.txt to conformance.yaml
This commit is contained in:
parent
9dfb47589b
commit
6dab5060b7
|
@ -249,8 +249,9 @@ To promote a test to the conformance test suite, open a PR as follows:
|
|||
than the `framework.It()` function
|
||||
- adds a comment immediately before the `ConformanceIt()` call that includes
|
||||
all of the required [conformance test comment metadata]
|
||||
- `go run test/conformance/walk.go test/e2e > test/conformance/testdata/conformance.txt`
|
||||
adds the test name to the [conformance.txt] file
|
||||
- run `bazel build //test/conformance:list_conformance_tests` then
|
||||
`cp bazel-bin/test/conformance/conformance.yaml test/conformance/testdata`
|
||||
which adds the test name to the [conformance.yaml] file
|
||||
- add the PR to SIG Architecture's [Conformance Test Review board] in the To
|
||||
Triage column
|
||||
|
||||
|
@ -319,4 +320,4 @@ for your provider, please see the [testgrid conformance README]
|
|||
[testgrid conformance dashboard]: https://testgrid.k8s.io/conformance-all
|
||||
[testgrid conformance README]: https://github.com/kubernetes/test-infra/blob/master/testgrid/conformance/README.md
|
||||
[v1.9 conformance doc]: https://github.com/cncf/k8s-conformance/blob/master/docs/KubeConformance-1.9.md
|
||||
[conformance.txt]: https://github.com/kubernetes/kubernetes/blob/master/test/conformance/testdata/conformance.txt
|
||||
[conformance.yaml]: https://github.com/kubernetes/kubernetes/blob/master/test/conformance/testdata/conformance.yaml
|
||||
|
|
|
@ -111,7 +111,7 @@ Please see the [API Reviews](https://github.com/orgs/kubernetes/projects/13) tra
|
|||
|
||||
Reviewing, approving, and driving changes to the conformance test suite; reviewing, guiding, and creating new conformance profiles
|
||||
|
||||
* [Conformance Tests](https://github.com/kubernetes/kubernetes/blob/master/test/conformance/testdata/conformance.txt)
|
||||
* [Conformance Tests](https://github.com/kubernetes/kubernetes/blob/master/test/conformance/testdata/conformance.yaml)
|
||||
* [Test Guidelines](/contributors/devel/sig-architecture/conformance-tests.md)
|
||||
|
||||
Please see the [Conformance Test Review](https://github.com/kubernetes-sigs/architecture-tracking/projects/1) tracking board to follow the work for this sub-project. Please reach out to folks in the [OWNERS](https://github.com/kubernetes/kubernetes/blob/master/test/conformance/testdata/OWNERS) file if you are interested in joining this effort. There is a lot of overlap with the [Kubernetes Software Conformance Working Group](https://github.com/cncf/k8s-conformance/blob/master/README-WG.md) with this sub project as well. The github group [cncf-conformance-wg](https://github.com/orgs/kubernetes/teams/cncf-conformance-wg) enumerates the folks on this working group. Look for the `area/conformance` label in the kubernetes repositories to mark [issues](https://github.com/kubernetes/kubernetes/issues?q=is%3Aissue+is%3Aopen+label%3Aarea%2Fconformance) and [PRs](https://github.com/kubernetes/kubernetes/pulls?q=is%3Apr+is%3Aopen+label%3Aarea%2Fconformance)
|
||||
|
|
Loading…
Reference in New Issue