
Removed devstack-tobiko-minimal, as it was just the same as devstack-tobiko, but on setups with lower requirements, and this caused some inestabilities recently. Removed devstack-tobiko-heat which tested functional tests (devstack-tobiko-functional already covers this) and create-resources tests, which are covered in many other jobs. Removed devstack-tobiko-sanity, because the sanity tests are run by many other jobs (those running the faults workflow, for example). Removed devstack-tobiko-designate jobs because designate tests are included into devstack-tobiko and devstack-tobiko-ovs. Change-Id: Id8ee0323ad09297c08685ce19a60df469ae16826
35 lines
850 B
YAML
35 lines
850 B
YAML
- project:
|
|
templates:
|
|
- ansible-role-jobs
|
|
- build-openstack-docs-pti
|
|
- build-release-notes-jobs-python3
|
|
- check-requirements
|
|
- devstack-tobiko
|
|
- devstack-tobiko-functional
|
|
- devstack-tobiko-neutron
|
|
- devstack-tobiko-nova
|
|
- devstack-tobiko-octavia
|
|
- devstack-tobiko-ovs
|
|
- devstack-tobiko-storage
|
|
- docs-on-readthedocs
|
|
- openstack-cover-jobs
|
|
- openstack-python3-zed-jobs
|
|
- openstack-python3-zed-jobs-arm64
|
|
- publish-to-pypi
|
|
- tobiko-infrared
|
|
vars:
|
|
rtd_webhook_id: '84947'
|
|
periodic:
|
|
jobs:
|
|
- requirements-check:
|
|
voting: true
|
|
post:
|
|
jobs:
|
|
- tobiko-upload-git-mirror
|
|
release:
|
|
jobs:
|
|
- tobiko-upload-git-mirror
|
|
pre-release:
|
|
jobs:
|
|
- tobiko-upload-git-mirror
|