Skip to content

Commit

Permalink
Testing with 1800 seg in async timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bordon committed Jan 8, 2025
1 parent 13f094e commit 3be2ee6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/packages_builder_ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,11 @@ jobs:
- name: Run Ansible playbook to install Wazuh components
run: |
ansible-playbook -i ${{ env.ALLOCATOR_PATH }}/inventory_ansible.ini ${{ env.PLAYBOOKS_PATH }}/build_ami_packages.yaml --extra-vars "installation_assistant_reference=${{ inputs.wazuh_installation_assistant_reference }}" ${{ inputs.debug }}
ansible-playbook -i ${{ env.ALLOCATOR_PATH }}/inventory_ansible.ini \
${{ env.PLAYBOOKS_PATH }}/build_ami_packages.yaml \
--extra-vars "installation_assistant_reference=${{ inputs.wazuh_installation_assistant_reference }}" \
"${{ inputs.VERBOSITY }}"
- name: Stop instance
run: |
Expand Down
2 changes: 1 addition & 1 deletion ami/playbooks/build_ami_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@

- name: Run {{ installer_script_name }} script
command: "bash {{ installation_assistant_directory }}/{{ installer_script_name }} -a -v -o -d"
async: 300
async: 1800
poll: 0
register: install_result

Expand Down

0 comments on commit 3be2ee6

Please sign in to comment.