From 4a36ca15a7bb3907b7a29080b520a1f968249ac3 Mon Sep 17 00:00:00 2001 From: "Gael Chamoulaud (Strider)" Date: Thu, 17 Sep 2020 10:47:03 +0200 Subject: [PATCH] Add the documentation build back in the CI This patch adds the linters job back during the check. Change-Id: I4f47332b52487289993d8ebdee52018da997cb95 --- .zuul.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 5bf298f6..a04b2745 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -22,8 +22,17 @@ - openstack-python3-victoria-jobs check: jobs: + - openstack-tox-linters + - openstack-tox-docs: &tripleo-docs + files: + - ^doc/.* + - ^README.rst - validations-libs-functional gate: jobs: - openstack-tox-linters + - openstack-tox-docs: *tripleo-docs - validations-libs-functional + promote: + jobs: + - promote-openstack-tox-docs: *tripleo-docs