From 1d8e582e75fcb210c436806f99bb39e5a5aba394 Mon Sep 17 00:00:00 2001 From: Jill Rouleau Date: Tue, 24 Jul 2018 13:50:41 -0700 Subject: [PATCH] Add basic jobs in Zuul Layout Based on other TripleO Ansible roles. --- zuul.d/layout.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 zuul.d/layout.yaml diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml new file mode 100644 index 0000000..579395d --- /dev/null +++ b/zuul.d/layout.yaml @@ -0,0 +1,12 @@ +- project: + templates: + - publish-to-pypi + check: + jobs: + - openstack-tox-linters + gate: + jobs: + - openstack-tox-linters + post: + jobs: + - publish-openstack-python-branch-tarball