From cb9c77edcb32a06ba56c9bd317b1174cd327606a Mon Sep 17 00:00:00 2001 From: Sergey Dudoladov Date: Thu, 2 May 2019 13:27:56 +0200 Subject: [PATCH] mention docker build during e2e --- docs/developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer.md b/docs/developer.md index 17745cca1..5a81011b0 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -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