Skip to content

Commit

Permalink
Focus only on HW tests and stack size limited to 24576k
Browse files Browse the repository at this point in the history
PR-repos: pmdk@PR-38:7

Skip-nlt: true
Skip-func-test: true
Skip-func-test-vm: true
Allow-unstable-test: true
Priority: 2
Cancel-prev-build: false

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Aug 8, 2024
1 parent f3143b7 commit a55f41f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/ftest/util/server_utils_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,7 @@ class EngineYamlParameters(YamlParameters):
REQUIRED_ENV_VARS = {
"common": [
"D_LOG_FILE_APPEND_PID=1",
"ABT_THREAD_STACKSIZE=32768",
"PMEMOBJ_CONF=sds.at_create=0",
"ABT_THREAD_STACKSIZE=24576",
"COVFILE=/tmp/test.cov"],
"ofi+tcp": [],
"ofi+tcp;ofi_rxm": [],
Expand Down

0 comments on commit a55f41f

Please sign in to comment.