7689c38f3f
Switch to the generic template that will be update each cycle. Change-Id: I16ff153d8b949d9c17e6592ecfc005ec3187a872
26 lines
752 B
YAML
26 lines
752 B
YAML
---
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- openstack-python3-jobs
|
|
- osc-tox-unit-tips
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- osc-functional-devstack:
|
|
required-projects:
|
|
- openstack/python-openstackclient
|
|
- osc-functional-devstack-tips:
|
|
voting: false
|
|
# The functional-tips job only tests the latest and shouldn't be run
|
|
# on the stable branches
|
|
branches: master
|
|
required-projects:
|
|
- openstack/python-openstackclient
|
|
gate:
|
|
jobs:
|
|
- osc-functional-devstack:
|
|
required-projects:
|
|
- openstack/python-openstackclient
|