c0639332ce
This is a generic error message hitting on specific jobs, so restrict the query to those jobs. Change-Id: Ia33779331cf445aa00e3e216f9f562d9a68955c4 Related-Bug: #1336172
6 lines
211 B
YAML
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")
|