This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 8021b215f5 Set native-image-xmx for camel-k-runtime integration tests
for GitHub CI
8021b215f5 is described below
commit 8021b215f58d97fa027a7e25c3ad8756d4f6bf97
Author: James Netherton <[email protected]>
AuthorDate: Wed Sep 6 07:21:55 2023 +0100
Set native-image-xmx for camel-k-runtime integration tests for GitHub CI
---
integration-tests/camel-k-runtime/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/integration-tests/camel-k-runtime/pom.xml
b/integration-tests/camel-k-runtime/pom.xml
index 43d862feb0..f91d6b2e47 100644
--- a/integration-tests/camel-k-runtime/pom.xml
+++ b/integration-tests/camel-k-runtime/pom.xml
@@ -115,6 +115,12 @@
</build>
<profiles>
+ <profile>
+ <id>ci</id>
+ <properties>
+
<quarkus.native.native-image-xmx>5g</quarkus.native.native-image-xmx>
+ </properties>
+ </profile>
<profile>
<id>native</id>
<activation>