You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/07/19 13:53:00 UTC

[jira] [Commented] (NIFI-10249) Enable Parallel Builds in GitHub Workflow

    [ https://issues.apache.org/jira/browse/NIFI-10249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568577#comment-17568577 ] 

ASF subversion and git services commented on NIFI-10249:
--------------------------------------------------------

Commit 8185ad05986d4b2c24cb892adce0422031cb1d06 in nifi's branch refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=8185ad0598 ]

NIFI-10249 Enabled Parallel Builds in GitHub Workflow

- Upgraded maven-enforcer-plugin from 3.0.0 to 3.1.0
- Upgraded maven-dependency-plugin from 3.2.0 to 3.3.0
- Upgraded checkstyle from 9.2.1 to 9.3
- Upgraded buildnumber-maven-plugin from 1.4 to 3.0.0

This closes #6222.

Signed-off-by: Kevin Doran <kd...@apache.org>


> Enable Parallel Builds in GitHub Workflow
> -----------------------------------------
>
>                 Key: NIFI-10249
>                 URL: https://issues.apache.org/jira/browse/NIFI-10249
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Tools and Build
>            Reporter: David Handermann
>            Assignee: David Handermann
>            Priority: Minor
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> GitHub Action runners have a limited number of cores and restricted amount of memory, resulting in slow build execution. Ubuntu Linux runners have two cores, macOS runners have three cores, and Windows runners have one core.
> Recent improvements to Maven plugins such as the Apache Rat Plugin version 0.14 resolved warnings related to parallel build execution, so configuring Maven to run with multiple threads provides some performance improvements over single-threaded builds.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)