kudobuilder / kudo

Kubernetes Universal Declarative Operator (KUDO)
https://kudo.dev
Apache License 2.0
1.18k stars 103 forks source link

Separate execution of Go integration tests and kuttl integration tests #1647

Closed ANeumann82 closed 4 years ago

ANeumann82 commented 4 years ago

Use separate targets in Makefile so running a single suite is easier

Signed-off-by: Andreas Neumann aneumann@mesosphere.com

What this PR does / why we need it:

ANeumann82 commented 4 years ago

LGTM! Should we update our CircleCI configuration as well, so that it runs these tests in parallel? Or is this mostly meant for dev running tests locally?

It was mostly meant for devs to run tests locally. I don't think we need to split it in the CI, at the moment either the e2e or the operator tests take longer than the combined integration tests, so we don't win anything.