浏览代码

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

正在加载...
取消
保存