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

jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 054bcbb65d enable parallel Maven in pinot linter script (#12751)
054bcbb65d is described below

commit 054bcbb65dc1a7808b6534cc8083d4e9c4edca96
Author: sullis <[email protected]>
AuthorDate: Thu Apr 4 15:09:19 2024 -0700

    enable parallel Maven in pinot linter script (#12751)
---
 .github/workflows/scripts/.pinot_linter.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/scripts/.pinot_linter.sh 
b/.github/workflows/scripts/.pinot_linter.sh
index ca74747ee4..ef4ba7a5f3 100755
--- a/.github/workflows/scripts/.pinot_linter.sh
+++ b/.github/workflows/scripts/.pinot_linter.sh
@@ -26,8 +26,8 @@ ifconfig
 netstat -i
 
 
-mvn -B -ntp license:check || exit 1
-mvn -B -ntp checkstyle:check || exit 1
-mvn -B -ntp spotless:check || exit 1
-mvn -B -ntp enforcer:enforce || exit 1
+mvn -B -ntp -T1C license:check || exit 1
+mvn -B -ntp -T1C checkstyle:check || exit 1
+mvn -B -ntp -T1C spotless:check || exit 1
+mvn -B -ntp -T1C enforcer:enforce || exit 1
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to