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/02/02 18:13:37 UTC

[maven-surefire] branch master updated: Drop max-parallel from GitHub build

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 33ccb25  Drop max-parallel from GitHub build
33ccb25 is described below

commit 33ccb2551083dfab2bf058407c44397f0dd5b393
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 | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

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