From c986124d8d088985d3428541ab55e2ba8ead0c84 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 10 Oct 2017 14:16:03 -0400 Subject: [PATCH] base: ignore_errors for logstash processing We don't want to fail a passing job because we are unable to process logstash requests. This promotes I9e356067fc317626c6473988d37f0815d3be17a4 based on the results of I09ac20b3033c09b9bf2592174728c6854327576f. Change-Id: I82179d6ef3eae5d63e80e147304e428e17c8c941 Signed-off-by: Paul Belanger --- playbooks/base/post-logs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/base/post-logs.yaml b/playbooks/base/post-logs.yaml index b1419e3e2c..7ffe9cab21 100644 --- a/playbooks/base/post-logs.yaml +++ b/playbooks/base/post-logs.yaml @@ -11,6 +11,9 @@ zuul_log_url: "http://logs.openstack.org" - hosts: localhost + # NOTE(pabelanger): We ignore_errors for the following tasks as not to fail + # successful jobs. + ignore_errors: yes roles: - submit-logstash-jobs - submit-subunit-jobs