9b5ed7e84e
These jobs are failing for different reasons than this bug, which are not discernible by ER, and should be omitted from this query. Change-Id: Ibd78c9d93a3eb4e2031e6fc08ed5b1c6cdd5c7aa
9 lines
273 B
YAML
9 lines
273 B
YAML
query: >-
|
|
message:"Timed out waiting for node"
|
|
AND message:"to reach provision_state state(s) ['active']"
|
|
AND tags:"console" AND NOT (
|
|
build_name:"check-tempest-dsvm-ironic-agent_ssh-nv" OR
|
|
build_name:"check-tempest-dsvm-ironic-agent_ssh-src-nv"
|
|
)
|
|
|