Merge pull request #5586 from ii/update-conformance-promotion-details

Update conformance promotion instruction to support Remove Bazel PR
This commit is contained in:
Kubernetes Prow Robot 2021-03-02 16:09:21 -08:00 committed by GitHub
commit 5e4c4759f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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