From d236f78718eb02a0e558b44e13039df66fc67b9d Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 10 Feb 2021 16:57:09 -0800 Subject: [PATCH] Change from 32 to 20 threads each. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f9573b0..d6bd8f55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: export OPENRAM_HOME="`pwd`/compiler" export OPENRAM_TECH="`pwd`/technology:/software/PDKs/skywater-tech" export OPENRAM_TMP="`pwd`/scn4me_subm" - python3-coverage run -p $OPENRAM_HOME/tests/regress.py -j 32 -k -t scn4m_subm + python3-coverage run -p $OPENRAM_HOME/tests/regress.py -j 20 -k -t scn4m_subm - name: Archive uses: actions/upload-artifact@v2 with: @@ -29,7 +29,7 @@ jobs: export OPENRAM_HOME="`pwd`/compiler" export OPENRAM_TECH="`pwd`/technology:/software/PDKs/skywater-tech" export OPENRAM_TMP="`pwd`/freepdk45" - python3-coverage run -p $OPENRAM_HOME/tests/regress.py -j 32 -k -t freepdk45 + python3-coverage run -p $OPENRAM_HOME/tests/regress.py -j 20 -k -t freepdk45 - name: Archive uses: actions/upload-artifact@v2 with: