From a5a5bf80b635700eacecf7de228d28c184271b80 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 7 Sep 2016 08:03:49 +0100 Subject: [PATCH] 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 --- scripts/run-playbooks.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/run-playbooks.sh b/scripts/run-playbooks.sh index 45a96dab0d..01184132e2 100755 --- a/scripts/run-playbooks.sh +++ b/scripts/run-playbooks.sh @@ -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