From: pmikus Date: Wed, 14 Feb 2024 10:09:27 +0000 (+0000) Subject: fix(core): Lower amount of TREX cores for external X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=ce024124889d82370718293662fb8aa005b79155 fix(core): Lower amount of TREX cores for external Signed-off-by: Peter Mikus Change-Id: Ic27f46876a93cc01d5f14bbefe0dccd84ab41027 --- diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index e08cc25bd0..83886497ea 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -1355,7 +1355,7 @@ function set_environment_variables () { export TREX_CORE_COUNT=14 ;; *"2n-x-"* | *"3n-x-"* ) - export TREX_CORE_COUNT=3 + export TREX_CORE_COUNT=2 ;; esac }