From d781d461d529e50dfedbf88322397df51db98133 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Fri, 12 Sep 2014 12:07:10 -0700 Subject: [PATCH] Add fingerprint for bug 1368910 Bug 1368910 is triggered due to failure to access a external site (for interpshinx) combined with causing docs jobs to fail on warnings. Since there isn't a single line that shows us both limit the query to nova-docs since we know that is fails on warnings. Change-Id: I59bd182e64e46729446b89d5f4b8d492fd37eae8 Related-Bug: #1368910 --- queries/1368910.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1368910.yaml diff --git a/queries/1368910.yaml b/queries/1368910.yaml new file mode 100644 index 00000000..aa1c9853 --- /dev/null +++ b/queries/1368910.yaml @@ -0,0 +1,4 @@ +query: > + message:"WARNING: intersphinx inventory" + AND tags:"console.html" + AND build_name:"gate-nova-docs"