File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
ansible/roles/hpctests/tasks Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 6464 become : false
6565 when : hpctests_pingpong_plot | bool
6666
67- - ansible.builtin.debug :
68- # yamllint disable rule:line-length
69- msg : |
67+ - name : Set fact for summary
68+ ansible.builtin.set_fact :
69+ # yamllint disable rule:line-length
70+ hpctests_pingpong_summary : |
7071 Summary for pingpong using 2x scheduler-selected nodes in '{{ hpctests_partition }}' partition, job ID {{ _pingpong_jobid }}, device '{{ hpctests_ucx_net_devices }}':
7172
7273 Nodes: {{ hpctests_pingpong_run_nodes.stdout.split()[1] }}
7879 {{ _pingpong_plot.stdout }}
7980 {% endif %}
8081 # yamllint enable rule:line-length
82+
83+ - ansible.builtin.debug :
84+ msg : |
85+ {{ hpctests_pingpong_summary }}
86+
87+ - name : Write summary
88+ ansible.builtin.copy :
89+ dest : " {{ _pingpong_local_output | dirname }}/summary.txt"
90+ content : " {{ hpctests_pingpong_summary }}"
91+ mode : " 0644"
92+ delegate_to : localhost
93+ become : false
You can’t perform that action at this time.
0 commit comments