Skip V-38471 for CI execution

We skip V-38471 as it generates a huge amount of log
entries in syslog and the syslog files are gathered
in OpenStack-CI.

Related-Bug: #1620849
Change-Id: Ib2dc7f0218e1fd034afea5c51664c155860350f7
This commit is contained in:
Jesse Pretorius 2016-09-07 08:03:49 +01:00
parent 2f4548d8b9
commit a5a5bf80b6
1 changed files with 4 additions and 1 deletions

View File

@ -64,9 +64,12 @@ function playbook_run {
# NOTE(mattt): We have to skip V-38462 as openstack-infra are now building
# images with apt config Apt::Get::AllowUnauthenticated set
# to true.
# NOTE(odyssey4me): We skip V-38471 as it generates a huge amount of log
# entries in syslog and the syslog files are gathered
# in OpenStack-CI. ref: bug/1620849
# NOTE(mhayden): Skipping V-38660 since it breaks the Xenial gate. The
# CI Xenial image has non-SNMPv3 configurations.
install_bits "${include}" --skip-tag V-38462,V-38660
install_bits "${include}" --skip-tag V-38462,V-38471,V-38660
else
install_bits "${include}"
fi