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

Remove package upload verification stage #405

Closed
rauldpm opened this issue Nov 11, 2024 · 0 comments · Fixed by #406
Closed

Remove package upload verification stage #405

rauldpm opened this issue Nov 11, 2024 · 0 comments · Fixed by #406
Assignees
Labels
level/task Task issue type/bug Bug issue

Comments

@rauldpm
Copy link
Member

rauldpm commented Nov 11, 2024

Describe the bug

The #385 added a verification stage to avoid the package upload to the S3 bucket if the package already exists, this broke the release package generation as the package is removed after 14 days, and usually, we have 1 week between stages, so if we have a Beta 1 package the Beta 2 package generation will fail, this condition should not be executed

To Reproduce
Steps to reproduce the behavior:

  1. Build a wazuh-dashboard package and upload it using the GHA (v4.10.0-alpha3)
  2. Build another package and upload it using the GHA (same parameter)
  3. See the failed stage (verify package exists)

Expected behavior
The package should be uploaded unless the tests failed

OpenSearch Version
Default

Dashboards Version
Default

Plugins
Default

Screenshots

Not applicable

Host/Environment (please complete the following information):

Additional context

See the GHA links

@wazuhci wazuhci moved this to Backlog in Release 4.10.0 Nov 11, 2024
@Tostti Tostti self-assigned this Nov 11, 2024
@Tostti Tostti linked a pull request Nov 11, 2024 that will close this issue
7 tasks
@wazuhci wazuhci moved this from Backlog to In progress in Release 4.10.0 Nov 11, 2024
@Tostti Tostti closed this as completed Nov 11, 2024
@wazuhci wazuhci moved this from In progress to Done in Release 4.10.0 Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue type/bug Bug issue
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants