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

Add a script to collect logs from containers #592

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

vvarg229
Copy link
Collaborator

@vvarg229 vvarg229 commented Aug 7, 2023

Added a script for collecting logs from docker containers and merging them into an archive.
This is needed to collect logs and debug in case tests do not run, for example, if dev-env on CI does not run.

Note - this script only collects logs to the archive, sending logs to NeoFS is done on the github actions side.

Added a script for collecting logs from docker containers and merging them into
an archive.
This is needed to collect logs and debug in case tests do not run, for example,
if dev-env on CI does not run.

Signed-off-by: Oleg Kulachenko <[email protected]>
@vvarg229 vvarg229 marked this pull request as ready for review August 7, 2023 17:07
@roman-khimov
Copy link
Member

Is it gonna be executed as an additional step in GH Action? Only on failures or always?

@vvarg229
Copy link
Collaborator Author

vvarg229 commented Aug 7, 2023

Is it gonna be executed as an additional step in GH Action? Only on failures or always?
It will be separate steps, here's the PR that has the necessary changes:

nspcc-dev/neofs-node#2476

@vvarg229 vvarg229 merged commit dc009ea into nspcc-dev:master Aug 8, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants