From e9ce0d334d9c0d025219025f860cea6fea5cd58c Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Fri, 23 Jan 2015 11:29:14 -0800 Subject: [PATCH] Blacklist gate-rally-dsvm-cinder job from 1376941 The vast majority of hits for 1376941 are due to a poorly configured non-voting rally job. Since this is non-voting ignore it here. Change-Id: I1fd86111c435342bd6e5cc0435be85b6718af2f9 Related-Bug: #1376941 --- queries/1376941.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/queries/1376941.yaml b/queries/1376941.yaml index d239395e..6226e6ed 100644 --- a/queries/1376941.yaml +++ b/queries/1376941.yaml @@ -1,3 +1,4 @@ query: > message:"Insufficient free space for volume creation on host" AND - tags:"screen-c-sch.txt" + tags:"screen-c-sch.txt" AND + NOT build_name:"gate-rally-dsvm-cinder"