Improve must-gather directory naming with version and test information#14729
Draft
dahorak wants to merge 1 commit intored-hat-storage:masterfrom
Draft
Improve must-gather directory naming with version and test information#14729dahorak wants to merge 1 commit intored-hat-storage:masterfrom
dahorak wants to merge 1 commit intored-hat-storage:masterfrom
Conversation
Update must-gather directory names to include ODF and OCP versions for better clarity and easier log identification. For failed test cases, also include the test name in the directory name. Directory naming examples: - Success: ocs_must_gather_ODF-4.21, ocp_must_gather_OCP-4.15 - Failure: ocs_must_gather_ODF-4.21_test_name, ocp_must_gather_OCP-4.15_test_name This makes it immediately clear which versions the logs are from and which test failed, improving log organization and debugging workflow. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Daniel Horak <dahorak@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dahorak The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
ocs-ci
reviewed
Mar 20, 2026
ocs-ci
left a comment
There was a problem hiding this comment.
PR validation
Cluster Name:
Cluster Configuration:
PR Test Suite: acceptance
PR Test Path: tests/
Additional Test Params:
OCP VERSION: 4.21
OCS VERSION: 4.21
tested against branch: master
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.
Update must-gather directory names to include ODF and OCP versions for better clarity and easier log identification. For failed test cases, also include the test name in the directory name.
Directory naming examples:
This makes it immediately clear which versions the logs are from and which test failed, improving log organization and debugging workflow.