Reduce to 6 threads.

This commit is contained in:
mrg 2021-02-03 16:22:44 -08:00
parent e043aaffb3
commit 18cddb4b23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ stages:
freepdk45: freepdk45:
stage: test stage: test
script: script:
- coverage run -p $OPENRAM_HOME/tests/regress.py -j 16 -t freepdk45 - coverage run -p $OPENRAM_HOME/tests/regress.py -j 6 -t freepdk45
artifacts: artifacts:
paths: paths:
- .coverage.* - .coverage.*
@ -19,7 +19,7 @@ freepdk45:
scn4m_subm: scn4m_subm:
stage: test stage: test
script: script:
- coverage run -p $OPENRAM_HOME/tests/regress.py -j 16 -t scn4m_subm - coverage run -p $OPENRAM_HOME/tests/regress.py -j 6 -t scn4m_subm
artifacts: artifacts:
paths: paths:
- .coverage.* - .coverage.*