8f83946a72
All projects are moving their Zuul configs from the openstack-infra/project-config repo to their local repos. Once this change has been backported to all open stable branches, we can remove the centralised config. translation-jobs-queens is omitted because we will set that up on the stable/queens branch specifically (in place of translation-jobs, which runs only on master). Change-Id: Ia182e4dcf1a0b8e3af124b6676b20e6adb55f76b
144 lines
3.7 KiB
YAML
144 lines
3.7 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/octavia
|
|
- 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/.*$
|
|
pre-run: playbooks/get_amphora_tarball.yaml
|
|
vars:
|
|
disable_convergence: 'false'
|
|
sql: mysql
|
|
use_amqp1: 0
|
|
use_apache: 1
|
|
use_python3: 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
|
|
voting: false
|
|
vars:
|
|
use_apache: 0
|
|
|
|
- job:
|
|
name: heat-functional-convg-mysql-lbaasv2-py35
|
|
parent: heat-functional-devstack-base
|
|
vars:
|
|
use_python3: 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
|
|
vars:
|
|
topology: multinode
|
|
|
|
- project:
|
|
templates:
|
|
- openstack-python-jobs
|
|
- openstack-python35-jobs
|
|
- publish-openstack-sphinx-docs
|
|
- periodic-stable-jobs
|
|
- periodic-jobs-with-oslo-master
|
|
- check-requirements
|
|
- translation-jobs
|
|
- release-notes-jobs
|
|
- api-ref-jobs
|
|
- install-guide-jobs
|
|
- release-openstack-server
|
|
check:
|
|
queue: heat
|
|
jobs:
|
|
- grenade-heat
|
|
- grenade-heat-multinode
|
|
- heat-functional-orig-mysql-lbaasv2
|
|
- heat-functional-convg-mysql-lbaasv2
|
|
- heat-functional-convg-mysql-lbaasv2-amqp1
|
|
- heat-functional-convg-mysql-lbaasv2-non-apache
|
|
- heat-functional-convg-mysql-lbaasv2-py35
|
|
- openstack-tox-lower-constraints
|
|
gate:
|
|
queue: heat
|
|
jobs:
|
|
- grenade-heat
|
|
- grenade-heat-multinode
|
|
- heat-functional-orig-mysql-lbaasv2
|
|
- heat-functional-convg-mysql-lbaasv2
|
|
- heat-functional-convg-mysql-lbaasv2-py35
|
|
- openstack-tox-lower-constraints
|
|
post:
|
|
jobs:
|
|
- openstack-tox-cover
|
|
experimental:
|
|
jobs:
|
|
- tripleo-ci-centos-7-scenario002-multinode-oooq
|
|
- tripleo-ci-centos-7-scenario002-multinode-oooq-container
|