Add .zuul.yaml and .stestr.conf

Define jobs to run on the repo. lower-constraints is omitted for now
because there is no tox env. It can be added in a follow up patch.

.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 6f6b71eb21
2 changed files with 13 additions and 0 deletions

3
.stestr.conf Normal file
View File

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

10
.zuul.yaml Normal file
View File

@ -0,0 +1,10 @@
- project:
templates:
- publish-openstack-docs-pti
- openstack-python-jobs
- openstack-python35-jobs
- check-requirements
- lib-forward-testing
- lib-forward-testing-python3
- periodic-stable-jobs
- openstack-python36-jobs