Browse Source

NO-JIRA limit max parallel worker for junit task to limit memory consumption

tags/10.5.0.89998
Steve Marion 1 month ago
parent
commit
4405eec7ca
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .cirrus/cirrus-junit.sh

+ 1
- 1
.cirrus/cirrus-junit.sh View File

@@ -4,4 +4,4 @@ set -euo pipefail
source .cirrus/cirrus-env

./gradlew cleanTest test jacocoTestReport \
--parallel --configure-on-demand --console plain -Pqa
--parallel --max-workers=3 --configure-on-demand --console plain -Pqa

Loading…
Cancel
Save