From b3d5abe8cd83fb10324421d0972fdf6d4d1f7eee Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 24 Jul 2018 16:04:59 -0400 Subject: [PATCH] Add query for tempest scenario run timeout bug 1783405 Unfortunately we don't have a better fingerprint for this but it's just ansible timing out the devstack-tempest task. Looking at the console log, several of the networking scenario tests are taking a long time and should probably be audited to see if they should be marked as 'slow'. 161 failures in 7 days, check and gate, all failures. Change-Id: Ia28c434465fb95999f77f851a845c9bca9440ccd --- queries/1783405.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1783405.yaml diff --git a/queries/1783405.yaml b/queries/1783405.yaml new file mode 100644 index 00000000..c3bf668c --- /dev/null +++ b/queries/1783405.yaml @@ -0,0 +1,3 @@ +query: >- + message:"RESULT_TIMED_OUT: [untrusted : git.openstack.org/openstack/tempest/playbooks/devstack-tempest.yaml@master]" AND + tags:"console"