[
https://issues.apache.org/jira/browse/CAMEL-23301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Cunningham updated CAMEL-23301:
--------------------------------------
Component/s: camel-spring-boot
Affects Version/s: 4.19.0
> Camel Spring Boot CI tests failing
> ----------------------------------
>
> Key: CAMEL-23301
> URL: https://issues.apache.org/jira/browse/CAMEL-23301
> Project: Camel
> Issue Type: Task
> Components: camel-spring-boot
> Affects Versions: 4.19.0
> Reporter: Thomas Cunningham
> Priority: Major
>
> The CI tests on camel-spring-boot are failing on the running of
>
> {code:java}
> Run
> /home/runner/work/_actions/apache/camel/main/.github/actions/incremental-build/incremental-build.sh
> /tmp/maven-mvnd-1.0.3-linux-amd64/bin/mvnd $MODE $PR_ID $GITHUB_REPO
> /home/runner/work/_actions/apache/camel/main/.github/actions/incremental-build/incremental-build.sh
> /tmp/maven-mvnd-1.0.3-linux-amd64/bin/mvnd $MODE $PR_ID $GITHUB_REPO {code}
> The incremental-build.sh script tries to execute
> [https://github.com/apache/camel/blob/main/.github/actions/incremental-build/incremental-build.sh#L619]
> which works in the camel project CI, but in camel-spring-boot
> {code:java}
> .github/actions/incremental-build/parse_errors.sh{code}
> doesn't exist - it seems like we need some sort of ${CAMEL-LOCATION} prefix
> to it that points to the location in which the camel project is checked out
> to for this to work.
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)