Cleanup e2e test log artifacts directory paths #6900
Labels
area/testing
Issues or PRs related to testing
kind/feature
Categorizes issue or PR as related to a new feature.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
User Story
As a developer I would like to have a intuitive folder structure at the artifacts directory to simplify the process of searching for specific artifacts.
Detailed Description
#6892 adds log artifacts for non CAPI controller deployments to a directory at:
artifacts/clusters/<cluster-name>/logs/<namespace>/<deployment>/<pod>
The controller pod logs are currently at
artifacts/clusters/<cluster-name>/controllers/<deployment>/<pod>/
It would make sense to move the logs of the capi controllers also to
artifacts/clusters/<cluster-name>/logs/<namespace>/<deployment>/<pod>
to have a consistent way of storing any logs.Anything else you would like to add:
Follow-up from discussion #6892 (comment)
/kind feature
The text was updated successfully, but these errors were encountered: