Переглянути джерело

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

Завантаження…
Відмінити
Зберегти