You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/01/31 20:56:06 UTC

[maven-surefire] branch gh-drop-max-parallel created (now 6d99b36)

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

sjaranowski pushed a change to branch gh-drop-max-parallel
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


      at 6d99b36  Drop max-parallel from GitHub build

This branch includes the following new commits:

     new 6d99b36  Drop max-parallel from GitHub build

The 1 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.


[maven-surefire] 01/01: Drop max-parallel from GitHub build

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

sjaranowski pushed a commit to branch gh-drop-max-parallel
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 6d99b36220e04afbea1ad9332f4a8fca6302651f
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Mon Jan 31 21:54:40 2022 +0100

    Drop max-parallel from GitHub build
---
 .github/workflows/maven-verify.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index 4d08978..c6e4f18 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -27,10 +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'
+      ff-goal: 'clean install -nsu'
+      ff-site-goal: 'clean install site -nsu -DskipTests'
       verify-goal: 'clean install -nsu -P run-its'
       verify-site-goal: 'clean install site -nsu -DskipTests -P reporting'
       verify-fail-fast: false
@@ -38,5 +36,4 @@ jobs:
         surefire-its/target/*/log.txt
         surefire-its/target/**/surefire-reports/*
         surefire-its/target/**/failsafe-reports/*
-      max-parallel: 3
       timeout-minutes: 600