From de67148725551a9f56ae6fb584d1550f96055961 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 19 Mar 2019 14:35:48 -0400 Subject: [PATCH] Add query for etcd3 grenade-py3 bug 1820892 325 hits since March 14, check and gate, all failures. etcd3gw is getting installed into the py27 runtime for some reason but it's a py3 job so things like cinder that are running under py3 can't find etcd3gw to import it. Seems like somthing tickled this after the change to use bionic nodes. Change-Id: I07cbc075ea46a79f9b664086551f1d06e588981e --- queries/1820892.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1820892.yaml diff --git a/queries/1820892.yaml b/queries/1820892.yaml new file mode 100644 index 00000000..d00deb06 --- /dev/null +++ b/queries/1820892.yaml @@ -0,0 +1,4 @@ +query: >- + message:"Error starting thread.: ModuleNotFoundError: No module named 'etcd3gw'" AND + tags:"screen" AND + build_name:"grenade-py3"