From 7a0dc7eddb095571c41703bed1f155b8060911d1 Mon Sep 17 00:00:00 2001 From: John Trowbridge Date: Fri, 6 Apr 2018 14:29:35 -0400 Subject: [PATCH] Add job to test overcloud updates Start with the job in the check queue only, but once we see that this passes consistently, it should be added to the gate queue. Change-Id: Iab29ed3539218ddc34635ca635019e4c9741d305 --- zuul.d/multinode-jobs.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/zuul.d/multinode-jobs.yaml b/zuul.d/multinode-jobs.yaml index ef8d2b7dc..c377a8afa 100644 --- a/zuul.d/multinode-jobs.yaml +++ b/zuul.d/multinode-jobs.yaml @@ -17,6 +17,8 @@ jobs: - tripleo-ci-centos-7-containers-multinode - tripleo-ci-centos-7-undercloud-containers + - tripleo-ci-centos-7-scenario000-multinode-oooq-container-updates + gate: queue: tripleo jobs: @@ -266,6 +268,18 @@ vars: toci_jobtype: multinode-1ctlr-featureset033 +- job: + name: tripleo-ci-centos-7-scenario000-multinode-oooq-container-updates + parent: tripleo-ci-dsvm-multinode + run: playbooks/tripleo-ci/run.yaml + post-run: playbooks/tripleo-ci/post.yaml + timeout: 10800 + nodeset: legacy-centos-7-2-node + voting: false + branches: ^(?!stable/(newton|ocata|pike)).*$ + vars: + toci_jobtype: multinode-1ctlr-featureset037 + - job: name: tripleo-ci-centos-7-scenario010-multinode-oooq-container parent: tripleo-ci-dsvm-multinode