Skip to content
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-14408 common: PMDK update to 2.1.0 #15078

Draft
wants to merge 60 commits into
base: master
Choose a base branch
from

Conversation

grom72
Copy link
Contributor

@grom72 grom72 commented Sep 5, 2024

Before requesting gatekeeper:

  • Two review approvals and any prior change requests have been resolved.
  • Testing is complete and all tests passed or there is a reason documented in the PR why it should be force landed and forced-landing tag is set.
  • Features: (or Test-tag*) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.
  • Commit messages follows the guidelines outlined here.
  • Any tests skipped by the ticket being addressed have been run and passed in the PR.

Gatekeeper:

  • You are the appropriate gatekeeper to be landing the patch.
  • The PR has 2 reviews by people familiar with the code, including appropriate owners.
  • Githooks were used. If not, request that user install them and check copyright dates.
  • Checkpatch issues are resolved. Pay particular attention to ones that will show up on future PRs.
  • All builds have passed. Check non-required builds for any new compiler warnings.
  • Sufficient testing is done. Check feature pragmas and test tags and that tests skipped for the ticket are run and now pass with the changes.
  • If applicable, the PR has addressed any potential version compatibility issues.
  • Check the target branch. If it is master branch, should the PR go to a feature branch? If it is a release branch, does it have merge approval in the JIRA ticket.
  • Extra checks if forced landing is requested
    • Review comments are sufficiently resolved, particularly by prior reviewers that requested changes.
    • No new NLT or valgrind warnings. Check the classic view.
    • Quick-build or Quick-functional is not used.
  • Fix the commit message upon landing. Check the standard here. Edit it to create a single commit. If necessary, ask submitter for a new summary.

NDCTL features can not be used with no-DCPM PMem (simulated PMem)
PMEMOBJ_CONF=sds.at_create=0 disables NDCTL features in PMDK

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
dcpm storage class with NDCTL enabled requires at least
18432 stack size for ULT.

PR-repos: pmdk@PR-38:11
Priority: 2
Cancel-prev-build: false

Skip-nlt: false
Skip-unit-tests: false
Skip-func-test-vm: false
Skip-test-rpms: false
Allow-unstable-test: true
Skip-func-hw-test-large: false
Skip-func-hw-test-medium: false
Skip-func-hw-test-medium-verbs-provider: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
…tion

PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false

Skip-build-ubuntu20-rpm
Skip-build-leap15-rpm
Skip-build-leap15-icc
Skip-build-el9-rpm
Skip-nlt: false
Skip-unit-tests: false
Skip-func-test-vm: false
Skip-test-rpms: false
Allow-unstable-test: true
Skip-func-hw-test-large: true
Skip-func-hw-test-medium: false
Skip-func-hw-test-medium-verbs-provider: true

Required-githooks: true
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Priority: 2
Cancel-prev-build: false

Skip-nlt: false
Skip-unit-tests: false
Skip-func-test-vm: false
Skip-test-rpms: false
Allow-unstable-test: true
Skip-func-hw-test-large: false
Skip-func-hw-test-medium: false
Skip-func-hw-test-medium-verbs-provider: false

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Test-tag: DaosBuild
Priority: 2
Cancel-prev-build: false

Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: true
Skip-unit-tests: true
Skip-func-test-vm: true
Skip-test-rpms: true
Allow-unstable-test: true
Skip-func-hw-test-large: true
Skip-func-hw-test-medium: false
Skip-func-hw-test-medium-verbs-provider: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
…tions

PR-repos: pmdk@PR-38:11

Test-tag: DaosBuild
Priority: 2
Cancel-prev-build: false

Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: true
Skip-unit-tests: true
Skip-func-test-vm: true
Skip-test-rpms: true
Allow-unstable-test: true
Skip-func-hw-test-large: true
Skip-func-hw-test-medium: false
Skip-func-hw-test-medium-verbs-provider: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Priority: 2
Cancel-prev-build: false
Allow-unstable-test: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Allow-unstable-test: true

(Repeate test only with PMem HW)

Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: true
Skip-unit-tests: true
Skip-func-test-vm: true
Skip-test-rpms: true
Skip-func-hw-test-large: true

Skip-func-hw-test-medium: false

Skip-func-hw-test-medium-verbs-provider: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Allow-unstable-test: true
Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: false
Skip-unit-tests: false
Skip-func-test-vm: false
Skip-test-rpms: true
Skip-func-hw-test-large: true
Skip-func-hw-test-medium: true
Skip-func-hw-test-medium-verbs-provider: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
This reverts commit a9a4a5c.

PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Allow-unstable-test: true
Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: false
Skip-unit-tests: false
Skip-func-test-vm: false
Skip-test-rpms: true
Skip-func-hw-test-large: true
Skip-func-hw-test-medium: true
Skip-func-hw-test-medium-verbs-provider: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Allow-unstable-test: true
Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: false
Skip-unit-tests: false
Skip-func-test-vm: false
Skip-test-rpms: true
Skip-func-hw-test-large: true
Skip-func-hw-test-medium: true
Skip-func-hw-test-medium-verbs-provider: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Allow-unstable-test: true
Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: true
Skip-unit-tests: false
Skip-func-test-vm: true
Skip-test-rpms: true
Skip-func-hw-test-large: true
Skip-func-hw-test-medium: true
Skip-func-hw-test-medium-verbs-provider: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Allow-unstable-test: true
Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: true
Skip-unit-tests: false
Skip-unit-test-memcheck: true
Skip-func-test-vm: true
Skip-test-rpms: true
Skip-func-hw-test-large: true
Skip-func-hw-test-medium: true
Skip-func-hw-test-medium-verbs-provider: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Allow-unstable-test: true
Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: true
Skip-unit-tests: false
Skip-unit-test-memcheck: true
Skip-func-test-vm: true
Skip-test-rpms: true
Skip-func-hw-test-large: true
Skip-func-hw-test-medium: true
Skip-func-hw-test-medium-verbs-provider: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Allow-unstable-test: false
Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: false
Skip-unit-tests: true
Skip-unit-test-memcheck: true
Skip-func-test-vm: true
Skip-test-rpms: true
Skip-func-hw-test-large: true
Skip-func-hw-test-medium: true
Skip-func-hw-test-medium-verbs-provider: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Allow-unstable-test: false
Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: false
Skip-unit-tests: false
Skip-unit-test-memcheck: true
Skip-func-test-vm: true
Skip-test-rpms: true
Skip-func-hw-test-large: true
Skip-func-hw-test-medium: true
Skip-func-hw-test-medium-verbs-provider: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Skip-func-hw-test-large: false
Skip-func-hw-test-medium: false
Skip-func-hw-test-medium-verbs-provider: false

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Priority: 2
Cancel-prev-build: false
Skip-func-hw-test-large: false
Skip-func-hw-test-medium: false
Skip-func-hw-test-medium-verbs-provider: false

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Allow-unstable-test: false
Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: false
Skip-unit-tests: false
Skip-unit-test-memcheck: true
Skip-func-test-vm: true
Skip-test-rpms: true
Skip-func-hw-test-large: true
Skip-func-hw-test-medium: true
Skip-func-hw-test-medium-verbs-provider: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Allow-unstable-test: false
Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: true
Skip-unit-tests: false
Skip-unit-test-memcheck: true
Skip-func-test-vm: true
Skip-test-rpms: true
Skip-func-hw-test-large: true
Skip-func-hw-test-medium: true
Skip-func-hw-test-medium-verbs-provider: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Allow-unstable-test: false
Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: true
Skip-unit-tests: false
Skip-unit-test-memcheck: true
Skip-func-test-vm: true
Skip-test-rpms: true
Skip-func-hw-test-large: true
Skip-func-hw-test-medium: true
Skip-func-hw-test-medium-verbs-provider: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Allow-unstable-test: false
Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: true
Skip-unit-tests: false
Skip-unit-test-memcheck: true
Skip-func-test-vm: true
Skip-test-rpms: true
Skip-func-hw-test-large: true
Skip-func-hw-test-medium: true
Skip-func-hw-test-medium-verbs-provider: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Allow-unstable-test: false
Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: false
Skip-unit-tests: false
Skip-unit-test-memcheck: false
Skip-func-test-vm: false
Skip-test-rpms: false
Skip-func-hw-test-large: false
Skip-func-hw-test-medium: false
Skip-func-hw-test-medium-verbs-provider: false
Skip-func-hw-test-medium-md-on-ssd: false

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Allow-unstable-test: true
Skip-func-hw-test-large: false
Skip-func-hw-test-medium: false
Skip-func-hw-test-medium-verbs-provider: false
Skip-func-hw-test-medium-md-on-ssd: false

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Cancel-prev-build: false
Doc-only: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Cancel-prev-build: false
Doc-only: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Allow-unstable-test: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Allow-unstable-test: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Doc-only: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
This reverts commit dbb626b.

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
…h DCPM"

