You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2024/02/23 18:31:44 UTC

(pinot) branch master updated: cleanup: maven no transfer progress (#12444)

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 3d7bc6f09f cleanup: maven no transfer progress (#12444)
3d7bc6f09f is described below

commit 3d7bc6f09fa4ac090ce28831df1a4036d958db29
Author: sullis <gi...@seansullivan.com>
AuthorDate: Fri Feb 23 10:31:39 2024 -0800

    cleanup: maven no transfer progress (#12444)
---
 .github/workflows/scripts/pr-tests/.pinot_tests_build.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/scripts/pr-tests/.pinot_tests_build.sh b/.github/workflows/scripts/pr-tests/.pinot_tests_build.sh
index 905f548526..e94d7447b8 100755
--- a/.github/workflows/scripts/pr-tests/.pinot_tests_build.sh
+++ b/.github/workflows/scripts/pr-tests/.pinot_tests_build.sh
@@ -29,7 +29,7 @@ if [ "$RUN_INTEGRATION_TESTS" != false ]; then
   # Integration Tests
   mvn clean install \
     -DskipTests -Dcheckstyle.skip -Dspotless.skip -Denforcer.skip -Dlicense.skip -Dmaven.plugin.appassembler.skip=true \
-    -am -B -T 16 \
+    -am -B -T 16 -ntp \
     -P github-actions,integration-tests \
     -pl 'pinot-integration-tests' || exit 1
 else
@@ -39,7 +39,7 @@ else
   if [ "$RUN_TEST_SET" == "1" ]; then
     mvn clean install \
       -DskipTests -Dcheckstyle.skip -Dspotless.skip -Denforcer.skip -Dlicense.skip -Dmaven.plugin.appassembler.skip=true \
-      -am -B -T 16 \
+      -am -B -T 16 -ntp \
       -P github-actions \
       -pl 'pinot-spi' \
       -pl 'pinot-segment-spi' \
@@ -52,7 +52,7 @@ else
   if [ "$RUN_TEST_SET" == "2" ]; then
     mvn clean install \
       -DskipTests -Dcheckstyle.skip -Dspotless.skip -Denforcer.skip -Dlicense.skip -Dmaven.plugin.appassembler.skip=true \
-      -am -B -T 16 \
+      -am -B -T 16 -ntp \
       -P github-actions \
       -pl '!pinot-integration-tests' \
       -pl '!pinot-perf' \


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org