Fixed by
https://github.com/apache/camel/commit/0edff37c58ce40f6260c21dcc5f3ba5145946104

Please, report any further problem you may find.

Pasquale.

On Mon, Nov 3, 2025 at 8:49 AM Pasquale Congiusti <
[email protected]> wrote:

> Thanks for letting me know.
> I will review that problem and try to fix it.
>
> Pasquale.
>
> On Sun, Nov 2, 2025 at 2:50 PM Claus Ibsen <[email protected]> wrote:
>
>> Hi
>>
>> This may cause code PRs to fail, that are not dependent bot PRs.
>>
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780
>>
>> It seems to trigger the parent pom dependencies changed and fail
>>
>> 1m 29s
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:1
>> >Prepare
>> all required actions
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:2
>> >Getting
>> action download info
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:3
>> >Run
>> ./.github/actions/detect-dependencies
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:11
>> >Run
>> apache/camel/.github/actions/install-mvnd@main
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:20
>> >Run
>> echo "mvnd-dir=/tmp/maven-mvnd-$VERSION-$DISTRIBUTION/bin" >>
>> $GITHUB_OUTPUT
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:30
>> >Run
>> echo "MVND_OPTS=-P apache-snapshots -V -e -ntp -Dmvnd.threads=2
>> -Daether.connector.http.connectionMaxTtl=120
>> -Daether.connector.requestTimeout=300000
>> -Daether.dependencyCollector.impl=bf -Dmaven.artifact.threads=25 -
>> Dci.env.name=github.com -Dsurefire.rerunFailingTestsCount=2
>> -Dfailsafe.rerunFailingTestsCount=2" >> $GITHUB_ENV
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:38
>> >Run
>>
>> /home/runner/work/camel/camel/./.github/actions/detect-dependencies/detect-test.sh
>> main /tmp/maven-mvnd-1.0.3-linux-amd64/bin/mvnd
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:47
>> >Using
>> MVND_OPTS=-P apache-snapshots -V -e -ntp -Dmvnd.threads=2
>> -Daether.connector.http.connectionMaxTtl=120
>> -Daether.connector.requestTimeout=300000
>> -Daether.dependencyCollector.impl=bf -Dmaven.artifact.threads=25 -
>> Dci.env.name=github.com -Dsurefire.rerunFailingTestsCount=2
>> -Dfailsafe.rerunFailingTestsCount=2
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:48
>> >From
>> https://github.com/apache/camel
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:49
>> >
>> * [new branch] main -> main
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:50
>> >
>> * [new branch] main -> origin/main
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:51
>> >
>> * [new tag] camel-2.15.0 -> camel-2.15.0
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:52
>> >
>> * [new tag] camel-2.16.0 -> camel-2.16.0
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:53
>> >
>> * [new tag] camel-3.0.0 -> camel-3.0.0
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:54
>> >
>> * [new tag] camel-4.0.0-M1 -> camel-4.0.0-M1
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:55
>> >
>> * [new tag] camel-4.0.0-M2 -> camel-4.0.0-M2
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:56
>> >
>> * [new tag] camel-4.0.0-M3 -> camel-4.0.0-M3
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:57
>> >
>> * [new tag] camel-4.0.0-RC1 -> camel-4.0.0-RC1
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:58
>> >
>> * [new tag] camel-4.0.0-RC2 -> camel-4.0.0-RC2
>> <
>> https://github.com/apache/camel/actions/runs/19010495140/job/54290698560?pr=19780#step:10:59
>> >Error:
>> Process completed with exit code 1.
>>
>> On Fri, Oct 31, 2025 at 1:34 PM Pasquale Congiusti <
>> [email protected]> wrote:
>>
>> > Hello,
>> > I've just merged a PR [1] which should affect the builds coming from
>> > dependabot upgrades. Well, it will also work for regular builds, but the
>> > goal was mainly to automate the test triggering when there is an update
>> on
>> > a property on the parent pom module. From now on, any change over there
>> > will trigger the test to the modules using such properties and the
>> > dependents. This should free us from applying the manual inclusion of
>> test
>> > label to specifically ask for a test. If you notice any issue with the
>> new
>> > build task or you see any inconvenience, just let me know or tag me
>> > directly in the PR that is having any trouble.
>> >
>> > Thanks and have a great weekend.
>> >
>> > Pasquale.
>> >
>> > [1] https://github.com/apache/camel/pull/19777
>> >
>>
>>
>> --
>> Claus Ibsen
>>
>

Reply via email to