From b765fab22347dff689849ff9577d87d736342acf Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Mon, 20 Aug 2018 14:31:31 -0500 Subject: [PATCH] Import zuul job settings from project-config As part of the python3-first goal we want zuul jobs defined in-repo instead of the common project-config location. This moves the jobs used by the operations-guide in-repo to complete step 1 of the goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Ie7d348477bb2d96211d56af42f572fe490b0e4b6 Signed-off-by: Sean McGinnis --- .zuul.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 00000000..3e97b9d6 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,6 @@ +- project: + templates: + - build-openstack-sphinx-docs + post: + jobs: + - publish-openstack-sphinx-docs-direct