From 43f4e2ce73de90d8167ec100db01ca87ba41afe8 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 23 Nov 2017 09:09:13 -0800 Subject: [PATCH] Create ovb-ha-ipv6 and deprecate fs024 job - ovb-1ctlr_1comp_1ceph-featureset024 doesn't have much value since it doens't actually test stack updates, and also ceph is already covered by scenario001 and scenario004. So we'll stop running it from Queens and beyond. - introduce ovb-ha-ipv6 which is the same job as ovb-ha but deploying an ipv6 overcloud with network isolation, TLS, containers, introspection and HA. I'll only run on Queens and beyond. Change-Id: Ie96b697adfd6d25098ae1464d4d937bd8962bb70 --- zuul.d/ovb-jobs.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/zuul.d/ovb-jobs.yaml b/zuul.d/ovb-jobs.yaml index f7af5a862..1853d923d 100644 --- a/zuul.d/ovb-jobs.yaml +++ b/zuul.d/ovb-jobs.yaml @@ -5,6 +5,7 @@ check-tripleo: jobs: - tripleo-ci-centos-7-ovb-ha-oooq + - tripleo-ci-centos-7-ovb-ha-oooq-ipv6 - tripleo-ci-centos-7-ovb-containers-oooq - tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024 @@ -150,6 +151,7 @@ post-run: playbooks/tripleo-ci/post.yaml timeout: 10800 nodeset: legacy-tripleo-centos-7 + branches: ^(stable/(newton|ocata|pike)).*$ vars: toci_jobtype: ovb-1ctlr_1comp_1ceph-featureset024 @@ -238,6 +240,17 @@ vars: toci_jobtype: ovb-3ctlr_1comp-featureset001 +- job: + name: tripleo-ci-centos-7-ovb-ha-oooq-ipv6 + parent: tripleo-ci-ovb + run: playbooks/tripleo-ci/run.yaml + post-run: playbooks/tripleo-ci/post.yaml + timeout: 10800 + nodeset: legacy-tripleo-centos-7 + branches: ^(?!stable/(newton|ocata|pike)).*$ + vars: + toci_jobtype: ovb-3ctlr_1comp-featureset035 + - job: name: tripleo-ci-centos-7-ovb-ha-oooq-newton parent: tripleo-ci-ovb