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 2021/03/06 11:08:15 UTC

[maven-surefire] branch githubci updated (1c63b87 -> 44c3a15)

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

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


    from 1c63b87  investigating BindException
     new e4d0a0d  timeout
     new 44c3a15  netstat

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.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


[maven-surefire] 02/02: netstat

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

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

commit 44c3a156a02997585dbed3e0a08caa73bf960cd0
Author: tibordigana <ti...@gmail.com>
AuthorDate: Sat Mar 6 12:08:03 2021 +0100

    netstat
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 877635a..cabf7df 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -47,7 +47,7 @@ jobs:
           java-version: ${{ matrix.java }}
 
       - name: Build with Maven
-        run: mvn clean install -e -B -V -nsu --no-transfer-progress -P run-its
+        run: netstat -nlp | grep 8084
 
       - name: Upload artifact surefire-its
         uses: actions/upload-artifact@v2-preview


[maven-surefire] 01/02: timeout

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

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

commit e4d0a0d6a2a925b474f52a5f1655d96e07369ddb
Author: tibordigana <ti...@gmail.com>
AuthorDate: Sat Mar 6 12:07:27 2021 +0100

    timeout
---
 .github/workflows/maven.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3ca90c4..877635a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,6 +35,7 @@ jobs:
       fail-fast: false
 
     runs-on: ${{ matrix.os }}
+    timeout-minutes: 120
 
     steps:
       - name: Checkout