placement/.zuul.yaml
Takashi NATSUME dbaf410349 Remove build-openstack-api-ref jobs
The api-ref-jobs has been added
since Ia4680f24d78af1260f2f0106a458b78a079c1287.
It includes build-openstack-api-ref jobs in check and gate.

So remove the build-openstack-api-ref job definitions
in .zuul.yaml because they are unnecessary.

Change-Id: I4b612fa87609240bd0a0f838163ee87c45a41a46
2018-11-14 15:46:45 +00:00

21 lines
582 B
YAML

# Initial set of jobs that will be extended over time as
# we get things working.
- project:
templates:
- publish-openstack-docs-pti
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
check:
jobs:
- openstack-tox-functional
- openstack-tox-functional-py35
- openstack-tox-functional-py36
gate:
jobs:
- openstack-tox-functional
- openstack-tox-functional-py35
- openstack-tox-functional-py36