Merge "Collect tftpd info from journald"
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user