From d0ba91669a863f63e74243ee905b5ea1c559eed7 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 3 Dec 2018 22:06:53 +0100 Subject: [PATCH] Add jobs, fix repo setup Fix .gitreview, the repo name was wrong. Add jobs to build and publish documents. Change-Id: Iec58806070b65a56db107606583dfb89e5a5d0d4 --- .gitreview | 2 +- .zuul.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .zuul.yaml diff --git a/.gitreview b/.gitreview index ec9f183..d8aeef4 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.openstack.org port=29418 -project=openstack/arch-guide.git +project=openstack/arch-design.git diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..16dab15 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,6 @@ +- project: + templates: + - build-openstack-docs-pti + post: + jobs: + - publish-openstack-tox-docs-direct