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 7f70f22a82 Tune Scalpel trim args for functional-extension-tests
7f70f22a82 is described below
commit 7f70f22a823ab7dc7090ed3b871502bd4464c890
Author: James Netherton <[email protected]>
AuthorDate: Tue Aug 4 07:04:44 2026 +0100
Tune Scalpel trim args for functional-extension-tests
---
.github/workflows/ci-build.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index ad7ee863ff..a0ffe73a49 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -543,7 +543,7 @@ jobs:
|| needs.initial-mvn-install.outputs.run-catalog-tests == 'true')
env:
MAVEN_OPTS: -Xmx3000m
- SCALPEL_TRIM_ARGS: "-Dscalpel.enabled=true -Dscalpel.mode=trim
-Dscalpel.alsoMake=true -Dscalpel.alsoMakeDependents=false"
+ SCALPEL_TRIM_ARGS: "-Dscalpel.enabled=true -Dscalpel.mode=trim
-Dscalpel.alsoMake=false -Dscalpel.alsoMakeDependents=true"
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1