elastic-recheck/queries/1336172.yaml
Matt Riedemann c0639332ce Restrict 1336172 query on build_name
This is a generic error message hitting on specific
jobs, so restrict the query to those jobs.

Change-Id: Ia33779331cf445aa00e3e216f9f562d9a68955c4
Related-Bug: #1336172
2014-07-01 09:07:28 -07:00

6 lines
211 B
YAML

query: >-
message:"TypeError: int() argument must be a string or a number, not 'NoneType'" AND
tags:console AND (
build_name:"check-neutron-dsvm-functional" OR
build_name:"gate-neutron-dsvm-functional")