From 1a0ac48e5b11597eb94322c908311e16c502288a Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Wed, 9 Nov 2022 15:52:51 +0100 Subject: [PATCH] Update zuul.yaml file Performed-by: gitea/infra/otc-metadata/tools/update_zuul_project_config.py --- zuul.yaml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/zuul.yaml b/zuul.yaml index 3cbab95..dd2733a 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -1,8 +1,19 @@ ---- +- job: + name: build-otc-mrs-operation-guide + parent: otc-tox-docs + description: Build operation-guide document using tox + files: + - ^doc/component-operation-guide/source/.* + vars: + tox_envlist: operation-guide - project: merge-mode: squash-merge default-branch: main templates: - - helpcenter-base-jobs - - api-ref-hc-int-jobs - - umn-hc-int-jobs + - helpcenter-base-jobs + - api-ref-hc-int-jobs + - umn-hc-int-jobs + check: + # Separate documents are rendered in check, while published through regular otc-tox-docs job part of the basic template + jobs: + - build-otc-mrs-operation-guide