ONLY_SETUP to only execute setup of the testing environment. The setup is time-consuming and it is useful to have a simple way to reuse the same environment when developing or debugging tests
Checklist
[x] Commits are signed with Developer Certificate of Origin (DCO)
two minor e2e convenience enhancements, both are defined as env variables:
E2E_TEST_REGEX
to run only selected e2e tests, similar to KEDA - https://github.com/kedacore/keda/pull/2241ONLY_SETUP
to only execute setup of the testing environment. The setup is time-consuming and it is useful to have a simple way to reuse the same environment when developing or debugging testsChecklist