Files
doc-exports/zuul.yaml
Goncharov, Artem argoncha 71825840f7 re-enable doc building jobs
Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: Goncharov, Artem argoncha <artem.goncharov@t-systems.com>
Co-committed-by: Goncharov, Artem argoncha <artem.goncharov@t-systems.com>
2022-07-21 14:01:41 +00:00

63 lines
1.7 KiB
YAML

---
- job:
name: otc-doc-exports-convert-base
parent: unittests
abstract: true
nodeset: vm
description: |
Convert doc exports from html to rst and generate corresponding rst diff
files.
pre-run: playbooks/pre.yaml
run: playbooks/run.yaml
post-run: playbooks/post.yaml
- job:
name: otc-doc-exports-convert-compute
parent: otc-doc-exports-convert-base
description: |
Convert Compute doc exports from html to rst and generate
corresponding rst patch files.
files:
- otc_doc_convertor
- docs/ecs
- roles
provides: otc-doc-exports-convert-compute
vars:
docs_update_data_file: "docs_compute.yaml"
- job:
name: otc-doc-exports-convert-big-data
parent: otc-doc-exports-convert-base
description: |
Convert BigData doc exports from html to rst and generate
corresponding rst patch files.
files:
- otc_doc_convertor
- docs/modelarts
- roles
vars:
docs_update_data_file: "docs_big-data.yaml"
- project:
merge-mode: squash-merge
default-branch: main
vars:
docs_rst_location: "docs"
docs_base_location: "base"
docs_new_location: "new"
ensure_pandoc_version: "2.18"
propose_change_git_provider: "gitea"
propose_change_git_baseurl: "gitea.eco.tsi-dev.otc-service.com"
check:
jobs:
- otc-tox-pep8:
nodeset: ubuntu-focal
- otc-doc-exports-convert-compute
- otc-doc-exports-convert-big-data
gate:
jobs:
- otc-tox-pep8:
nodeset: ubuntu-focal
- otc-doc-exports-convert-compute
- otc-doc-exports-convert-big-data