Merge "Add recheck rule for RDO package download failures"

This commit is contained in:
Jenkins 2017-03-03 21:47:33 +00:00 committed by Gerrit Code Review
commit aa7b9b40d1
1 changed files with 10 additions and 0 deletions

10
queries/1669162.yaml Normal file
View File

@ -0,0 +1,10 @@
query: >
message:"Puppet (err): Execution of '/usr/bin/yum -d 0 -e 0 -y install" AND
message:"' returned 1: Error downloading packages:" AND
tags:"console" AND
(
build_name:"gate-puppet-openstack-integration-4-scenario001-tempest-centos-7" OR
build_name:"gate-puppet-openstack-integration-4-scenario002-tempest-centos-7" OR
build_name:"gate-puppet-openstack-integration-4-scenario003-tempest-centos-7" OR
build_name:"gate-puppet-openstack-integration-4-scenario004-tempest-centos-7"
)