Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e664d69
)
fix(core): Lower amount of TREX cores for external
34/40334/2
author
pmikus
<
[email protected]
>
Wed, 14 Feb 2024 10:09:27 +0000
(10:09 +0000)
committer
Peter Mikus
<
[email protected]
>
Wed, 14 Feb 2024 10:16:52 +0000
(10:16 +0000)
Signed-off-by: Peter Mikus <
[email protected]
>
Change-Id: Ic27f46876a93cc01d5f14bbefe0dccd84ab41027
resources/libraries/bash/function/common.sh
patch
|
blob
|
history
diff --git
a/resources/libraries/bash/function/common.sh
b/resources/libraries/bash/function/common.sh
index
e08cc25
..
8388649
100644
(file)
--- 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
}