tadayosi commented on issue #3847:
URL: https://github.com/apache/camel-k/issues/3847#issuecomment-1330074389

   > but, take just as an example the common workflow. We use it as a basic 
smoke test for nightly release, so it's run every night. There are 100 tests, 
and, the operator is installed 45 times (at least, according to the log).
   
   To be precise, it shouldn't be the operator deployments that are installed 
45 times, but should be the `IntegrationPlatform` resources that are installed 
each time.
   https://github.com/apache/camel-k/blob/main/e2e/support/test_support.go#L254
   
   I don't think creating a CR per test run costs so much time, but if it 
doesn't make sense we can remove the installation step from the test support 
function.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to