tripleo-ci/zuul.d/deprecated-jobs.yaml
Rafael Folco 2af5efcbf7 Deprecate tripleo stable/{newton,ocata} jobs
Non-containerized jobs were running for stable/newton and
stable/ocata branches and are no longer supported.

  - Move deprecated jobs into a separate zuul config file
  - Reparent deprecated jobs to tripleo-ci-deprecated
  - Add a playbook with deprecated warning
  - Disable jobs with 'branches: none/deprecated' filter
  - Remove/disable non-containerized scenario jobs from layout
  - Add noop to templates with non-contrainerized jobs only
      * tripleo-multinode-baremetal-minimal template
      * tripleo-multinode-baremetal-full template
  - Rename (create a copy for) scen006 and scen009 with a
    '-container' suffix as these are containerized

As tripleo-ci repo is not branched, all the projects that have
these jobs in their zuul config (including all branches) will be
affected. Therefore, a cleanup is required to deprecate jobs before
removing them from zuul config. A follow-up change will *delete*
the definition of deprecated jobs from zuul config,

Story: https://tree.taiga.io/project/tripleo-ci-board/issue/372

Change-Id: I23df3518820d39f32d1daded33776d757c144217
2018-12-11 11:53:03 -02:00

93 lines
2.4 KiB
YAML

---
# zuul.d/deprecated-jobs.yaml
# Zuul layout for TripleO deprecated jobs.
# It contains all the deprecated jobs that should be removed from Zuul.
- job:
name: tripleo-ci-deprecated
description: |
Deprecated TripleO Job
Job no longer supported that should be removed from Zuul config.
parent: tripleo-ci-base-multinode
pre-run: playbooks/deprecated/pre.yaml
#TODO(rfolco): non-containeirized (nc) scenarios are no longer supported.
# These (nc) scenario jobs ran until ocata release and should be removed
# or replaced by containerized scenario jobs *-container.
- job:
name: tripleo-ci-centos-7-scenario001-multinode-oooq
parent: tripleo-ci-deprecated
branches: none/deprecated
vars:
nodes: 1ctlr
featureset: '005'
- job:
name: tripleo-ci-centos-7-scenario002-multinode-oooq
parent: tripleo-ci-deprecated
branches: none/deprecated
vars:
nodes: 1ctlr
featureset: '006'
- job:
name: tripleo-ci-centos-7-scenario003-multinode-oooq
parent: tripleo-ci-deprecated
branches: none/deprecated
vars:
nodes: 1ctlr
featureset: '007'
- job:
name: tripleo-ci-centos-7-scenario004-multinode-oooq
parent: tripleo-ci-deprecated
branches: none/deprecated
vars:
nodes: 1ctlr
featureset: '008'
- job:
name: tripleo-ci-centos-7-scenario007-multinode-oooq
parent: tripleo-ci-deprecated
branches: none/deprecated
vars:
nodes: 1ctlr
featureset: '028'
- job:
name: tripleo-ci-centos-7-scenario008-multinode-oooq
parent: tripleo-ci-deprecated
voting: false
branches: none/deprecated
vars:
nodes: 1ctlr
featureset: '031'
- job:
name: tripleo-ci-centos-7-nonha-multinode-oooq
parent: tripleo-ci-deprecated
branches: none/deprecated
vars:
nodes: 1ctlr
featureset: '004'
#TODO(rfolco): scen00{6,9} are containeirized, remove this when
# all projects using them rename to the *-container (dup) jobs
- job:
name: tripleo-ci-centos-7-scenario006-multinode-oooq
parent: tripleo-ci-deprecated
voting: false
branches: ^(?!stable/(newton|ocata)).*$
vars:
nodes: 1ctlr
featureset: '026'
- job:
name: tripleo-ci-centos-7-scenario009-multinode-oooq
parent: tripleo-ci-deprecated
voting: false
branches: ^(?!stable/(newton|ocata)).*$
vars:
nodes: 1ctlr
featureset: '033'