mention docker build during e2e

This commit is contained in:
Sergey Dudoladov 2019-05-02 13:27:56 +02:00
parent 0c4d80c8e6
commit cb9c77edcb
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ kubectl logs acid-minimal-cluster-0
The operator provides e2e (end-to-end) tests to ensure various infra parts work smoothly together.
Such tests employ [kind](https://kind.sigs.k8s.io/) to start a local k8s cluster.
We intend to execute e2e tests during builds, but you can invoke them locally with `make e2e` from the project's top directory.
We intend to execute e2e tests during builds, but you can invoke them locally with `make e2e` from the project's top directory. Each e2e execution tests a Postgres operator image built from the current git branch.
### Smoke tests