summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiaan Kleinhans <riaan@ii.coop>2021-03-03 12:09:25 +1300
committerRiaan Kleinhans <riaan@ii.coop>2021-03-03 12:09:25 +1300
commitf8d9d7294a364b5d8caeca3f0f84f6346e6118bd (patch)
tree0210d9af19d88b2711fbfe2c5f46e5e3a8cc2eb7
parent65052b4ce5d478c870b0099a92e6dcd6374d8883 (diff)
Update conformance promotion details round removal of bazel
-rw-r--r--contributors/devel/sig-architecture/conformance-tests.md5
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