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 2022/01/28 04:52:36 UTC

[maven-surefire] branch master updated (48f403e -> 4fc2634)

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

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


    from 48f403e  [SUREFIRE-1987] Refactor ProviderDetector
     new 957d9ce  [github] ff-jdk: '18-ea', ff-os: 'macOS-latest', max-parallel: 3, timeout-minutes: 600
     new 4fc2634  [jenkins] jdks = [18, 17, 11, 8]

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-verify.yml | 6 ++++--
 Jenkinsfile                        | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

[maven-surefire] 02/02: [jenkins] jdks = [18, 17, 11, 8]

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

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

commit 4fc26341c4185e6557bc38b84e7dececb0cd7373
Author: Tibor Digaňa <ti...@apache.org>
AuthorDate: Fri Jan 28 05:45:07 2022 +0100

    [jenkins] jdks = [18, 17, 11, 8]
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4351ab7..d5514e2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -32,7 +32,7 @@ properties(
 final def oses = ['linux':'ubuntu', 'windows':'windows-he']
 final def mavens = env.BRANCH_NAME == 'master' ? ['3.6.x', '3.2.x'] : ['3.2.x']
 // all non-EOL versions and the first EA
-final def jdks = [18, 17, 8]
+final def jdks = [18, 17, 11, 8]
 
 final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its']
 final def goals = ['clean', 'install']

[maven-surefire] 01/02: [github] ff-jdk: '18-ea', ff-os: 'macOS-latest', max-parallel: 3, timeout-minutes: 600

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

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

commit 957d9ce0c7bb6264615c35b7df479d364d234436
Author: Tibor Digaňa <ti...@apache.org>
AuthorDate: Fri Jan 28 05:43:27 2022 +0100

    [github] ff-jdk: '18-ea', ff-os: 'macOS-latest', max-parallel: 3, timeout-minutes: 600
---
 .github/workflows/maven-verify.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index a59fa92..4d08978 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -27,6 +27,8 @@ jobs:
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
     with:
       jdk-matrix: '[ "8", "11", "17", "18-ea" ]'
+      ff-os: 'macOS-latest'
+      ff-jdk: '18-ea'
       ff-goal: 'clean install -nsu -P run-its'
       ff-site-goal: 'clean install site -nsu -DskipTests -P reporting'
       verify-goal: 'clean install -nsu -P run-its'
@@ -36,5 +38,5 @@ jobs:
         surefire-its/target/*/log.txt
         surefire-its/target/**/surefire-reports/*
         surefire-its/target/**/failsafe-reports/*
-      max-parallel: 4
-      timeout-minutes: 540
+      max-parallel: 3
+      timeout-minutes: 600