mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 00:26:36 +03:00
wip
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user