소스 검색

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

tags/10.5.0.89998
Steve Marion 1 개월 전
부모
커밋
4405eec7ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      .cirrus/cirrus-junit.sh

+ 1
- 1
.cirrus/cirrus-junit.sh 파일 보기

@@ -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…
취소
저장