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

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 9f92aa5496 NIFI-15126 Enabled parallel execution in GitHub ci-workflow
9f92aa5496 is described below

commit 9f92aa54968e8ca65e1ed1ea26d47eec32e0025e
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Oct 21 21:33:24 2025 -0500

    NIFI-15126 Enabled parallel execution in GitHub ci-workflow
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #10449.
---
 .github/workflows/ci-workflow.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci-workflow.yml 
b/.github/workflows/ci-workflow.yml
index 3748ac0060..ef111c6c6b 100644
--- a/.github/workflows/ci-workflow.yml
+++ b/.github/workflows/ci-workflow.yml
@@ -36,12 +36,14 @@ env:
     --no-snapshot-updates
     --no-transfer-progress
     --fail-fast
+    --threads 1C
   MAVEN_VERIFY_COMMAND: >-
     verify
     --show-version
     --no-snapshot-updates
     --no-transfer-progress
     --fail-fast
+    --threads 1C
     -D dir-only
   DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
 

Reply via email to