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 93a5a7eb46 separate tags with commas as indicated in action doc 
(#11303)
93a5a7eb46 is described below

commit 93a5a7eb46eab387724c1d6f696fdfdd0ae23da2
Author: Gonzalo Ortiz Jaureguizar <gor...@users.noreply.github.com>
AuthorDate: Sat Aug 12 00:53:49 2023 +0200

    separate tags with commas as indicated in action doc (#11303)
---
 .github/workflows/pinot_tests.yml | 4 ++--
 pom.xml                           | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/pinot_tests.yml 
b/.github/workflows/pinot_tests.yml
index 844b7bd6fe..a6cd2ad6dd 100644
--- a/.github/workflows/pinot_tests.yml
+++ b/.github/workflows/pinot_tests.yml
@@ -115,7 +115,7 @@ jobs:
         continue-on-error: true
         timeout-minutes: 5
         with:
-          flags: unittests${{ matrix.testset 
}}${{matrix.distribution}}${{matrix.java}}
+          flags: unittests${{ matrix.testset 
}},${{matrix.distribution}},java-${{matrix.java}}
           name: codecov-unit-tests
           fail_ci_if_error: false
           verbose: true
@@ -167,7 +167,7 @@ jobs:
         continue-on-error: true
         timeout-minutes: 5
         with:
-          flags: integration${{ matrix.testset 
}}${{matrix.distribution}}${{matrix.java}}
+          flags: integration${{ matrix.testset 
}},${{matrix.distribution}},java-${{matrix.java}}
           name: codecov-integration-tests
           fail_ci_if_error: false
           verbose: true
diff --git a/pom.xml b/pom.xml
index a1f94b4bee..0e7ea079c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1405,7 +1405,6 @@
           <artifactId>maven-surefire-plugin</artifactId>
           <version>3.0.0-M5</version>
           <configuration>
-            <!-- Do not set argLine here, it will break the code coverage 
plugin. Set it in the properties section. -->
             <forkCount>1</forkCount>
             <reuseForks>false</reuseForks>
             <!-- 60 minutes -->
@@ -1417,7 +1416,7 @@
             <trimStackTrace>false</trimStackTrace>
             <reportFormat>plain</reportFormat>
             <argLine>
-              ${argLine}
+              @{argLine}
               --add-opens=java.base/java.nio=ALL-UNNAMED
               --add-opens=java.base/sun.nio.ch=ALL-UNNAMED
               --add-opens=java.base/java.lang=ALL-UNNAMED


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

Reply via email to