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:
parent
518b9b6cde
commit
31f1c9ccd9
10
queries/1669162.yaml
Normal file
10
queries/1669162.yaml
Normal 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"
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user