Browse Source

CI: fix broken debugging (#12381)

pull/12388/head
Max Gautier 2 months ago
committed by GitHub
parent
commit
cbdfad8e80
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      tests/testcases/020_check-pods-running.yml

2
tests/testcases/020_check-pods-running.yml

@ -31,7 +31,7 @@
loop_control: loop_control:
label: "{{ item.namespace }}/{{ item.name }}" label: "{{ item.namespace }}/{{ item.name }}"
- name: Get logs from broken pods - name: Get logs from broken pods
command: "{{ bin_dir }}/kubectl logs -n {{ item.namespace }} {{ item.pod }}"
command: "{{ bin_dir }}/kubectl logs -n {{ item.namespace }} {{ item.name }}"
loop: "{{ pods_not_running + pods_not_ready }}" loop: "{{ pods_not_running + pods_not_ready }}"
loop_control: loop_control:
label: "{{ item.namespace }}/{{ item.name }}" label: "{{ item.namespace }}/{{ item.name }}"

Loading…
Cancel
Save