This reverts commit 6e07425.

(Build with legacy PMDK pkg (2.1.0-1))
Priority: 2
Cancel-prev-build: false
Allow-unstable-test: true
Skip-func-hw-test-large: false

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Copy link

github-actions bot commented Sep 5, 2024

Ticket title is 'NDCTL must be enabled to provide support for RAS functionality in PMDK'
Status is 'In Review'
Labels: 'scrubbed_2.8,triaged'
https://daosio.atlassian.net/browse/DAOS-14408

@daosbuild1
Copy link
Collaborator

Test stage Unit Test bdev with memcheck on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15078/1/testReport/

@daosbuild1
Copy link
Collaborator

Test stage Unit Test on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15078/1/testReport/

@daosbuild1
Copy link
Collaborator

Test stage NLT on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15078/1/testReport/

@daosbuild1
Copy link
Collaborator

Test stage Unit Test with memcheck on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15078/1/testReport/

@grom72 grom72 force-pushed the grom72/DAOS-14408-update-to-2.1.0 branch from c4a2f86 to 47b1450 Compare September 5, 2024 19:11
 with DCPM

PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Allow-unstable-test: true
Skip-func-hw-test-large: false
Skip-func-hw-test-medium: false
Skip-func-hw-test-medium-verbs-provider: false
Skip-func-hw-test-medium-ucx-provider: false

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Priority: 2
Cancel-prev-build: false
Doc-only: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
@grom72 grom72 force-pushed the grom72/DAOS-14408-update-to-2.1.0 branch from 47b1450 to 435912d Compare September 5, 2024 20:23
PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false

Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: true
Skip-unit-tests: true
Skip-func-test-vm: true
Skip-test-rpms: true

Allow-unstable-test: true
Skip-func-hw-test-large: true
Skip-func-hw-test-medium: false
Skip-func-hw-test-medium-verbs-provider: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Doc-only: true
Cancel-prev-build: false

Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: true
Skip-unit-tests: false
Skip-func-test-vm: true
Skip-test-rpms: true
Skip-unit-test-memcheck: false

Allow-unstable-test: true
Skip-func-hw-test: false

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Doc-only: true
Cancel-prev-build: false

Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Skip-nlt: true
Skip-unit-tests: false
Skip-func-test-vm: true
Skip-test-rpms: true
Skip-unit-test-memcheck: false

Allow-unstable-test: true
Skip-func-hw-test: false

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
This reverts commit da701b4.

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
This reverts commit 88d5087.

Priority: 2
Doc-only: true
Cancel-prev-build: false

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Priority: 2
Cancel-prev-build: false
Allow-unstable-test: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
…tion

Priority: 2
Cancel-prev-build: false
Allow-unstable-test: true

Required-githooks: true
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
…tion

Required-githooks: true
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Allow-unstable-test: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Allow-unstable-test: true
Skip-func-hw-test: false

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
ValidatePMDKEnvVar() has been removed from config.Validate().
Validation is a side effect of the inability to update PMDK-related variables

PR-repos: pmdk@PR-38:11

Priority: 2
Cancel-prev-build: false
Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true
Allow-unstable-test: false

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Doc-only: true
Cancel-prev-build: false

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
(Build with daos-stack/pmdk:master)

Cancel-prev-build: false
Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true

PR-repos: pmdk@PR-38:11
Cancel-prev-build: false

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Test-tag: DaosBuild

Priority: 2
PR-repos: pmdk@PR-38:11
Cancel-prev-build: false
Allow-unstable-test: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Remove derived dependency for SUSE:
"daos-client-tests.x86_64: E: explicit-lib-dependency libndctl-devel"

Test-tag: DaosBuild

Priority: 2
PR-repos: pmdk@PR-38:11
Cancel-prev-build: false
Allow-unstable-test: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
Skip-build-ubuntu20-rpm: true
Skip-build-leap15-rpm: true
Skip-build-leap15-icc: true
Skip-build-el9-rpm: true

Cancel-prev-build: false
Skip-func-hw-test: true

Required-githooks: true

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
@grom72 grom72 force-pushed the grom72/DAOS-14408-update-to-2.1.0 branch from 695ac89 to 476cf29 Compare September 13, 2024 06:15
@daosbuild1
Copy link
Collaborator

Test stage Unit Test on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15078/8/testReport/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants