Add recheck rule for RDO package download failures

Since we can't currently mirror the RDO packages within openstack-infra
due to the fact they change too frequently, we would like to add a
recheck rule to rerun the jobs that have failed because there was an
issue downloading the package.

Change-Id: Id19a7795508d5fb71304fd9930fb26a58fcd6e8e
Related-Bug: #1669162
This commit is contained in:
Alex Schultz 2017-03-01 15:56:01 -07:00
parent 518b9b6cde
commit 31f1c9ccd9
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"
)