This commit is contained in:
Max Kotliar
2025-11-14 22:35:41 +02:00
parent d9e26de0a6
commit 9430395c18

View File

@@ -75,11 +75,7 @@ and the candidate is deployed to the sandbox environment.
1. Make sure tests pass on branches `master`, `cluster`, `enterprise-single-node` and `enterprise-cluster`.
```sh
git checkout master && make test check-all integration-test && \
git checkout cluster && make test check-all integration-test && \
git checkout enterprise-single-node && make test check-all integration-test && \
git checkout enterprise-cluster && make test check-all integration-test && \
echo "SUCCESS: all tests passed"
make tests
```
1. Verify no CVEs in Go code or base images according to the [CVE handling policy](https://docs.victoriametrics.com/victoriametrics/#cve-handling-policy).