SRE-4012 tests: Move PoolCreateAllHwTests.test_recycle_pools_hw to cb - #19008
Open
ryon-jensen wants to merge 1 commit into
Open
ryon-jensen wants to merge 1 commit into
ryon-jensen wants to merge 1 commit into
Conversation
|
Errors are Unable to load ticket data |
Collaborator
|
Test stage Functional Cluster Box Medium MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-19008/2/execution/node/1051/log |
Collaborator
|
Test stage Functional Cluster Box Medium MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-19008/1/execution/node/1052/log |
ryon-jensen
force-pushed
the
ryon-jensen/SRE-4012
branch
from
September 4, 2026 01:28
df21f0a to
26a5d7c
Compare
Collaborator
|
Test stage Functional Cluster Box Medium MD on SSD completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-19008/3/testReport/ |
Move to cb: - PoolCreateAllHwTests.test_recycle_pools_hw The test yaml hard coded DCPM storage (class: dcpm, scm_list /dev/pmem0 and /dev/pmem1), which cannot work on the cluster box nodes since they have no PMem. Launch fails the test during its Prepare stage in check_server_storage() because "ndctl list" reports no pmem devices. Pinning the storage also opts the test out of the auto generated storage yaml produced for the MD on SSD stages. Use "storage: auto" instead, matching the rest of the ftest suite, so launch generates a ram tier 0 with MD on SSD roles on the cluster box and a pmem tier 0 on hardware. Skip-functional-hardware-medium: true Skip-functional-hardware-medium-md-on-ssd: true Skip-functional-hardware-medium-vmd: true Skip-functional-hardware-medium-verbs-provider: true Skip-functional-hardware-medium-verbs-provider-md-on-ssd: true Skip-functional-hardware-medium-ucx-provider: true Skip-functional-hardware-large: true Skip-functional-hardware-large-md-on-ssd: true Skip-cancel-previous-builds: true Signed-off-by: Ryon Jensen <ryon.jensen@hpe.com>
ryon-jensen
force-pushed
the
ryon-jensen/SRE-4012
branch
from
September 9, 2026 19:56
26a5d7c to
8dd4cd2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Steps for the author:
After all prior steps are complete: