From 14c3e55d3da7512aa66e221b97a4873877c7a379 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 24 Jun 2015 15:33:52 -0400 Subject: [PATCH] Add query for failing puppet-apply-centos6 job We have a bouncing puppet job in -infra that is only affecting CentOS6. This seems to be an underlying git issue on the host. Change-Id: I11c09497189978dad46d86a6c4a4c84e66f5fe0e Related-Bug: #1468480 Signed-off-by: Paul Belanger --- queries/1468480.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1468480.yaml diff --git a/queries/1468480.yaml b/queries/1468480.yaml new file mode 100644 index 00000000..c7633dbc --- /dev/null +++ b/queries/1468480.yaml @@ -0,0 +1,4 @@ +query: >- + message:"Build timed out (after 30 minutes). Marking the build as failed." + AND build_name:"gate-infra-puppet-apply-centos6" + AND tags:"console"