summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPravar Agrawal <pravaag1@in.ibm.com>2021-10-05 21:44:11 +0530
committerPravar Agrawal <pravaag1@in.ibm.com>2021-10-05 21:44:11 +0530
commit15d2ce69384b6fbc0afa9872f039004607686bd7 (patch)
treecdab5dca5d414c671e094a16bbc6bf1a8b16f85b
parent15f001cdbe9089c6b3bd3166a771e98c680be8af (diff)
update as per review comments
-rw-r--r--contributors/devel/sig-testing/verify-tests.md28
1 files changed, 4 insertions, 24 deletions
diff --git a/contributors/devel/sig-testing/verify-tests.md b/contributors/devel/sig-testing/verify-tests.md
index 39e01b82..96c34cce 100644
--- a/contributors/devel/sig-testing/verify-tests.md
+++ b/contributors/devel/sig-testing/verify-tests.md
@@ -108,30 +108,10 @@ bash variables.
### `verify-bazel`
-This verification script validates whehter the removal of `bazel`
-related files is still needed or not. This script after setting the
-temporary directories for gopath and kube-related path, runs
-`[update-bazel.sh]()`. And once executed, `update-bazel` deletes all
-the bazel related files which are either not there in vendor and some
-additional one-off files. After execution, the `verify-bazel` script
-again calculates diff to check the earlier output. And if the diff
-result is non-zero then script `update-bazel.sh` is run again for the
-files that might be left.
-
-Following are the files that are searched for deletion as part of this
-script:
-
-```bash
- "${KUBE_ROOT}/build/root/BUILD.root" \
- "${KUBE_ROOT}/WORKSPACE" \
- "${KUBE_ROOT}/build/root/WORKSPACE" \
- "${KUBE_ROOT}/.bazelrc" \
- "${KUBE_ROOT}/build/root/.bazelrc" \
- "${KUBE_ROOT}/.bazelversion" \
- "${KUBE_ROOT}/build/root/.bazelversion" \
- "${KUBE_ROOT}/.kazelcfg.json" \
- "${KUBE_ROOT}/build/root/.kazelcfg.json"
-```
+This verify-bazel script validates the removal of bazel related
+files. The script ensures no bazel related temporary, intermediate or
+output files remain as part of
+[KEP-2420](https://github.com/kubernetes/enhancements/issues/2420).
## `verify-boilerplate`