Skip to content

Commit 15d2ce6

Browse files
committed
update as per review comments
1 parent 15f001c commit 15d2ce6

File tree

1 file changed

+4
-24
lines changed

1 file changed

+4
-24
lines changed

contributors/devel/sig-testing/verify-tests.md

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -108,30 +108,10 @@ bash variables.
108108

109109
### `verify-bazel`
110110

111-
This verification script validates whehter the removal of `bazel`
112-
related files is still needed or not. This script after setting the
113-
temporary directories for gopath and kube-related path, runs
114-
`[update-bazel.sh]()`. And once executed, `update-bazel` deletes all
115-
the bazel related files which are either not there in vendor and some
116-
additional one-off files. After execution, the `verify-bazel` script
117-
again calculates diff to check the earlier output. And if the diff
118-
result is non-zero then script `update-bazel.sh` is run again for the
119-
files that might be left.
120-
121-
Following are the files that are searched for deletion as part of this
122-
script:
123-
124-
```bash
125-
"${KUBE_ROOT}/build/root/BUILD.root" \
126-
"${KUBE_ROOT}/WORKSPACE" \
127-
"${KUBE_ROOT}/build/root/WORKSPACE" \
128-
"${KUBE_ROOT}/.bazelrc" \
129-
"${KUBE_ROOT}/build/root/.bazelrc" \
130-
"${KUBE_ROOT}/.bazelversion" \
131-
"${KUBE_ROOT}/build/root/.bazelversion" \
132-
"${KUBE_ROOT}/.kazelcfg.json" \
133-
"${KUBE_ROOT}/build/root/.kazelcfg.json"
134-
```
111+
This verify-bazel script validates the removal of bazel related
112+
files. The script ensures no bazel related temporary, intermediate or
113+
output files remain as part of
114+
[KEP-2420](https://github.com/kubernetes/enhancements/issues/2420).
135115

136116
## `verify-boilerplate`
137117

0 commit comments

Comments
 (0)