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

Cleanup e2e test log artifacts directory paths #6900

Closed
chrischdi opened this issue Jul 12, 2022 · 2 comments · Fixed by #7002
Closed

Cleanup e2e test log artifacts directory paths #6900

chrischdi opened this issue Jul 12, 2022 · 2 comments · Fixed by #7002
Assignees
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.

Comments

@chrischdi
Copy link
Member

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

@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Jul 12, 2022
@sbueringer sbueringer added the area/testing Issues or PRs related to testing label Jul 12, 2022
@fabriziopandini fabriziopandini added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed triage/accepted Indicates an issue or PR is ready to be actively worked on. labels Jul 29, 2022
@fabriziopandini
Copy link
Member

/triage accepted

@k8s-ci-robot k8s-ci-robot added the triage/accepted Indicates an issue or PR is ready to be actively worked on. label Jul 29, 2022
@chrischdi
Copy link
Member Author

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants