-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAOS-13386 cart: Execute CI tests with debug build of the UCX libraries. #12246
base: master
Are you sure you want to change the base?
Conversation
Skip-build-leap15-icc: true Skip-build-el8-gcc: true Skip-build-ubuntu20-rpm: true Skip-build-leap15-rpm: true Skip-func-test-vm: true Skip-unit-tests: true Skip-func-hw-test-medium-ucx-provider: false Skip-func-hw-test-medium-verbs-provider: true Test-provider: ucx+dc_x PR-repos: openucx@PR-9:2 Signed-off-by: Joseph Moore <[email protected]>
Skip-build-leap15-icc: true Skip-build-el8-gcc: true Skip-build-ubuntu20-rpm: true Skip-build-leap15-rpm: true Skip-func-test-vm: true Skip-unit-tests: true Skip-scan-rpms: rpms Skip-func-hw-test-medium-ucx-provider: false Skip-func-hw-test-medium-verbs-provider: true Test-provider: ucx+dc_x PR-repos: openucx@PR-9:2 Signed-off-by: Joseph Moore <[email protected]>
Sikip-build-leap15-icc: true Skip-build-el8-gcc: true Skip-build-ubuntu20-rpm: true Skip-func-test-vm: true Skip-unit-tests: true Skip-func-hw-test-medium-ucx-provider: false Skip-func-hw-test-medium-verbs-provider: true Test-provider: ucx+dc_x PR-repos: openucx@PR-9 Signed-off-by: Joseph Moore <[email protected]>
Skip-build-leap15-icc: true Skip-build-el8-gcc: true Skip-build-ubuntu20-rpm: true Skip-func-test-vm: true Skip-unit-tests: true Skip-func-hw-test-medium-ucx-provider: false Skip-func-hw-test-medium-verbs-provider: true Test-provider: ucx+dc_x PR-repos: openucx@PR-9 Signed-off-by: Joseph Moore <[email protected]>
Skip-build-leap15-icc: true Skip-build-el8-gcc: true Skip-build-ubuntu20-rpm: true Skip-build-leap15-rpm: true Skip-func-test-vm: true Skip-unit-tests: true Skip-func-hw-test-medium-ucx-provider: false Skip-func-hw-test-medium-verbs-provider: true Test-provider: ucx+dc_x PR-repos: openucx@PR-9:2 Signed-off-by: Joseph Moore <[email protected]>
Skip-build-leap15-icc: true Skip-build-el8-gcc: true Skip-build-ubuntu20-rpm: true Skip-build-leap15-rpm: true Skip-func-test-vm: true Skip-unit-tests: true Skip-func-hw-test-medium-ucx-provider: false Skip-func-hw-test-medium-verbs-provider: true Test-provider: ucx+dc_x PR-repos: openucx@PR-9:3 Signed-off-by: Joseph Moore <[email protected]>
Bug-tracker data: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style warning(s) for job https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-12246/1/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
@@ -307,6 +307,9 @@ static int data_init(int server, crt_init_options_t *opt) | |||
if (server) | |||
setenv("UCX_IB_FORK_INIT", "n", 1); | |||
|
|||
setenv("D_LOG_STDERR_IN_LOG", "1", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) code indent should use tabs where possible
src/cart/crt_init.c
Outdated
@@ -307,6 +307,9 @@ static int data_init(int server, crt_init_options_t *opt) | |||
if (server) | |||
setenv("UCX_IB_FORK_INIT", "n", 1); | |||
|
|||
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |||
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) code indent should use tabs where possible
src/cart/crt_init.c
Outdated
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | ||
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); | |
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); |
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/1/execution/node/138/log |
Test stage Functional Hardware Large completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/1/execution/node/603/log |
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/1/execution/node/556/log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style warning(s) for job https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-12246/2/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
@@ -307,6 +307,9 @@ static int data_init(int server, crt_init_options_t *opt) | |||
if (server) | |||
setenv("UCX_IB_FORK_INIT", "n", 1); | |||
|
|||
setenv("D_LOG_STDERR_IN_LOG", "1", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) code indent should use tabs where possible
src/cart/crt_init.c
Outdated
@@ -307,6 +307,9 @@ static int data_init(int server, crt_init_options_t *opt) | |||
if (server) | |||
setenv("UCX_IB_FORK_INIT", "n", 1); | |||
|
|||
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |||
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) code indent should use tabs where possible
src/cart/crt_init.c
Outdated
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | ||
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); | |
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); |
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/2/execution/node/144/log |
Test stage Functional Hardware Large completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/2/execution/node/601/log |
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/2/execution/node/554/log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style warning(s) for job https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-12246/3/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
@@ -307,6 +307,9 @@ static int data_init(int server, crt_init_options_t *opt) | |||
if (server) | |||
setenv("UCX_IB_FORK_INIT", "n", 1); | |||
|
|||
setenv("D_LOG_STDERR_IN_LOG", "1", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) code indent should use tabs where possible
src/cart/crt_init.c
Outdated
@@ -307,6 +307,9 @@ static int data_init(int server, crt_init_options_t *opt) | |||
if (server) | |||
setenv("UCX_IB_FORK_INIT", "n", 1); | |||
|
|||
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |||
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) code indent should use tabs where possible
src/cart/crt_init.c
Outdated
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | ||
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); | |
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); |
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/3/execution/node/145/log |
Test stage Functional Hardware Large completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/3/execution/node/601/log |
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/3/execution/node/585/log |
Skip-build-leap15-icc: true Skip-build-el8-gcc: true Skip-build-ubuntu20-rpm: true Skip-build-leap15-rpm: true Skip-func-test-vm: true Skip-unit-tests: true Skip-func-hw-test-medium-ucx-provider: false Skip-func-hw-test-medium-verbs-provider: true Test-provider: ucx+dc_x PR-repos: openucx@PR-9:3 Signed-off-by: Joseph Moore <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style warning(s) for job https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-12246/4/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
@@ -307,6 +307,9 @@ static int data_init(int server, crt_init_options_t *opt) | |||
if (server) | |||
setenv("UCX_IB_FORK_INIT", "n", 1); | |||
|
|||
setenv("D_LOG_STDERR_IN_LOG", "1", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) code indent should use tabs where possible
src/cart/crt_init.c
Outdated
@@ -307,6 +307,9 @@ static int data_init(int server, crt_init_options_t *opt) | |||
if (server) | |||
setenv("UCX_IB_FORK_INIT", "n", 1); | |||
|
|||
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |||
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) code indent should use tabs where possible
src/cart/crt_init.c
Outdated
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | ||
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); | |
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); |
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/4/execution/node/145/log |
Required-githooks: true Signed-off-by: Joseph Moore <[email protected]>
Skip-build-leap15-icc: true Skip-build-el8-gcc: true Skip-build-ubuntu20-rpm: true Skip-build-leap15-rpm: true Skip-func-test-vm: true Skip-unit-tests: true Skip-func-hw-test-medium-ucx-provider: false Skip-func-hw-test-medium-verbs-provider: true Test-provider: ucx+dc_x PR-repos: openucx@PR-9:3 Merge branch 'master' into jgm/daos-13386-2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style warning(s) for job https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-12246/12/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
@@ -307,6 +307,10 @@ static int data_init(int server, crt_init_options_t *opt) | |||
if (server) | |||
setenv("UCX_IB_FORK_INIT", "n", 1); | |||
|
|||
setenv("D_LOG_STDERR_IN_LOG", "1", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) code indent should use tabs where possible
@@ -307,6 +307,10 @@ static int data_init(int server, crt_init_options_t *opt) | |||
if (server) | |||
setenv("UCX_IB_FORK_INIT", "n", 1); | |||
|
|||
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |||
setenv("UCX_SOCKADDR_TLS_PRIORITY", "rdmacm", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) code indent should use tabs where possible
src/cart/crt_init.c
Outdated
@@ -307,6 +307,10 @@ static int data_init(int server, crt_init_options_t *opt) | |||
if (server) | |||
setenv("UCX_IB_FORK_INIT", "n", 1); | |||
|
|||
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |||
setenv("UCX_SOCKADDR_TLS_PRIORITY", "rdmacm", 1); | |||
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) code indent should use tabs where possible
src/cart/crt_init.c
Outdated
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | ||
setenv("UCX_SOCKADDR_TLS_PRIORITY", "rdmacm", 1); | ||
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |
setenv("UCX_SOCKADDR_TLS_PRIORITY", "rdmacm", 1); | |
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); | |
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |
setenv("UCX_SOCKADDR_TLS_PRIORITY", "rdmacm", 1); | |
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); |
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/12/execution/node/144/log |
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/12/execution/node/556/log |
Test stage Functional Hardware Large completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/12/execution/node/603/log |
Skip-build-leap15-icc: true Skip-build-el8-gcc: true Skip-build-ubuntu20-rpm: true Skip-build-leap15-rpm: true Skip-func-test-vm: true Skip-unit-tests: true Skip-func-hw-test-medium-ucx-provider: false Skip-func-hw-test-medium-verbs-provider: true Test-provider: ucx+rc_x PR-repos: openucx@PR-9:3 Required-githooks: true Signed-off-by: Joseph Moore <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style warning(s) for job https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-12246/13/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
@@ -307,6 +307,10 @@ static int data_init(int server, crt_init_options_t *opt) | |||
if (server) | |||
setenv("UCX_IB_FORK_INIT", "n", 1); | |||
|
|||
setenv("D_LOG_STDERR_IN_LOG", "1", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) code indent should use tabs where possible
@@ -307,6 +307,10 @@ static int data_init(int server, crt_init_options_t *opt) | |||
if (server) | |||
setenv("UCX_IB_FORK_INIT", "n", 1); | |||
|
|||
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |||
setenv("UCX_SOCKADDR_TLS_PRIORITY", "rdmacm", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) code indent should use tabs where possible
src/cart/crt_init.c
Outdated
@@ -307,6 +307,10 @@ static int data_init(int server, crt_init_options_t *opt) | |||
if (server) | |||
setenv("UCX_IB_FORK_INIT", "n", 1); | |||
|
|||
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |||
setenv("UCX_SOCKADDR_TLS_PRIORITY", "rdmacm", 1); | |||
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) code indent should use tabs where possible
src/cart/crt_init.c
Outdated
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | ||
setenv("UCX_SOCKADDR_TLS_PRIORITY", "rdmacm", 1); | ||
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |
setenv("UCX_SOCKADDR_TLS_PRIORITY", "rdmacm", 1); | |
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); | |
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |
setenv("UCX_SOCKADDR_TLS_PRIORITY", "rdmacm", 1); | |
setenv("UCX_DC_MLX5_NUM_DCI", "16", 1); |
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/13/execution/node/145/log |
Skip-build-leap15-icc: true Skip-build-el8-gcc: true Skip-build-ubuntu20-rpm: true Skip-build-leap15-rpm: true Skip-func-test-vm: true Skip-unit-tests: true Skip-func-hw-test-medium-ucx-provider: false Skip-func-hw-test-medium-verbs-provider: true Test-provider: ucx+rc_x PR-repos: openucx@PR-9:3 Required-githooks: true Signed-off-by: Joseph Moore <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style warning(s) for job https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-12246/14/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
@@ -307,6 +307,9 @@ static int data_init(int server, crt_init_options_t *opt) | |||
if (server) | |||
setenv("UCX_IB_FORK_INIT", "n", 1); | |||
|
|||
setenv("D_LOG_STDERR_IN_LOG", "1", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) code indent should use tabs where possible
@@ -307,6 +307,9 @@ static int data_init(int server, crt_init_options_t *opt) | |||
if (server) | |||
setenv("UCX_IB_FORK_INIT", "n", 1); | |||
|
|||
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |||
setenv("UCX_SOCKADDR_TLS_PRIORITY", "rdmacm", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) code indent should use tabs where possible
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | ||
setenv("UCX_SOCKADDR_TLS_PRIORITY", "rdmacm", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |
setenv("UCX_SOCKADDR_TLS_PRIORITY", "rdmacm", 1); | |
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |
setenv("UCX_SOCKADDR_TLS_PRIORITY", "rdmacm", 1); |
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/14/execution/node/146/log |
Test stage Functional Hardware Large completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/14/execution/node/604/log |
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/14/execution/node/557/log |
Skip-build-leap15-icc: true Skip-build-el8-gcc: true Skip-build-ubuntu20-rpm: true Skip-build-leap15-rpm: true Skip-func-test-vm: true Skip-unit-tests: true Skip-func-hw-test-medium-ucx-provider: false Skip-func-hw-test-medium-verbs-provider: true Test-provider: ucx+ud_x PR-repos: openucx@PR-9:3 Required-githooks: true Signed-off-by: Joseph Moore <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style warning(s) for job https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-12246/15/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
@@ -307,6 +307,9 @@ static int data_init(int server, crt_init_options_t *opt) | |||
if (server) | |||
setenv("UCX_IB_FORK_INIT", "n", 1); | |||
|
|||
setenv("D_LOG_STDERR_IN_LOG", "1", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) code indent should use tabs where possible
@@ -307,6 +307,9 @@ static int data_init(int server, crt_init_options_t *opt) | |||
if (server) | |||
setenv("UCX_IB_FORK_INIT", "n", 1); | |||
|
|||
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |||
setenv("UCX_SOCKADDR_TLS_PRIORITY", "rdmacm", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(style) code indent should use tabs where possible
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | ||
setenv("UCX_SOCKADDR_TLS_PRIORITY", "rdmacm", 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |
setenv("UCX_SOCKADDR_TLS_PRIORITY", "rdmacm", 1); | |
setenv("D_LOG_STDERR_IN_LOG", "1", 1); | |
setenv("UCX_SOCKADDR_TLS_PRIORITY", "rdmacm", 1); |
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/15/execution/node/145/log |
Test stage Functional Hardware Large completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/15/execution/node/603/log |
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/15/execution/node/587/log |
Skip-build-leap15-icc: true Skip-build-el8-gcc: true Skip-build-ubuntu20-rpm: true Skip-build-leap15-rpm: true Skip-func-test-vm: true Skip-unit-tests: true Skip-func-hw-test-medium-ucx-provider: false Skip-func-hw-test-medium-verbs-provider: true Test-provider: ucx+dc_x PR-repos: openucx@PR-9:15
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
Skip-build-leap15-icc: true Skip-build-el8-gcc: true Skip-build-ubuntu20-rpm: true Skip-build-leap15-rpm: true Skip-func-test-vm: true Skip-unit-tests: true Skip-func-hw-test-medium-ucx-provider: false Skip-func-hw-test-medium-verbs-provider: true Test-provider: ucx+dc_x PR-repos: openucx@PR-9:15 Required-githooks: true Signed-off-by: Joseph Moore <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
Test stage Functional Hardware Large completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/17/execution/node/600/log |
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12246/17/execution/node/601/log |
Before requesting gatekeeper:
Features:
(orTest-tag*
) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Gatekeeper: