From af4883ad8b554c57aa5d2c381ced5d9225532a74 Mon Sep 17 00:00:00 2001 From: "Hasko, Vladimir" Date: Mon, 12 Aug 2024 11:52:55 +0000 Subject: [PATCH] adding other category in zuul Reviewed-by: vladimirvshivkov Co-authored-by: Hasko, Vladimir Co-committed-by: Hasko, Vladimir --- zuul.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/zuul.yaml b/zuul.yaml index c16a944f..b9c947aa 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -168,6 +168,21 @@ vars: docs_service_category: "md" +- job: + name: otc-doc-exports-convert-other + parent: otc-doc-exports-convert-base + description: | + Convert Other doc exports from html to rst and generate + corresponding rst patch files. + files: + - docs/apiu + - roles + - templates + - metadata.yaml + provides: otc-doc-exports-convert-other + vars: + docs_service_category: "other" + - job: name: otc-doc-exports-convert-security parent: otc-doc-exports-convert-base @@ -231,6 +246,7 @@ - otc-doc-exports-convert-database - otc-doc-exports-convert-network - otc-doc-exports-convert-md + - otc-doc-exports-convert-other - otc-doc-exports-convert-security - otc-doc-exports-convert-storage - otc-doc-exports-propose-update-application: @@ -279,5 +295,6 @@ - otc-doc-exports-convert-database - otc-doc-exports-convert-network - otc-doc-exports-convert-md + - otc-doc-exports-convert-other - otc-doc-exports-convert-security - otc-doc-exports-convert-storage