Merge "Disable V-38660 for OpenStack-CI"

This commit is contained in:
Jenkins 2016-08-06 13:13:19 +00:00 committed by Gerrit Code Review
commit be08d990ad

View File

@ -52,7 +52,9 @@ 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.
install_bits "${include}" --skip-tag V-38462
# 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
else
install_bits "${include}"
fi