b91d08119c
Remove publishing jobs, this project is not under governance and cannot publish to docs.openstack.org. Replace the publishing jobs by jobs that just test but do not publish. Remove name from project stanza, it is not needed and will only break in case of renames. Use openstack-cover-jobs template instead of individual job. Change-Id: I187d4ae7150ee9b4888af70e54cf6f2d3f80225a
31 lines
863 B
YAML
31 lines
863 B
YAML
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- openstack-python-jobs
|
|
- openstack-python35-jobs
|
|
- openstack-python36-jobs
|
|
- openstack-python37-jobs
|
|
- publish-to-pypi
|
|
- build-openstack-docs-pti
|
|
|
|
check:
|
|
jobs:
|
|
- build-openstack-releasenotes:
|
|
vars:
|
|
sphinx_python: python3
|
|
- openstack-tox-pylint
|
|
- tobiko-devstack-functional
|
|
- tobiko-devstack-scenario-centos-7
|
|
- tobiko-devstack-scenario-centos-7-queens
|
|
- tobiko-devstack-scenario-centos-7-rocky
|
|
- tobiko-devstack-scenario-centos-7-stein
|
|
- tobiko-devstack-scenario-fedora-28
|
|
- tobiko-devstack-scenario-ubuntu-bionic
|
|
|
|
gate:
|
|
jobs:
|
|
- build-openstack-releasenotes:
|
|
vars:
|
|
sphinx_python: python3
|
|
- openstack-tox-pylint
|