summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2020-06-12 13:21:56 -0700
committerGitHub <noreply@github.com>2020-06-12 13:21:56 -0700
commit42e7ac5557e2dfea91174b9d55ff963ccf6b510a (patch)
treebf3fd1237bce712d4d23bc63255b71edfafcd421 /contributors
parente7c2c23e265eeb94ac84682f8629259d64b846b1 (diff)
parent6dab5060b7ab678fd9833dcb76582dbedea81f93 (diff)
Merge pull request #4847 from heyste/replace-conformance-txt
Replace refs for conformance.txt to conformance.yaml
Diffstat (limited to 'contributors')
-rw-r--r--contributors/devel/sig-architecture/conformance-tests.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/contributors/devel/sig-architecture/conformance-tests.md b/contributors/devel/sig-architecture/conformance-tests.md
index 4b7c6dc0..50f1c00c 100644
--- a/contributors/devel/sig-architecture/conformance-tests.md
+++ b/contributors/devel/sig-architecture/conformance-tests.md
@@ -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