From afea6091ae32c282050d283f6525fdb4c579b6a8 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 17 Apr 2019 17:58:03 -0400 Subject: [PATCH] Add query for pip3.6 install seg fault bug 1825251 4 hits in 7 days, check and gate, all failures, only in py36 jobs (bionic nodes). Change-Id: If0da73710708755ecaec6da9cfd62c1171234f55 --- queries/1825251.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1825251.yaml diff --git a/queries/1825251.yaml b/queries/1825251.yaml new file mode 100644 index 00000000..b6d82f5b --- /dev/null +++ b/queries/1825251.yaml @@ -0,0 +1,4 @@ +query: >- + message:"Segmentation fault" AND + message:"$cmd_pip $upgrade $install_test_reqs" AND + tags:"console"