You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2020/07/18 12:37:34 UTC

[maven-surefire] branch fastqueue updated (57b2d08 -> 18b2bea)

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

tibordigana pushed a change to branch fastqueue
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


    from 57b2d08  faster queue
     new 0d98c14  [github] Upload artifact surefire-its
     new 18b2bea  [github] "-Dit.test=ForkModeMultiModuleIT"

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/maven-windows-it1.yml |  9 ++++++++-
 .github/workflows/maven-windows-it2.yml |  9 ++++++++-
 .github/workflows/maven.yml             | 17 +++++++++++++++--
 3 files changed, 31 insertions(+), 4 deletions(-)


[maven-surefire] 01/02: [github] Upload artifact surefire-its

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch fastqueue
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 0d98c14de1cc76d38376e08d68c55610470faf2d
Author: tibordigana <ti...@apache.org>
AuthorDate: Sat Jul 18 14:35:36 2020 +0200

    [github] Upload artifact surefire-its
---
 .github/workflows/maven-windows-it1.yml |  7 +++++++
 .github/workflows/maven-windows-it2.yml |  7 +++++++
 .github/workflows/maven.yml             | 15 ++++++++++++++-
 3 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven-windows-it1.yml b/.github/workflows/maven-windows-it1.yml
index 4679153..6fb3a87 100644
--- a/.github/workflows/maven-windows-it1.yml
+++ b/.github/workflows/maven-windows-it1.yml
@@ -34,3 +34,10 @@ jobs:
 
       - name: Build with Maven
         run: mvn install -e -B -V -nsu --no-transfer-progress -P run-its "-Dit.test=**/jiras/*IT*.java,TestMethodPatternIT,TestMultipleMethodPatternsIT,TestMultipleMethodPatternsTestNGIT"
+
+      - name: 'Upload artifact surefire-its'
+        uses: actions/upload-artifact@v2
+        if: failure()
+        with:
+          name: 'surefire-its'
+          path: 'surefire-its/target/'
diff --git a/.github/workflows/maven-windows-it2.yml b/.github/workflows/maven-windows-it2.yml
index 58a04c1..7d8c8d7 100644
--- a/.github/workflows/maven-windows-it2.yml
+++ b/.github/workflows/maven-windows-it2.yml
@@ -37,3 +37,10 @@ jobs:
 
       - name: Build with Maven without Unit Tests
         run: mvn install -e -B -V -nsu --no-transfer-progress -rf :surefire-its -P run-its "-Dit.test=!**/jiras/*IT*.java,!TestMethodPatternIT,!TestMultipleMethodPatternsIT,!TestMultipleMethodPatternsTestNGIT"
+
+      - name: 'Upload artifact surefire-its'
+        uses: actions/upload-artifact@v2
+        if: failure()
+        with:
+          name: 'surefire-its'
+          path: 'surefire-its/target/'
\ No newline at end of file
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d0c9786..7544499 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -17,7 +17,13 @@
 
 name: GitHub CI for *Nix
 
-on: [push, pull_request]
+on:
+  push:
+    branches:
+      - '**'
+  pull_request:
+    branches:
+      - '**'
 
 jobs:
   build:
@@ -40,3 +46,10 @@ jobs:
 
       - name: Build with Maven
         run: mvn install -e -B -V -nsu --no-transfer-progress -P run-its
+
+      - name: 'Upload artifact surefire-its'
+        uses: actions/upload-artifact@v2
+        if: failure()
+        with:
+          name: 'surefire-its'
+          path: 'surefire-its/target/'


[maven-surefire] 02/02: [github] "-Dit.test=ForkModeMultiModuleIT"

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch fastqueue
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 18b2bea9bda56d49d458de07e722a6ace5a1581a
Author: tibordigana <ti...@apache.org>
AuthorDate: Sat Jul 18 14:37:23 2020 +0200

    [github] "-Dit.test=ForkModeMultiModuleIT"
---
 .github/workflows/maven-windows-it1.yml | 2 +-
 .github/workflows/maven-windows-it2.yml | 2 +-
 .github/workflows/maven.yml             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven-windows-it1.yml b/.github/workflows/maven-windows-it1.yml
index 6fb3a87..af025c0 100644
--- a/.github/workflows/maven-windows-it1.yml
+++ b/.github/workflows/maven-windows-it1.yml
@@ -33,7 +33,7 @@ jobs:
           java-version: 14
 
       - name: Build with Maven
-        run: mvn install -e -B -V -nsu --no-transfer-progress -P run-its "-Dit.test=**/jiras/*IT*.java,TestMethodPatternIT,TestMultipleMethodPatternsIT,TestMultipleMethodPatternsTestNGIT"
+        run: mvn install -e -B -V -nsu --no-transfer-progress -P run-its "-Dit.test=ForkModeMultiModuleIT"
 
       - name: 'Upload artifact surefire-its'
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/maven-windows-it2.yml b/.github/workflows/maven-windows-it2.yml
index 7d8c8d7..5761abe 100644
--- a/.github/workflows/maven-windows-it2.yml
+++ b/.github/workflows/maven-windows-it2.yml
@@ -36,7 +36,7 @@ jobs:
         run: mvn install -e -B -V -nsu --no-transfer-progress -DskipTests
 
       - name: Build with Maven without Unit Tests
-        run: mvn install -e -B -V -nsu --no-transfer-progress -rf :surefire-its -P run-its "-Dit.test=!**/jiras/*IT*.java,!TestMethodPatternIT,!TestMultipleMethodPatternsIT,!TestMultipleMethodPatternsTestNGIT"
+        run: mvn install -e -B -V -nsu --no-transfer-progress -rf :surefire-its -P run-its "-Dit.test=ForkModeMultiModuleIT"
 
       - name: 'Upload artifact surefire-its'
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7544499..6609ade 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,7 +45,7 @@ jobs:
           java-version: 14
 
       - name: Build with Maven
-        run: mvn install -e -B -V -nsu --no-transfer-progress -P run-its
+        run: mvn install -e -B -V -nsu --no-transfer-progress -P run-its "-Dit.test=ForkModeMultiModuleIT"
 
       - name: 'Upload artifact surefire-its'
         uses: actions/upload-artifact@v2