From 3ff319d82f9ddf5922ce0ff888579b2885d1b22b Mon Sep 17 00:00:00 2001 From: jkilpatr Date: Thu, 22 Sep 2016 08:08:08 -0400 Subject: [PATCH] Disable Temptest in Browbeat CI Upstream oooq has enabled tempest after overcloud deployments by default now, since temptest coverage has been lacking on builds for a while we are seeing failures, since this isn't particularly important for browbeat CI specifically this commit supresses running the overcloud ping test and temptest Change-Id: I9020bdd017e46dc529467141ec43516768c4b2a4 --- ci-scripts/tripleo/install-and-check.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-scripts/tripleo/install-and-check.sh b/ci-scripts/tripleo/install-and-check.sh index c9766e3ad..5658e5981 100755 --- a/ci-scripts/tripleo/install-and-check.sh +++ b/ci-scripts/tripleo/install-and-check.sh @@ -47,6 +47,7 @@ deployCloud() --playbook quickstart-extras.yml \ --requirements quickstart-extras-requirements.txt \ -R mitaka \ + -S overcloud-validate \ --bootstrap \ --working-dir $WORKSPACE \ $VIRTHOST $RELEASE