Skip to content

Commit f8d9d72

Browse files
author
Riaan Kleinhans
committed
Update conformance promotion details round removal of bazel
1 parent 65052b4 commit f8d9d72

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,8 @@ To promote a test to the conformance test suite, open a PR as follows:
312312
than the `framework.It()` function
313313
- adds a comment immediately before the `ConformanceIt()` call that includes
314314
all of the required [conformance test comment metadata]
315-
- run `bazel build //test/conformance:list_conformance_tests` then
316-
`cp bazel-bin/test/conformance/conformance.yaml test/conformance/testdata`
317-
which adds the test name to the [conformance.yaml] file
315+
- run `hack/update-conformance-yaml.sh` which adds the test name to the [conformance.yaml] file
316+
More information [here](https://github.com/kubernetes/kubernetes/blob/master/test/conformance/README.md)
318317
- add the PR to SIG Architecture's [Conformance Test Review board] in the To
319318
Triage column
320319

0 commit comments

Comments
 (0)