You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Build a wazuh-dashboard package and upload it using the GHA (v4.10.0-alpha3)
Build another package and upload it using the GHA (same parameter)
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):
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:
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
The text was updated successfully, but these errors were encountered: