From 2d2c7ee2c9b7b4b25142d0210924362686a04eb4 Mon Sep 17 00:00:00 2001 From: Wes Hayutin Date: Wed, 15 Aug 2018 19:03:14 -0400 Subject: [PATCH] move scenario007 containers to nv Move scenario007 to nv until the issue is resolved. Scenario007 is preventing other patches from landing. This patch skips the build-test-repo role. Related-Bug: #1787268 Related-Bug: #1787244 Change-Id: I0b76c432440f78cab8199eb30c0295d53f137659 --- playbooks/tripleo-ci/templates/toci_quickstart.sh.j2 | 3 ++- zuul.d/multinode-jobs.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/tripleo-ci/templates/toci_quickstart.sh.j2 b/playbooks/tripleo-ci/templates/toci_quickstart.sh.j2 index 5748bb260..9cf691839 100755 --- a/playbooks/tripleo-ci/templates/toci_quickstart.sh.j2 +++ b/playbooks/tripleo-ci/templates/toci_quickstart.sh.j2 @@ -38,10 +38,11 @@ QUICKSTART_VENV_CMD=" {{ undercloud }} " +#REMOVE build from --skip-tags ASAP QUICKSTART_INSTALL_CMD=" $LOCAL_WORKING_DIR/bin/ansible-playbook --tags {{ ','.join(tags) }}$EXTRA_TAGS - --skip-tags teardown-all + --skip-tags teardown-all,build " QUICKSTART_COLLECTLOGS_CMD="$LOCAL_WORKING_DIR/bin/ansible-playbook \ diff --git a/zuul.d/multinode-jobs.yaml b/zuul.d/multinode-jobs.yaml index 76772629a..28c585415 100644 --- a/zuul.d/multinode-jobs.yaml +++ b/zuul.d/multinode-jobs.yaml @@ -260,6 +260,7 @@ - job: name: tripleo-ci-centos-7-scenario007-multinode-oooq-container parent: tripleo-ci-base + voting: false branches: ^(?!stable/(newton|ocata|pike)).*$ vars: environment_type: multinode