
CentOS 8 is being removed from CI because of its EOL[1]. [1] http://lists.openstack.org/pipermail/openstack-discuss/2022-January/026621.html Change-Id: I2b7d1bdea7fffc5a54a033f59444251b929807c5
39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
---
|
|
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
|
|
check:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-py36
|
|
- openstack-tox-py37
|
|
- openstack-tox-py38
|
|
- openstack-tox-py39
|
|
- tenks-tox-ansible-lint
|
|
- tenks-deploy-teardown-ovs-centos8s
|
|
- tenks-deploy-teardown-ovs-ubuntu
|
|
- tenks-deploy-teardown-linuxbridge-centos8s
|
|
- tenks-deploy-teardown-linuxbridge-ubuntu
|
|
# Until we have ironic jobs using tenks, gate on the kayobe overcloud
|
|
# deploy job, which uses tenks to test bare metal compute provisioning.
|
|
- kayobe-overcloud-centos8s
|
|
gate:
|
|
queue: tenks
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-py36
|
|
- openstack-tox-py37
|
|
- openstack-tox-py38
|
|
- openstack-tox-py39
|
|
- tenks-tox-ansible-lint
|
|
- tenks-deploy-teardown-ovs-centos8s
|
|
- tenks-deploy-teardown-ovs-ubuntu
|
|
- tenks-deploy-teardown-linuxbridge-centos8s
|
|
- tenks-deploy-teardown-linuxbridge-ubuntu
|
|
# Until we have ironic jobs using tenks, gate on the kayobe overcloud
|
|
# deploy job, which uses tenks to test bare metal compute provisioning.
|
|
- kayobe-overcloud-centos8s
|