Skip to content

Commit

Permalink
Find the report file
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Aug 26, 2024
1 parent 6eeb1e5 commit ed77a76
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ci/report_result.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
---
- name: find the test run results
ansible.builtin.shell:
cmd: |
find ~ -name *.out
register: file

- ansible.builtin.debug:
var: file.stdout

- name: Move callback_plugin result to log dir
ansible.builtin.shell:
cmd: |
cp ~/test_run_result.out {{ test_dir }}/test_run_result.log
# cp ~/summary_results.log {{ autoscaling_logs_dir }}/summary_results.log
cp ~/summary_results.log {{ autoscaling_logs_dir }}/summary_results.log
- name: Grep the number of failed tasks
ansible.builtin.shell:
Expand Down

0 comments on commit ed77a76

Please sign in to comment.