This is an automated email from the ASF dual-hosted git repository.

fmariani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 6ccc56a9eb6 camel-itest-spring-boot tests are really slow (2h), avoid 
executing on PRs. The tests will be still executed on Jenkins
6ccc56a9eb6 is described below

commit 6ccc56a9eb633f434bc7749115743a898698b4af
Author: Croway <[email protected]>
AuthorDate: Thu Dec 11 14:20:35 2025 +0100

    camel-itest-spring-boot tests are really slow (2h), avoid executing on PRs. 
The tests will be still executed on Jenkins
---
 .github/workflows/pr-build-main.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pr-build-main.yml 
b/.github/workflows/pr-build-main.yml
index 73db087b5b9..2b8a37d4344 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -57,3 +57,5 @@ jobs:
         skip-mvnd-install: 'false'
         github-repo: apache/camel-spring-boot
         artifact-upload-suffix: java-${{ matrix.java }}
+      env:
+        MVND_OPTS: -pl !tests/camel-itest-spring-boot

Reply via email to