Add .zuul.yaml and .stestr.conf

Define jobs to run on the repo.

.stestr.conf was missed in the stestr migration patch, which causes all of
the unit tests to fail.

Change-Id: Ie944875fe0ff8725416d50a7ff737559fe9d1f3a
This commit is contained in:
Ben Nemec 2018-09-18 21:55:57 +00:00
parent c2972eb22d
commit 1efde5d038
2 changed files with 20 additions and 0 deletions

3
.stestr.conf Normal file
View File

@ -0,0 +1,3 @@
[DEFAULT]
test_path=./oslo_upgradecheck
top_dir=./

17
.zuul.yaml Normal file
View File

@ -0,0 +1,17 @@
- project:
check:
jobs:
- openstack-tox-lower-constraints
gate:
jobs:
- openstack-tox-lower-constraints
templates:
- publish-openstack-docs-pti
- openstack-python-jobs
- openstack-python35-jobs
- check-requirements
- lib-forward-testing
- lib-forward-testing-python3
- release-notes-jobs-python3
- periodic-stable-jobs
- openstack-python36-jobs