From 3706436fd7d669f9483a7ebefdf9d1ec729710aa Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 24 Jun 2016 11:24:32 -0400 Subject: [PATCH] Update query for ceph scheduling bug 1475333 The previous query wasn't hitting on the ceph job at all, this is a more accurate query for the ceph job bug. There are only 7 hits in 7 days in the check queue but it's on multiple changes on the same ceph job, so it's more accurate. Change-Id: Idc888ebb4daf61bbbe3077c0040ff0bc5fa5a9df Related-Bug: #1475333 --- queries/1475333.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/queries/1475333.yaml b/queries/1475333.yaml index 18bcca8b..9f250df7 100644 --- a/queries/1475333.yaml +++ b/queries/1475333.yaml @@ -1,5 +1,4 @@ query: >- message:"Insufficient free space for volume creation on host" AND - message:"(requested / avail): 1/0.0" AND - tags:"screen-c-sch.txt" AND NOT - build_queue:"periodic-stable" + message:"ceph#ceph \(requested / avail\): 1/" AND + tags:"screen-c-sch.txt"