Merge "CI: Collect a snapshot of network connections"
This commit is contained in:
commit
848ba44608
8
playbooks/ci-workarounds/get_extra_logging.yaml
Normal file
8
playbooks/ci-workarounds/get_extra_logging.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
- hosts: all
|
||||||
|
tasks:
|
||||||
|
- name: Get tftpd info from journald
|
||||||
|
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"
|
||||||
|
become: yes
|
@ -1,5 +0,0 @@
|
|||||||
- hosts: all
|
|
||||||
tasks:
|
|
||||||
- name: Get tftpd info from journald
|
|
||||||
shell: "journalctl -t in.tftpd > {{ zuul_output_dir }}/logs/tftpd-journal.txt"
|
|
||||||
become: yes
|
|
@ -4,7 +4,7 @@
|
|||||||
description: Base job for devstack/tempest based ironic jobs.
|
description: Base job for devstack/tempest based ironic jobs.
|
||||||
parent: devstack-tempest
|
parent: devstack-tempest
|
||||||
nodeset: openstack-single-node-focal
|
nodeset: openstack-single-node-focal
|
||||||
post-run: playbooks/ci-workarounds/get_tftpd.yaml
|
post-run: playbooks/ci-workarounds/get_extra_logging.yaml
|
||||||
timeout: 10800
|
timeout: 10800
|
||||||
required-projects:
|
required-projects:
|
||||||
- opendev.org/openstack/ironic
|
- opendev.org/openstack/ironic
|
||||||
|
Loading…
Reference in New Issue
Block a user