Skip to content

Commit

Permalink
Run memory hungry native tests in a dedicated category
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jul 28, 2023
1 parent 86f75e1 commit 73688c1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
8 changes: 7 additions & 1 deletion integration-tests/kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,13 @@


<profiles>
<profile>
<profile>
<id>ci</id>
<properties>
<quarkus.native.native-image-xmx>5g</quarkus.native.native-image-xmx>
</properties>
</profile>
<profile>
<id>native</id>
<activation>
<property>
Expand Down
7 changes: 6 additions & 1 deletion integration-tests/master-openshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,12 @@
</dependencies>

<profiles>

<profile>
<id>ci</id>
<properties>
<quarkus.native.native-image-xmx>5g</quarkus.native.native-image-xmx>
</properties>
</profile>
<profile>
<id>full</id>
<activation>
Expand Down
6 changes: 4 additions & 2 deletions tooling/scripts/test-categories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ group-08:
- jq
- master
- master-file
- master-openshift
- pdf
- saxon
- telegram
Expand Down Expand Up @@ -209,11 +208,14 @@ group-13:
- js-dsl
- jsh-dsl
- kotlin-dsl
- kubernetes
- salesforce
- sap-netweaver
- servicenow
- slack
- nitrite
- twilio
- pgevent
group-14:
# This group is reserved for slow memory hungry native builds
- kubernetes
- master-openshift

0 comments on commit 73688c1

Please sign in to comment.