4780eec9d4
OpenStack is dropping the py2.7 support in ussuri cycle. heat-tempest-plugin is ready with python 3 and ok to drop the python 2.7 support. Stable zuul jobs are modified to run with py3 as heat-tempest-plugin cannot run py2 jobs on master gate. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: Ida6919a70dc8711166a79eac574b0714382e8d00
91 lines
2.3 KiB
YAML
91 lines
2.3 KiB
YAML
- job:
|
|
name: heat-functional-convg-queens
|
|
parent: heat-functional-convg-mysql-lbaasv2-py3
|
|
nodeset: legacy-ubuntu-xenial
|
|
override-checkout: stable/queens
|
|
vars:
|
|
branch_override: stable/queens
|
|
|
|
- job:
|
|
name: heat-functional-orig-queens
|
|
parent: heat-functional-orig-mysql-lbaasv2
|
|
override-checkout: stable/queens
|
|
nodeset: legacy-ubuntu-xenial
|
|
vars:
|
|
branch_override: stable/queens
|
|
use_python3: 1
|
|
|
|
- job:
|
|
name: heat-functional-convg-rocky
|
|
parent: heat-functional-convg-mysql-lbaasv2-py3
|
|
override-checkout: stable/rocky
|
|
nodeset: legacy-ubuntu-xenial
|
|
vars:
|
|
branch_override: stable/rocky
|
|
|
|
- job:
|
|
name: heat-functional-orig-rocky
|
|
parent: heat-functional-orig-mysql-lbaasv2
|
|
override-checkout: stable/rocky
|
|
nodeset: legacy-ubuntu-xenial
|
|
vars:
|
|
branch_override: stable/rocky
|
|
use_python3: 1
|
|
|
|
- job:
|
|
name: heat-functional-convg-stein
|
|
parent: heat-functional-convg-mysql-lbaasv2-py3
|
|
override-checkout: stable/stein
|
|
nodeset: legacy-ubuntu-xenial
|
|
vars:
|
|
branch_override: stable/stein
|
|
|
|
- job:
|
|
name: heat-functional-orig-stein
|
|
parent: heat-functional-orig-mysql-lbaasv2
|
|
override-checkout: stable/stein
|
|
nodeset: legacy-ubuntu-xenial
|
|
vars:
|
|
branch_override: stable/stein
|
|
use_python3: 1
|
|
|
|
- job:
|
|
name: heat-functional-convg-train
|
|
parent: heat-functional-convg-mysql-lbaasv2-py3
|
|
override-checkout: stable/train
|
|
nodeset: legacy-ubuntu-xenial
|
|
vars:
|
|
branch_override: stable/train
|
|
|
|
- job:
|
|
name: heat-functional-orig-train
|
|
parent: heat-functional-orig-mysql-lbaasv2
|
|
override-checkout: stable/train
|
|
nodeset: legacy-ubuntu-xenial
|
|
vars:
|
|
branch_override: stable/train
|
|
use_python3: 1
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- tempest-plugin-jobs
|
|
check:
|
|
jobs:
|
|
- heat-functional
|
|
- heat-functional-non-apache
|
|
- heat-functional-legacy
|
|
- heat-functional-convg-queens
|
|
- heat-functional-orig-queens
|
|
- heat-functional-convg-rocky
|
|
- heat-functional-orig-rocky
|
|
- heat-functional-convg-stein
|
|
- heat-functional-orig-stein
|
|
- heat-functional-convg-train
|
|
- heat-functional-orig-train
|
|
gate:
|
|
queue: heat
|
|
jobs:
|
|
- heat-functional
|
|
- heat-functional-legacy
|