Skip to content

Commit

Permalink
[testing] testing rpm timeout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sanathramesh committed Jan 16, 2025
1 parent 4d5755f commit 47a47c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/build-fb-suse/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@
cmd: "{{ cmake_path }}/bin/cpack -G RPM"
chdir: "{{ fluent_bit_path }}/build"
creates: "{{ fluent_bit_path }}/build/fluent-bit-{{ fluent_bit_version }}-1.x86_64.rpm"
async: 180 # timeout 20m
poll: 30 # poll every 60s

- name: Rename binary for the specific OS type, version and arch
# Not actually renaming but copying, so that the previous step nor this one won't be re-executed thanks to "creates"
Expand Down

0 comments on commit 47a47c7

Please sign in to comment.