From 9b5a71eab2c90ad9ab5a42f79a4003347a9aa01c Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Thu, 18 Jul 2019 11:46:28 +0900 Subject: [PATCH] Add .zuul.yaml and python 3 Train unit tests This commit adds .zuul.yaml and python 3 Train unit tests jobs which is one of Train goals. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: If0e74b8939dc86924e4fea73ddb1e5e7495629fe --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..d038214 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,7 @@ +- project: + templates: + - openstack-cover-jobs + - openstack-python-jobs + - openstack-python3-train-jobs + - release-notes-jobs-python3 + - publish-openstack-docs-pti