Merge "tripleo-ci-fedora-28-standalone job is deprecated"
This commit is contained in:
commit
6ec35fbd2f
@ -3,6 +3,14 @@
|
||||
# Zuul layout for TripleO deprecated jobs.
|
||||
# It contains all the deprecated jobs that should be removed from Zuul.
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-deprecated-standalone
|
||||
description: |
|
||||
Deprecated TripleO Job
|
||||
Job no longer supported that should be removed from Zuul config.
|
||||
parent: tripleo-ci-base-standalone
|
||||
pre-run: playbooks/deprecated/pre.yaml
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-deprecated
|
||||
description: |
|
||||
@ -90,3 +98,28 @@
|
||||
vars:
|
||||
nodes: 1ctlr
|
||||
featureset: '033'
|
||||
|
||||
# fedora
|
||||
- job:
|
||||
name: tripleo-ci-fedora-28-standalone
|
||||
parent: tripleo-ci-deprecated-standalone
|
||||
nodeset: single-fedora-28-node
|
||||
voting: false
|
||||
branches: ^(?!stable/(newton|ocata|pike|queens|rocky)).*$
|
||||
vars:
|
||||
environment_type: standalone
|
||||
featureset: '052'
|
||||
featureset_override:
|
||||
validate_services: false
|
||||
irrelevant-files:
|
||||
- ^.*\.md$
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- ^etc/.*$
|
||||
- ^metadata.json$
|
||||
- ^releasenotes/.*$
|
||||
- ^test-requirements.txt$
|
||||
- ^spec/.*$
|
||||
- ^Puppetfile.*$
|
||||
- tox.ini
|
||||
# like parent but with requirements.txt and setup.py removed
|
||||
|
@ -18,7 +18,6 @@
|
||||
- tripleo-ci-centos-7-scenario000-multinode-oooq-container-upgrades
|
||||
- tripleo-ci-centos-7-standalone
|
||||
- tripleo-ci-centos-7-standalone-rocky
|
||||
- tripleo-ci-fedora-28-standalone
|
||||
- tripleo-ci-centos-7-standalone-upgrade
|
||||
- tripleo-ci-centos-7-standalone-upgrade-stein
|
||||
|
||||
@ -50,7 +49,6 @@
|
||||
- tripleo-ci-centos-7-scenario000-multinode-oooq-container-updates
|
||||
- tripleo-ci-centos-7-scenario000-multinode-oooq-container-upgrades
|
||||
- tripleo-ci-centos-7-standalone
|
||||
- tripleo-ci-fedora-28-standalone
|
||||
- tripleo-ci-centos-7-standalone-upgrade
|
||||
- tripleo-ci-centos-7-standalone-upgrade-stein
|
||||
- tripleo-ci-centos-7-scenario001-standalone
|
||||
|
@ -59,30 +59,6 @@
|
||||
- ^Puppetfile.*$
|
||||
- tox.ini
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-fedora-28-standalone
|
||||
parent: tripleo-ci-base-standalone
|
||||
nodeset: single-fedora-28-node
|
||||
voting: false
|
||||
branches: ^(?!stable/(newton|ocata|pike|queens|rocky)).*$
|
||||
vars:
|
||||
environment_type: standalone
|
||||
featureset: '052'
|
||||
featureset_override:
|
||||
validate_services: false
|
||||
irrelevant-files:
|
||||
- ^.*\.md$
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- ^etc/.*$
|
||||
- ^metadata.json$
|
||||
- ^releasenotes/.*$
|
||||
- ^test-requirements.txt$
|
||||
- ^spec/.*$
|
||||
- ^Puppetfile.*$
|
||||
- tox.ini
|
||||
# like parent but with requirements.txt and setup.py removed
|
||||
|
||||
- job:
|
||||
name: tripleo-ci-centos-7-standalone-upgrade
|
||||
parent: tripleo-ci-base-standalone-upgrade
|
||||
@ -376,7 +352,6 @@
|
||||
- tripleo-ci-centos-7-standalone-upgrade
|
||||
- tripleo-ci-centos-7-standalone-upgrade-stein
|
||||
- tripleo-ci-centos-7-standalone
|
||||
- tripleo-ci-fedora-28-standalone
|
||||
|
||||
gate:
|
||||
queue: tripleo
|
||||
|
Loading…
Reference in New Issue
Block a user