From 18cddb4b233d36408404e756804492452d538e82 Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 3 Feb 2021 16:22:44 -0800 Subject: [PATCH] Reduce to 6 threads. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcfcc64d..d0677eaf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ stages: freepdk45: stage: test 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: paths: - .coverage.* @@ -19,7 +19,7 @@ freepdk45: scn4m_subm: stage: test 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: paths: - .coverage.*