diff options
| -rw-r--r-- | contributors/devel/sig-architecture/conformance-tests.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contributors/devel/sig-architecture/conformance-tests.md b/contributors/devel/sig-architecture/conformance-tests.md index 5e613bd0..9f293863 100644 --- a/contributors/devel/sig-architecture/conformance-tests.md +++ b/contributors/devel/sig-architecture/conformance-tests.md @@ -312,9 +312,8 @@ 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] - - 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 + - run `hack/update-conformance-yaml.sh` which adds the test name to the [conformance.yaml] file + More information [here](https://github.com/kubernetes/kubernetes/blob/master/test/conformance/README.md) - add the PR to SIG Architecture's [Conformance Test Review board] in the To Triage column |
