From 21152e75c4ffb3053ea946c32237619be6627eb1 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 22 Dec 2015 06:53:05 -0800 Subject: [PATCH] Add query for manila-neutron job timeout bug 1528597 90 hits in 7 days, check and gate, master and stable/liberty, all failures. The job timeout is set to 70 minutes but the test timeout is set to 500 seconds, and there is at least one test taking over 400 seconds, and this mostly hits on the OVH nodes, which are the slowest that infra uses. So slow tests plus slow nodes equals timeout. But the manila team should investigate what's so slow about the tests anyway. Change-Id: I52ccee0141024f1182bbccfb740016527d21f876 Related-Bug: #1528597 --- queries/1528597.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 queries/1528597.yaml diff --git a/queries/1528597.yaml b/queries/1528597.yaml new file mode 100644 index 00000000..1816fea7 --- /dev/null +++ b/queries/1528597.yaml @@ -0,0 +1,6 @@ +query: > + message:"Killed" AND + message:"timeout -s 9" AND + tags:"console" AND + (build_name:"gate-manila-tempest-dsvm-neutron" OR + build_name:"gate-manila-tempest-dsvm-neutron-multibackend")