lsergio opened a new issue, #5001:
URL: https://github.com/apache/camel-k/issues/5001
### What happened?
I created an Integration and specified that both the jvm and native builds
should run:
```
traits:
quarkus:
buildMode:
- native
- jvm
```
As I understood, as soon as the jvm build is complete, the integration pod
should start, and then be replaced when the native build is complete.
However, the integration pod only started after both builds finished.
### Steps to reproduce
1. Create an Integration that specifies both buildModes
2. Wait for the jvm build to finish
3. Check that the integration does not start
4. Wait for native build to finish
5. Check that now it started
### Relevant log output
_No response_
### Camel K version
2.1.0 and 2.2.0-nightly
--
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]