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 purpose of this step is to generate the necessary adaptations in the GHA workflows, mainly used for PR checks but also manually executable, in order to adapt to the new way of installing Wazuh through packages and to use an S3 service to generate the link or URL.
Take into account the Spike Diagrams.
Involved steps
Able to identify (either by input or by inferring it) if it’s a Production, PreRelease or Development deployment in the Workflows
All defaults must target ‘Production’ type deployment.
Create step to download the URLs file and saving it into the right folder, in case it isn’t a Production deployment
wazuh-ansible/roles/vars
Make sure to accomplish the Compatibility Matrix, so all supported operative systems, architectures and Wazuh components are properly tested (As these workflows are used for PR checks).
New involved steps
Workflows should verify the proper installation and seamless connection of various hosts running the Wazuh agent to Wazuh server instances.
Fix a recently identified bug where the workflow inputs always default to their preset values, resulting in tests being executed on all operating systems regardless of the specified inputs when initiating the workflow.
The text was updated successfully, but these errors were encountered:
Description
The purpose of this step is to generate the necessary adaptations in the GHA workflows, mainly used for PR checks but also manually executable, in order to adapt to the new way of installing Wazuh through packages and to use an S3 service to generate the link or URL.
Take into account the Spike Diagrams.
Involved steps
wazuh-ansible/roles/vars
New involved steps
The text was updated successfully, but these errors were encountered: