We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, researching bugs can be difficult because logs push as text on test failing. Also, the text doesn't include logs of containers.
Add to https://github.com/networkservicemesh/integration-tests/blob/main/extensions/base/suite.go#L26 logic to store current POD logs into a specific folder. For example ./artifacts
./artifacts
Add storing of artifacts on ci https://docs.github.com/en/free-pro-team@latest/actions/guides/storing-workflow-data-as-artifacts
The text was updated successfully, but these errors were encountered:
Tiberivs
Successfully merging a pull request may close this issue.
Motivation
Currently, researching bugs can be difficult because logs push as text on test failing. Also, the text doesn't include logs of containers.
Solution
Add to https://github.com/networkservicemesh/integration-tests/blob/main/extensions/base/suite.go#L26 logic to store current POD logs into a specific folder. For example
./artifacts
Add storing of artifacts on ci
https://docs.github.com/en/free-pro-team@latest/actions/guides/storing-workflow-data-as-artifacts
The text was updated successfully, but these errors were encountered: