From 0c8b737882649cad1e3b5bd0e34185fd19731751 Mon Sep 17 00:00:00 2001 From: Wes Hayutin Date: Wed, 8 Aug 2018 11:38:32 -0400 Subject: [PATCH] Remove containerized upgrade job for pike This removes the job from the pike workflow. This job is meant to run from containerized to containerized deployments. In the case of an Ocata to Pike upgrade job needs to be used a job running an upgrade from an uncontainerized to a containerized deployment. Releated-Bug: #1786062 Change-Id: If39d063fdc5548dfbfb7b2cf76e4d31745141df7 --- zuul.d/multinode-jobs.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/zuul.d/multinode-jobs.yaml b/zuul.d/multinode-jobs.yaml index a4969415d..26a403fb6 100644 --- a/zuul.d/multinode-jobs.yaml +++ b/zuul.d/multinode-jobs.yaml @@ -403,13 +403,19 @@ nodes: 1ctlr featureset: '044' +# The upgrades from Ocata to Pike needs to run +# from an uncontainerized to a containerized +# deployment, this job runs an upgrade from a +# containerized to a containerized deployment. +# Older upgrades than Pike can not use this job. +# Launchpad bug: #1786062 - job: name: tripleo-ci-centos-7-scenario000-multinode-oooq-container-upgrades parent: tripleo-ci-base post-run: playbooks/tripleo-ci/post.yaml timeout: 10800 voting: false - branches: ^(?!stable/(newton|ocata)).*$ + branches: ^(?!stable/(newton|ocata|pike)).*$ vars: toci_jobtype: multinode-1ctlr-featureset051 environment_type: multinode