heat/.zuul.yaml
ricolin ba86129965 Remove potential co-gating integration tests
This patch propose to use heat tempest plugin for potential
co-gating integration tests.
These tests are consider as potential co-gating. And we now
already maintain them in heat tempest plugin.

This also disables all except two of the gate/test jobs, to enable us to
land this series and stop the carnage. The jobs will be re-enabled once
all of the duplicated tests have been eliminated.

Change-Id: I55e204b72cd5a2876576852b10ad09f24d04beb4
2018-01-26 17:50:26 -05:00

125 lines
3.0 KiB
YAML

- job:
name: heat-functional-devstack-base
parent: legacy-dsvm-base
run: playbooks/devstack/functional/run.yaml
post-run: playbooks/devstack/functional/post.yaml
timeout: 7800
required-projects:
- openstack-infra/devstack-gate
- openstack/aodh
- openstack/barbican
- openstack/barbican-tempest-plugin
- openstack/ceilometer
- openstack/devstack-plugin-amqp1
- openstack/heat
- openstack/heat-tempest-plugin
- openstack/neutron
- openstack/neutron-lbaas
- openstack/oslo.messaging
- openstack/python-barbicanclient
- openstack/python-heatclient
- openstack/python-zaqarclient
- openstack/zaqar
irrelevant-files:
- ^.*\.rst$
- ^api-ref/.*$
- ^doc/.*$
- ^heat/locale/.*$
- ^heat/tests/.*$
- ^releasenotes/.*$
vars:
disable_convergence: 'false'
sql: mysql
use_amqp1: 0
use_apache: 1
use_python3: 0
use_identity_v3_only: 0
branch_override: default
- job:
name: heat-functional-orig-mysql-lbaasv2
parent: heat-functional-devstack-base
vars:
disable_convergence: 'true'
- job:
name: heat-functional-convg-mysql-lbaasv2
parent: heat-functional-devstack-base
- job:
name: heat-functional-convg-mysql-lbaasv2-amqp1
parent: heat-functional-devstack-base
voting: false
branches: master
vars:
use_amqp1: 1
- job:
name: heat-functional-convg-mysql-lbaasv2-non-apache
parent: heat-functional-devstack-base
vars:
use_apache: 0
- job:
name: heat-functional-convg-mysql-lbaasv2-py35
parent: heat-functional-devstack-base
vars:
use_python3: 1
- job:
name: heat-functional-convg-mysql-lbaasv2-identity-v3-only
parent: heat-functional-devstack-base
voting: false
branches: master
vars:
use_identity_v3_only: 1
- job:
name: grenade-heat
parent: legacy-dsvm-base
run: playbooks/devstack/grenade/run.yaml
post-run: playbooks/devstack/functional/post.yaml
timeout: 7800
required-projects:
- openstack-dev/grenade
- openstack-infra/devstack-gate
- openstack/heat
- openstack/heat-tempest-plugin
irrelevant-files:
- ^(test-|)requirements.txt$
- ^.*\.rst$
- ^api-ref/.*$
- ^doc/.*$
- ^heat/locale/.*$
- ^heat/tests/.*$
- ^releasenotes/.*$
- ^setup.cfg$
vars:
topology: aio
branch_override: default
- job:
name: grenade-heat-multinode
parent: grenade-heat
nodeset: ubuntu-xenial-2-node
roles:
- zuul: openstack-infra/zuul-jobs
pre-run: playbooks/devstack/multinode-networking/pre.yaml
voting: false
vars:
topology: multinode
- project:
name: openstack/heat
check:
jobs:
- grenade-heat
- grenade-heat-multinode
- heat-functional-orig-mysql-lbaasv2
- heat-functional-convg-mysql-lbaasv2
gate:
jobs:
- grenade-heat
- heat-functional-orig-mysql-lbaasv2
- heat-functional-convg-mysql-lbaasv2