From 2e34b4e80f03bc85a7a9244965e6fb3fbcf51c06 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 14 Oct 2017 11:31:18 +0200 Subject: [PATCH] Add Zuul v3 jobs Use native v3 jobs for building and publishing the documents. Needed-By: I6de24ab8a99a219af2ac2515df7d307326b4cf5f Change-Id: I3d1a41157d8a588b5a6877139a230c2a2fabc56f --- .zuul.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 00000000..cfa0e9a7 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,14 @@ +# Zuulv3 CI setup for OpenStack. +# The build-tox-manuals-checkbuild job is defined in openstack-manuals. + +- project: + name: openstack/training-guides + check: + jobs: + - build-tox-manuals-checkbuild + gate: + jobs: + - build-tox-manuals-checkbuild + post: + jobs: + - publish-openstack-manuals