
Because upstream OpenStack requirements master branch (Victoria) removed any support for Python 2.7 upstream jobs started failing. We where only using Python 2 because infrared installation process fails on RHEL/CentOS 7 and Python 3 due to lacking SE Linux Python bindings. This workaround this issue by removing support for Python 2.7 and CentOS/RHEL 7. The support for CentOS 7 could be restored once the IR issue has been fixed. Change-Id: I09d2577a0e5cb4c7efbb6863294f63b2dd88de0a
30 lines
819 B
YAML
30 lines
819 B
YAML
- project:
|
|
templates:
|
|
- ansible-role-jobs
|
|
- build-openstack-docs-pti
|
|
- docs-on-readthedocs
|
|
- openstack-cover-jobs
|
|
- openstack-python3-train-jobs
|
|
- openstack-python3-ussuri-jobs
|
|
- publish-to-pypi
|
|
- build-release-notes-jobs-python3
|
|
vars:
|
|
rtd_webhook_id: '84947'
|
|
|
|
check:
|
|
jobs:
|
|
- tobiko-tox-py38-centos-8
|
|
- tobiko-devstack-functional-centos-8
|
|
- tobiko-devstack-functional-ubuntu-bionic
|
|
- tobiko-devstack-faults-centos-8
|
|
- tobiko-devstack-faults-ubuntu-bionic
|
|
- tobiko-tox-infrared-centos-8
|
|
- tobiko-tox-infrared-ubuntu-bionic
|
|
- tobiko-tripleo-functional
|
|
- tobiko-tripleo-faults
|
|
|
|
gate:
|
|
jobs:
|
|
- tobiko-devstack-functional
|
|
- tobiko-tox-infrared-centos-8
|