SRE-3965 tests: Refine medium MD on SSD stages for cb test tag - #18870
Open
ryon-jensen wants to merge 1 commit into
Open
SRE-3965 tests: Refine medium MD on SSD stages for cb test tag#18870ryon-jensen wants to merge 1 commit into
ryon-jensen wants to merge 1 commit into
Conversation
Cluster box capable tests now carry both the cb and hw tags so that they run on the PMEM hardware stages as well as the cluster box. Draw the line at MD on SSD: exclude cb tests from the medium MD on SSD hardware stages and add a cluster box stage for each provider used by those stages. - Add -cb to Functional Hardware Medium MD on SSD, Medium TCP MD on SSD, Medium TCP Provider MD on SSD and Medium Verbs MD on SSD. - Add Functional Cluster Box Medium MD on SSD, Medium TCP MD on SSD and Medium Verbs MD on SSD stages. The TCP cluster box stage uses an unfiltered cb,medium tag set because it stands in for both the TCP and TCP Provider hardware stages, which share the ofi+tcp provider. - Add the FUNCTIONAL_CLUSTER_BOX_LABEL parameter used by those stages. Large MD on SSD stages are unchanged as no cb tagged test is large. Signed-off-by: Ryon Jensen <ryon.jensen@hpe.com>
|
Errors are Unable to load ticket data |
Collaborator
|
Test stage Functional Hardware 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-18870/1/execution/node/1681/log |
Collaborator
|
Test stage Functional Hardware Medium Verbs 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-18870/1/execution/node/1752/log |
Collaborator
|
Test stage Functional Hardware Medium TCP 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-18870/1/execution/node/1776/log |
phender
approved these changes
Aug 18, 2026
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.
Cluster box capable tests now carry both the
cbandhwtags so that they run on the PMEM hardware stages as well as the cluster box. The line is drawn at MD on SSD: the medium MD on SSD hardware stages excludecbtests, and each provider used by those stages gets an associated cluster box stage.-cbtoFunctional Hardware Medium MD on SSD,Medium TCP MD on SSD,Medium TCP Provider MD on SSDandMedium Verbs MD on SSD.Functional Cluster Box Medium MD on SSD(default provider,cb,medium,-provider),Functional Cluster Box Medium TCP MD on SSD(ofi+tcp, unfilteredcb,mediumsince it stands in for both the TCP and TCP Provider hardware stages) andFunctional Cluster Box Medium Verbs MD on SSD(ofi+verbs;ofi_rxm,cb,medium,-provider).FUNCTIONAL_CLUSTER_BOX_LABELparameter used by those stages.Large MD on SSD stages are unchanged as no
cbtagged test is large.Companion PRs: #18810 (master), #18811 (daily-testing).
Ticket: SRE-3965