dc71c91d73
This change ensures parity with the CI jobs run by TravisCI on the legacy StackHPC github repo. In addition to the system-required job in infra project-config, the following jobs are run on check and gate: - openstack-tox-pep8 - openstack-tox-py27 - build-openstack-sphinx-docs - kayobe-tox-ansible-syntax - kayobe-tox-ansible Ansible molecule tests are not working currently, as they require docker engine to be running. Change-Id: Ie95bcdaabb10ab661bc3a01efbaf9143896d6913 Story: #2001637 Task: #6646
22 lines
521 B
YAML
22 lines
521 B
YAML
---
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-py27
|
|
# FIXME(mgoddard): python 3.5 jobs currently failing.
|
|
- openstack-tox-py35:
|
|
voting: false
|
|
- build-openstack-sphinx-docs
|
|
- kayobe-tox-ansible-syntax
|
|
- kayobe-tox-ansible
|
|
|
|
gate:
|
|
queue: kayobe
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-py27
|
|
- build-openstack-sphinx-docs
|
|
- kayobe-tox-ansible-syntax
|
|
- kayobe-tox-ansible
|