gate(fix): Tolerate log collection failure

This PS updates the log collection role to tolerate failure
to collect data for kubernetes objects that may no longer
be present when the script attempts to query for them.

Signed-off-by: Pete Birley <pete@port.direct>
Change-Id: I72b88ab2924825e8fd6d160ca68da8b63e1ee649
This commit is contained in:
Pete Birley 2021-01-19 01:02:23 -06:00 committed by Pete Birley
parent 06ae5e2db7
commit 64405d3f77

View File

@ -10,7 +10,7 @@
- name: Gather kubernetes logs
shell: |
set -xe;
set -x;
./tools/gate/gather-pod-logs.sh
./tools/gate/gather-objects.sh
environment: