From 6f6b71eb21c07bd4c02643a496b4a53d012cf315 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Tue, 18 Sep 2018 21:55:57 +0000 Subject: [PATCH] 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 --- .stestr.conf | 3 +++ .zuul.yaml | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .stestr.conf create mode 100644 .zuul.yaml diff --git a/.stestr.conf b/.stestr.conf new file mode 100644 index 0000000..929068f --- /dev/null +++ b/.stestr.conf @@ -0,0 +1,3 @@ +[DEFAULT] +test_path=./oslo_upgradecheck +top_dir=./ diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..07f36ea --- /dev/null +++ b/.zuul.yaml @@ -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