Skip to content

Commit fc44237

Browse files
committed
DNM Checking kubelet logs
The kubelet service logs provides many interesting information, that might be helpful to see what is the root cause of failing job. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
1 parent 54d7648 commit fc44237

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

ci/playbooks/e2e-collect-logs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- name: "Run ci/playbooks/e2e-collect-logs.yml"
3-
hosts: "{{ cifmw_zuul_target_host | default('all') }}"
3+
hosts: "{{ cifmw_zuul_target_host | default('all') }}"
44
gather_facts: true
55
tasks:
66
- name: Filter out host if needed
@@ -27,7 +27,7 @@
2727
ansible-playbook playbooks/99-logs.yml
2828
-e @scenarios/centos-9/base.yml
2929
30-
- name: "Run ci/playbooks/collect-logs.yml on CRC host"
30+
- name: "Run ci/playbooks/e2e-collect-logs.yml on CRC host"
3131
hosts: crc
3232
gather_facts: false
3333
tasks:

zuul.d/kuttl_multinode.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
zuul_log_collection: true
1010
# More info: https://review.rdoproject.org/r/c/config/+/57582/
1111
crc_disk_limitation: true
12+
# 250MB
13+
rw_total_limit: 262144000
1214
extra-vars:
1315
crc_ci_bootstrap_cloud_name: "{{ nodepool.cloud | replace('-nodepool-tripleo','') }}"
1416
crc_ci_bootstrap_networking:

0 commit comments

Comments
 (0)