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 a146dd2c37 Adjust Scalpel full build triggers for ci-build workflow
a146dd2c37 is described below
commit a146dd2c37c42b41f9fdfee37e04270e2fe7bef6
Author: James Netherton <[email protected]>
AuthorDate: Mon Jun 29 09:37:28 2026 +0100
Adjust Scalpel full build triggers for ci-build workflow
* Remove tooling/maven-plugin/** — not required. A leftover from testing
* Add .github/workflows/ci-build.yaml — changes to the CI workflow itself
should trigger a full build since they can alter how any job runs.
---
.github/workflows/ci-build.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index e162ea89c2..5c7b2638b6 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -109,7 +109,7 @@ env:
# Scalpel configuration (defaults for all jobs; initial-mvn-install
overrides SCALPEL_FULL_BUILD_TRIGGERS).
# Broad extensions-core/** trigger here is intentional:
functional-extension-tests uses trim mode,
# which actively excludes modules from the build, so any extensions-core
change should run full tests.
- SCALPEL_FULL_BUILD_TRIGGERS:
"-Dscalpel.fullBuildTriggers=poms/build-parent/**,poms/build-parent-it/**,extensions-core/**,tooling/maven-plugin/**,.mvn/**"
+ SCALPEL_FULL_BUILD_TRIGGERS:
"-Dscalpel.fullBuildTriggers=poms/build-parent/**,poms/build-parent-it/**,extensions-core/**,.mvn/**,.github/workflows/ci-build.yaml"
SCALPEL_EXCLUDE_PATHS:
"-Dscalpel.excludePaths=**.adoc,**.md,docs/**,Jenkinsfile*,LICENSE.txt,NOTICE.txt,KEYS,camel-quarkus-sbom/**,.github/*.sh"
CQ_MAVEN_SKIP_CHECKS: "-Dformatter.skip -Dimpsort.skip -Denforcer.skip
-Dcamel-quarkus.update-extension-doc-page.skip"
@@ -202,7 +202,7 @@ jobs:
env:
MAVEN_OPTS: -Xmx4600m
SCALPEL_ENABLED: "-Dscalpel.enabled=true"
- SCALPEL_FULL_BUILD_TRIGGERS:
"-Dscalpel.fullBuildTriggers=poms/build-parent/**,poms/build-parent-it/**,extensions-core/core/**,tooling/maven-plugin/**,.mvn/**"
+ SCALPEL_FULL_BUILD_TRIGGERS:
"-Dscalpel.fullBuildTriggers=poms/build-parent/**,poms/build-parent-it/**,extensions-core/core/**,.mvn/**,.github/workflows/ci-build.yaml"
SCALPEL_EXCLUDE_PATHS: "-Dscalpel.excludePaths=docs/**"
steps:
- name: Check free space on disk