f66dac5c63
This goal is to implement the process set out in the 2018-10-24 Python Update Process TC resolution[1], for the Train cycle to ensure unit testing is in place for all of the Tested Runtimes for Train[2]. In practice, this generally means adding unit tests for Python 3.7 and dropping unit tests for Python 3.5. Using the Zuul template for Train will ensure that all projects that support Python3 will be tested against the agreed runtime versions, and make it easier to update them in future. [1]https://governance.openstack.org/tc/resolutions/20181024-python-update-process.html [2]https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I62abb218bb314345dd7da1cbf9133d10db9696ff Depends-On: https://review.opendev.org/#/c/641878/
133 lines
3.4 KiB
YAML
133 lines
3.4 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/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/heat-agents
|
|
- 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
|
|
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-py3
|
|
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/grenade
|
|
- openstack/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-bionic-2-node
|
|
roles:
|
|
- zuul: zuul/zuul-jobs
|
|
pre-run: playbooks/devstack/multinode-networking/pre.yaml
|
|
vars:
|
|
topology: multinode
|
|
|
|
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python-jobs
|
|
- openstack-python3-train-jobs
|
|
- publish-openstack-docs-pti
|
|
- check-requirements
|
|
- release-notes-jobs-python3
|
|
check:
|
|
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-py3
|
|
gate:
|
|
queue: heat
|
|
jobs:
|
|
- grenade-heat
|
|
- grenade-heat-multinode
|
|
- heat-functional-orig-mysql-lbaasv2
|
|
- heat-functional-convg-mysql-lbaasv2
|
|
- heat-functional-convg-mysql-lbaasv2-py3
|
|
experimental:
|
|
jobs:
|
|
- tripleo-ci-centos-7-scenario002-standalone
|