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

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


The following commit(s) were added to refs/heads/main by this push:
     new 887ffc48a fix(ci): Reduce parallelism for smoke tests
887ffc48a is described below

commit 887ffc48ae7ff3afaac3c60f33586ce0a10c448d
Author: Gaelle Fournier <gaelle.fournier.w...@gmail.com>
AuthorDate: Tue Jul 23 14:31:48 2024 +0200

    fix(ci): Reduce parallelism for smoke tests
    
    Ref #5696
---
 script/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/Makefile b/script/Makefile
index ed24c1f77..f99b74abe 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -290,7 +290,7 @@ test-smoke:
        go test -p $(TEST_COMMON_PARALLEL_COUNT) -timeout 30m -v \
                ./e2e/common/languages \
                ./e2e/common/traits \
-               --parallel $(TEST_COMMON_PARALLEL_COUNT) \
+               --parallel 1 \
          -tags=integration $(GOTESTFMT) || ((FAILED++)); \
        exit $${FAILED}
 

Reply via email to