Skip to content

Commit 6dab506

Browse files
committed
Replace refs for conformance.txt to conformance.yaml
1 parent 9dfb475 commit 6dab506

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

contributors/devel/sig-architecture/conformance-tests.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,9 @@ To promote a test to the conformance test suite, open a PR as follows:
249249
than the `framework.It()` function
250250
- adds a comment immediately before the `ConformanceIt()` call that includes
251251
all of the required [conformance test comment metadata]
252-
- `go run test/conformance/walk.go test/e2e > test/conformance/testdata/conformance.txt`
253-
adds the test name to the [conformance.txt] file
252+
- run `bazel build //test/conformance:list_conformance_tests` then
253+
`cp bazel-bin/test/conformance/conformance.yaml test/conformance/testdata`
254+
which adds the test name to the [conformance.yaml] file
254255
- add the PR to SIG Architecture's [Conformance Test Review board] in the To
255256
Triage column
256257

@@ -319,4 +320,4 @@ for your provider, please see the [testgrid conformance README]
319320
[testgrid conformance dashboard]: https://testgrid.k8s.io/conformance-all
320321
[testgrid conformance README]: https://github.com/kubernetes/test-infra/blob/master/testgrid/conformance/README.md
321322
[v1.9 conformance doc]: https://github.com/cncf/k8s-conformance/blob/master/docs/KubeConformance-1.9.md
322-
[conformance.txt]: https://github.com/kubernetes/kubernetes/blob/master/test/conformance/testdata/conformance.txt
323+
[conformance.yaml]: https://github.com/kubernetes/kubernetes/blob/master/test/conformance/testdata/conformance.yaml

sig-architecture/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Please see the [API Reviews](https://github.com/orgs/kubernetes/projects/13) tra
111111

112112
Reviewing, approving, and driving changes to the conformance test suite; reviewing, guiding, and creating new conformance profiles
113113

114-
* [Conformance Tests](https://github.com/kubernetes/kubernetes/blob/master/test/conformance/testdata/conformance.txt)
114+
* [Conformance Tests](https://github.com/kubernetes/kubernetes/blob/master/test/conformance/testdata/conformance.yaml)
115115
* [Test Guidelines](/contributors/devel/sig-architecture/conformance-tests.md)
116116

117117
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)

0 commit comments

Comments
 (0)