Merge "ci-workarounds/get_extra_logging.yaml : avoid grep failure"
This commit is contained in:
commit
b39989f50e
@ -4,5 +4,5 @@
|
||||
shell: "journalctl -t in.tftpd > {{ zuul_output_dir }}/logs/tftpd-journal.txt"
|
||||
become: yes
|
||||
- name: Get network connection information for ironic process
|
||||
shell: "netstat -apn |grep ironic > {{ zuul_output_dir }}/logs/post-job-network-connections.txt"
|
||||
shell: "netstat -apn > {{ zuul_output_dir }}/logs/post-job-network-connections.txt"
|
||||
become: yes
|
||||
|
Loading…
Reference in New Issue
Block a user