Explorar el Código

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

tags/10.5.0.89998
Steve Marion hace 1 mes
padre
commit
4405eec7ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .cirrus/cirrus-junit.sh

+ 1
- 1
.cirrus/cirrus-junit.sh Ver fichero

@@ -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

Cargando…
Cancelar
Guardar