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

Store containers logs as artifacts on ci #18

Closed
denis-tingaikin opened this issue Oct 26, 2020 · 0 comments · Fixed by #143
Closed

Store containers logs as artifacts on ci #18

denis-tingaikin opened this issue Oct 26, 2020 · 0 comments · Fixed by #143
Assignees
Labels
enhancement New feature or request

Comments

@denis-tingaikin
Copy link
Member

denis-tingaikin commented Oct 26, 2020

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

  1. 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

  2. Add storing of artifacts on ci
    https://docs.github.com/en/free-pro-team@latest/actions/guides/storing-workflow-data-as-artifacts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants