Skip to content

Commit df2d51b

Browse files
committed
ci: add -Dscalpel.enabled=true to Scalpel validate invocation
1 parent faaf5da commit df2d51b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/incremental-build/incremental-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ runScalpelDetection() {
245245
# - skipTestsForDownstreamModules: mirrors EXCLUSION_LIST — tells Scalpel which
246246
# downstream modules should not run tests in skip-tests mode (for shadow comparison)
247247
local skip_downstream="camel-allcomponents,camel-catalog,camel-catalog-console,camel-catalog-lucene,camel-catalog-maven,camel-catalog-suggest,camel-endpointdsl,camel-componentdsl,camel-endpointdsl-support,camel-yaml-dsl,camel-kamelet-main,camel-yaml-dsl-deserializers,camel-yaml-dsl-maven-plugin,camel-jbang-core,camel-jbang-main,camel-jbang-plugin-generate,camel-jbang-plugin-edit,camel-jbang-plugin-kubernetes,camel-jbang-plugin-test,camel-launcher,camel-jbang-it,camel-itest,docs,apache-camel,coverage,dummy-component,camel-csimple-maven-plugin,camel-report-maven-plugin,camel-route-parser"
248-
local scalpel_args="-Dscalpel.mode=report -Dscalpel.fullBuildTriggers= -Dscalpel.fetchBaseBranch=false -Dscalpel.skipTestsForDownstreamModules=${skip_downstream}"
248+
local scalpel_args="-Dscalpel.enabled=true -Dscalpel.mode=report -Dscalpel.fullBuildTriggers= -Dscalpel.fetchBaseBranch=false -Dscalpel.skipTestsForDownstreamModules=${skip_downstream}"
249249
# For workflow_dispatch, GITHUB_BASE_REF may not be set
250250
if [ -z "${GITHUB_BASE_REF:-}" ]; then
251251
scalpel_args="$scalpel_args -Dscalpel.baseBranch=origin/main"

0 commit comments

Comments
 (0)