jmarchel 49ebb72960 Improve the CI check for pod liveness to fail on pods that are repeatedly restarting
Change-Id: Ic7d638c090c108efc70a8a9d5f417fbf0ca84795
2024-02-09 21:35:48 +00:00

16 lines
412 B
YAML

- hosts: all
tasks:
- name: Install helm charts
include_role:
name: helm-template
vars:
helm_release_name: "{{ zj_item.key }}"
helm_chart: "{{ zj_item.value }}"
loop: "{{ helm_charts | dict2items }}"
loop_control:
loop_var: 'zj_item'
- name: Check pod restarts after helm chart installations
include_role:
name: check-pod-restarts