From 55c0e9c7925733293df734e30ae5d172b54e05b9 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 30 May 2017 10:52:11 -0700 Subject: [PATCH] Add query for d-g ping check failures. This adds a query for bug 1694501 which will track when devstack-gate ping checks to the mirror host fail. This fails jobs because we fail early if we cannot talk to the mirror host in expectation that the rest of the job will fail in a less clear manner due to networking problems. Change-Id: I16783d942a7b51c527eac6f80f0a8daa933e0352 --- queries/1694501.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1694501.yaml diff --git a/queries/1694501.yaml b/queries/1694501.yaml new file mode 100644 index 00000000..3fd2d9ed --- /dev/null +++ b/queries/1694501.yaml @@ -0,0 +1,3 @@ +query: >- + message:"FAILED | network_sanity_check : Perform ping check." AND + tags:"devstack-gate-setup-host.txt"