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:37 UTC

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

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