Add new base-standalone-upgrade for use in periodic

As tracked in [1] the standalone upgrade job will be added to
periodic pipeline. This adds a new base for the periodic job to
parent onto

[1] https://tree.taiga.io/project/tripleo-ci-board/us/959

Change-Id: Ia30f87c2ecccf01e94582a05d1d35a30132536e6
This commit is contained in:
Marios Andreou 2019-04-17 17:04:39 +03:00 committed by wes hayutin
parent 72bc994ec8
commit 92acbc0de3
2 changed files with 23 additions and 9 deletions

View File

@ -157,6 +157,28 @@
- build
- standalone
- job:
name: tripleo-ci-base-standalone-upgrade
abstract: true
description: |
Base abstract job for standalone upgrade TripleO CI zuulv3 jobs
parent: tripleo-ci-base
nodeset: single-centos-7-node
vars:
undercloud: 127.0.0.2
environment_infra: osinfra
environment_type: standalone
common_featureset: featureset-multinode-common.yml
playbooks:
- quickstart.yml
- multinode-standalone.yml
- multinode-standalone-upgrade.yml
tags:
- build
- standalone
extra_tags:
- standalone-upgrade
# Please do not add files: to tripleo-build-containers-base otherwise the periodic job wont run
# See https://storyboard.openstack.org/#!/story/2005040
- job:

View File

@ -60,20 +60,12 @@
- job:
name: tripleo-ci-centos-7-standalone-upgrade
parent: tripleo-ci-base-standalone
parent: tripleo-ci-base-standalone-upgrade
nodeset: single-centos-7-node
voting: false
branches: ^(?!stable/(newton|ocata|pike|queens|rocky)).*$
vars:
featureset: '056'
playbooks:
- quickstart.yml
- multinode-standalone.yml
- multinode-standalone-upgrade.yml
tags:
- standalone
extra_tags:
- standalone-upgrade
irrelevant-files:
- ^.*\.md$
- ^.*\.rst$