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

Error in multi-node deployment test #1642

Open
3 tasks done
vcerenu opened this issue Dec 13, 2024 · 1 comment · May be fixed by #1643
Open
3 tasks done

Error in multi-node deployment test #1642

vcerenu opened this issue Dec 13, 2024 · 1 comment · May be fixed by #1643
Assignees
Labels

Comments

@vcerenu
Copy link
Member

vcerenu commented Dec 13, 2024

Description

When running the job to test the deployment on multi-node, the following error is obtained:

image

This error occurs because this step of the job was prepared for Ubuntu 22, and currently, ubuntu-latest is Ubuntu 24, so it is necessary to modify this step.

Tasks

  • Correct the "Free disk space" step, making it suitable for running on Ubuntu 22
  • Test the workflow
  • Provide evidence of a successful execution

Related

@vcerenu vcerenu linked a pull request Dec 13, 2024 that will close this issue
@vcerenu vcerenu self-assigned this Dec 13, 2024
@teddytpc1 teddytpc1 linked a pull request Dec 13, 2024 that will close this issue
@vcerenu
Copy link
Member Author

vcerenu commented Dec 13, 2024

The step to free up disk space was modified, which had become outdated
The PR test was executed with version v4.9.2 in order to be able to run the complete test and be able to execute the space release correctly
https://github.com/wazuh/wazuh-docker/actions/runs/12321878081?pr=1643

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

Successfully merging a pull request may close this issue.

2 participants