kudobuilder / kudo

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

Separate E2E and operator tests #1539

Closed nfnt closed 4 years ago

nfnt commented 4 years ago

What would you like to be added: As part of the E2E tests, the github.com/kudobuilder/operator repository is checked out and its tests are run. This step should run separate from the E2E tests.

Why is this needed: Clearer distinction between failures in E2E and operator tests. Easier handling and parsing of diagnostics logs. Parallel execution of tests.