File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 157157 url : " report.html"
158158 metadata :
159159 type : html_report
160+
161+ - name : " Run ci/playbooks/collect-logs.yml on CRC host"
162+ hosts : crc
163+ gather_facts : false
164+ tasks :
165+ - name : Get kubelet journalctl logs
166+ ignore_errors : true # noqa: ignore-errors
167+ become : true
168+ ansible.builtin.shell : |
169+ journalctl -u kubelet > kubelet.log
170+ no_log : true
171+ args :
172+ chdir : " {{ ansible_user_dir }}/zuul-output/logs/"
Original file line number Diff line number Diff line change 2626 cmd : >-
2727 ansible-playbook playbooks/99-logs.yml
2828 -e @scenarios/centos-9/base.yml
29+
30+ - name : " Run ci/playbooks/collect-logs.yml on CRC host"
31+ hosts : crc
32+ gather_facts : false
33+ tasks :
34+ - name : Get kubelet journalctl logs
35+ ignore_errors : true # noqa: ignore-errors
36+ become : true
37+ ansible.builtin.shell : |
38+ journalctl -u kubelet > kubelet.log
39+ no_log : true
40+ args :
41+ chdir : " {{ ansible_user_dir }}/zuul-output/logs/"
You can’t perform that action at this time.
0 commit comments