Skip to content

Commit

Permalink
collect the report tarball from smoker, not the individual files
Browse files Browse the repository at this point in the history
Fixes: 9f2ec84
  • Loading branch information
evgeni authored and ehelms committed Feb 14, 2024
1 parent d9f962a commit d3145ef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions playbooks/collect_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@
paths: "{{ smoker_output_dir }}"
patterns:
- "junit.xml"
- "*.html"
- "*.css"
- "*.png"
recurse: True
- "report.tar*"
recurse: False
register: smoker_results

- name: "Copy smoker results"
Expand Down

0 comments on commit d3145ef

Please sign in to comment.