e456a7afca
By default we add 'voting:1' to all queries so they are filtered from the graph. There are cases where we want to track bugs for non-voting jobs in the graph, so add an 'allow-nonvoting' key for special bugs that we want to track while we're trying to stabilize a job. Updates the docs, adds a test query and unit test for the query loader, fixes a bad query that was setting voting:1 already, and removes the TODO in the query for bug 1539271. Change-Id: I61b1d4b0faaa3f20fc5b04aa3392c68c61990866
6 lines
249 B
YAML
6 lines
249 B
YAML
# This is used to track live migration failures in the non-voting multinode job
|
|
query: >
|
|
message:"Migration running for 30 secs, memory 100% remaining; (bytes processed=0, remaining=0, total=0)"
|
|
AND tags:"screen-n-cpu.txt"
|
|
allow-nonvoting: true
|