Temporary disable scenarios 1+4 standalone for ceph bluestore
We need to merge [1]+[2] for ceph bluestore support. They need each other but whichever merges first will break the job until the other merges too. So make [2] depend on this to disable jobs and we revert after [1] merges [1] https://review.openstack.org/547682 [2] https://review.openstack.org/637196 Change-Id: I0b25042d67219d096d9928684fd9deb9a5997d39
This commit is contained in:
parent
8627f95f6a
commit
150f895b9e
@ -264,50 +264,6 @@
|
|||||||
gate:
|
gate:
|
||||||
queue: tripleo
|
queue: tripleo
|
||||||
jobs:
|
jobs:
|
||||||
- tripleo-ci-centos-7-scenario001-standalone:
|
|
||||||
files:
|
|
||||||
# tripleo-common
|
|
||||||
- ^container-images/.*$
|
|
||||||
- tripleo_common/image/kolla_builder.py
|
|
||||||
- workbooks/ceph-ansible.yaml
|
|
||||||
- tripleo_common/actions/ansible.py
|
|
||||||
# tripleo-heat-templates
|
|
||||||
- ^((docker|puppet)/services|deployment)/.*aodh.*$
|
|
||||||
- ^((docker|puppet)/services|deployment)/.*ceilometer.*$
|
|
||||||
- ^((docker|puppet)/services|deployment)/.*ceph.*$
|
|
||||||
- ^((docker|puppet)/services|deployment)/.*cinder.*$
|
|
||||||
- ^((docker|puppet)/services|deployment)/.*glance.*$
|
|
||||||
- ^((docker|puppet)/services|deployment)/.*gnocchi.*$
|
|
||||||
- ^((docker|puppet)/services|deployment)/.*logging.*$
|
|
||||||
- ^((docker|puppet)/services|deployment)/.*metrics.*$
|
|
||||||
- ^((docker|puppet)/services|deployment)/.*monitoring.*$
|
|
||||||
- ^((docker|puppet)/services|deployment)/.*panko.*$
|
|
||||||
- ci/environments/scenario001-standalone.yaml
|
|
||||||
- ^environments\/.*.yaml
|
|
||||||
- ^deployed-server/.*$
|
|
||||||
- ^network/endpoints/.*$
|
|
||||||
- ^common/.*$
|
|
||||||
- zuul.d/*
|
|
||||||
# tripleo-quickstart
|
|
||||||
- config/general_config/featureset052.yml
|
|
||||||
# puppet-tripleo
|
|
||||||
- ^manifests/haproxy.*$
|
|
||||||
- ^manifests/profile/(base|pacemaker)/aodh.*$
|
|
||||||
- ^manifests/profile/(base|pacemaker)/ceilometer.*$
|
|
||||||
- ^manifests/profile/(base|pacemaker)/cinder.*$
|
|
||||||
- ^manifests/profile/(base|pacemaker)/glance.*$
|
|
||||||
- ^manifests/profile/(base|pacemaker)/gnocchi.*$
|
|
||||||
- ^manifests/profile/(base|pacemaker)/logging.*$
|
|
||||||
- ^manifests/profile/(base|pacemaker)/metrics.*$
|
|
||||||
- ^manifests/profile/(base|pacemaker)/monitoring.*$
|
|
||||||
- ^manifests/profile/(base|pacemaker)/panko.*$
|
|
||||||
- zuul.d/layout.yaml
|
|
||||||
# tripleo-quickstart-extras
|
|
||||||
- roles/standalone/.*
|
|
||||||
# python-tripleoclient
|
|
||||||
- ^tripleoclient/heat_launcher.*$
|
|
||||||
- ^tripleoclient/v1/tripleo_(deploy|config|upgrade).*$
|
|
||||||
|
|
||||||
- tripleo-ci-centos-7-scenario002-standalone:
|
- tripleo-ci-centos-7-scenario002-standalone:
|
||||||
files:
|
files:
|
||||||
# tripleo-common
|
# tripleo-common
|
||||||
@ -382,40 +338,9 @@
|
|||||||
- ^tripleoclient/heat_launcher.*$
|
- ^tripleoclient/heat_launcher.*$
|
||||||
- ^tripleoclient/v1/tripleo_(deploy|config|upgrade).*$
|
- ^tripleoclient/v1/tripleo_(deploy|config|upgrade).*$
|
||||||
|
|
||||||
- tripleo-ci-centos-7-scenario004-standalone:
|
|
||||||
files:
|
|
||||||
# tripleo-common
|
|
||||||
- workbooks/ceph-ansible.yaml
|
|
||||||
- ^container-images/.*$
|
|
||||||
- tripleo_common/actions/ansible.py
|
|
||||||
- tripleo_common/image/kolla_builder.py
|
|
||||||
- zuul.d/layout.yaml
|
|
||||||
# tripleo-heat-templates
|
|
||||||
- ^(docker/services|deployment)/ceph.*$
|
|
||||||
- ^(docker/services|deployment)/glance.*$
|
|
||||||
- ^(docker/services|deployment)/manila.*$
|
|
||||||
- ci/environments/scenario004-standalone.yaml
|
|
||||||
- ^environments\/.*.yaml
|
|
||||||
- ^deployed-server/.*$
|
|
||||||
- ^network/endpoints/.*$
|
|
||||||
- ^common/.*$
|
|
||||||
- zuul.d/*
|
|
||||||
# tripleo-quickstart
|
|
||||||
- config/general_config/featureset052.yml
|
|
||||||
# puppet-tripleo
|
|
||||||
- ^manifests/haproxy.*$
|
|
||||||
- ^manifests/profile/(base|pacemaker)/glance.*$
|
|
||||||
- ^manifests/profile/(base|pacemaker)/manila.*$
|
|
||||||
# tripleo-quickstart-extras
|
|
||||||
- roles/standalone/.*
|
|
||||||
# python-tripleoclient
|
|
||||||
- ^tripleoclient/heat_launcher.*$
|
|
||||||
- ^tripleoclient/v1/tripleo_(deploy|config|upgrade).*$
|
|
||||||
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tripleo-ci-centos-7-scenario001-standalone
|
name: tripleo-ci-centos-7-scenario001-standalone
|
||||||
voting: true
|
voting: false # temporary https://review.openstack.org/#/q/topic:bluestore
|
||||||
parent: tripleo-ci-base-standalone
|
parent: tripleo-ci-base-standalone
|
||||||
nodeset: single-centos-7-node
|
nodeset: single-centos-7-node
|
||||||
branches: ^(?!stable/(newton|ocata|pike|queens|rocky)).*$
|
branches: ^(?!stable/(newton|ocata|pike|queens|rocky)).*$
|
||||||
@ -487,7 +412,7 @@
|
|||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tripleo-ci-centos-7-scenario004-standalone
|
name: tripleo-ci-centos-7-scenario004-standalone
|
||||||
voting: true
|
voting: false # temporary https://review.openstack.org/#/q/topic:bluestore
|
||||||
parent: tripleo-ci-base-standalone
|
parent: tripleo-ci-base-standalone
|
||||||
nodeset: single-centos-7-node
|
nodeset: single-centos-7-node
|
||||||
branches: ^(?!stable/(newton|ocata|pike|queens|rocky)).*$
|
branches: ^(?!stable/(newton|ocata|pike|queens|rocky)).*$
|
||||||
|
Loading…
Reference in New Issue
Block a user