Gate: Tolerate failures in log collection tasks
This PS updates the gate tasks to tollerate failures in the post run log collection tasks. Change-Id: I8b982112955f4112e8107a7eae35680aa68c87ab Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
parent
98f310eee4
commit
16a6f7af8f
@ -28,6 +28,7 @@
|
|||||||
done
|
done
|
||||||
args:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
ignore_errors: True
|
||||||
|
|
||||||
- name: "Get prometheus metrics from tiller-deploy"
|
- name: "Get prometheus metrics from tiller-deploy"
|
||||||
shell: |-
|
shell: |-
|
||||||
@ -35,6 +36,7 @@
|
|||||||
curl tiller-deploy.kube-system:44135/metrics >> "{{ logs_dir }}"/prometheus/kube-system-tiller-deploy.txt
|
curl tiller-deploy.kube-system:44135/metrics >> "{{ logs_dir }}"/prometheus/kube-system-tiller-deploy.txt
|
||||||
args:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
ignore_errors: True
|
||||||
|
|
||||||
- name: "Downloads logs to executor"
|
- name: "Downloads logs to executor"
|
||||||
synchronize:
|
synchronize:
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
args:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
register: helm_releases
|
register: helm_releases
|
||||||
|
ignore_errors: True
|
||||||
|
|
||||||
- name: "Gather get release status for helm charts"
|
- name: "Gather get release status for helm charts"
|
||||||
shell: |-
|
shell: |-
|
||||||
|
Loading…
Reference in New Issue
Block a user