Compare commits

...

2 Commits

Author SHA1 Message Date
9f9208e3c6 adding update job reference for other 2024-08-12 14:14:57 +00:00
af4883ad8b adding other category in zuul
Reviewed-by: vladimirvshivkov <vshivkovvladimir@gmail.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2024-08-12 11:52:55 +00:00

View File

@ -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:
@ -261,6 +277,10 @@
dependencies:
- name: otc-doc-exports-convert-md
soft: true
- otc-doc-exports-propose-update-other:
dependencies:
- name: otc-doc-exports-convert-other
soft: true
- otc-doc-exports-propose-update-security:
dependencies:
- name: otc-doc-exports-convert-security
@ -279,5 +299,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