Collect tftpd info from journald
This patch adds a post run playbook that collects info about the tftpd daemon from journald to be available at the end of the CI process. Change-Id: I1dd11a8804b976e3abc42a43102c1b52fbe03f5a
This commit is contained in:
parent
3ba8ca3ac8
commit
df5bb921b8
5
playbooks/ci-workarounds/get_tftpd.yaml
Normal file
5
playbooks/ci-workarounds/get_tftpd.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
- hosts: all
|
||||||
|
tasks:
|
||||||
|
- name: Get tftpd info from journald
|
||||||
|
shell: "journalctl -t in.tftpd > {{ zuul_output_dir }}/logs/tftpd-journal.txt"
|
||||||
|
become: yes
|
@ -4,6 +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-bionic
|
nodeset: openstack-single-node-bionic
|
||||||
|
post-run: playbooks/ci-workarounds/get_tftpd.yaml
|
||||||
timeout: 10800
|
timeout: 10800
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack/ironic
|
- openstack/ironic
|
||||||
|
Loading…
Reference in New Issue
Block a user