Compare commits
1 Commits
main
...
analytics-
Author | SHA1 | Date | |
---|---|---|---|
9189965eeb |
@ -1,12 +1,12 @@
|
|||||||
[
|
[
|
||||||
"evs",
|
"evs",
|
||||||
"ims",
|
"ims",
|
||||||
"ecs",
|
|
||||||
"obs",
|
"obs",
|
||||||
"cce",
|
"cce",
|
||||||
"elb",
|
"ecs",
|
||||||
"rds",
|
"rds",
|
||||||
"sfs",
|
|
||||||
"iam",
|
"iam",
|
||||||
"vpc"
|
"vpc",
|
||||||
|
"ces",
|
||||||
|
"sfs"
|
||||||
]
|
]
|
@ -1,12 +1,12 @@
|
|||||||
[
|
[
|
||||||
"evs",
|
"evs",
|
||||||
"ims",
|
"ims",
|
||||||
"ecs",
|
|
||||||
"obs",
|
"obs",
|
||||||
"cce",
|
"cce",
|
||||||
"elb",
|
"ecs",
|
||||||
"rds",
|
"rds",
|
||||||
"iam",
|
"iam",
|
||||||
"vpc",
|
"vpc",
|
||||||
"vpn"
|
"ces",
|
||||||
|
"elb"
|
||||||
]
|
]
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
hc_location: sdk/nodejs-devg-obs
|
|
||||||
html_location: docs/obs_3rd_party/nodejs_sdk
|
|
||||||
link: /object-storage-service-3rd-party/nodejs-sdk/
|
|
||||||
rst_location: doc/nodejs-sdk/source
|
|
||||||
service_type: obs_3rd_party
|
|
||||||
title: Node.js SDK
|
|
||||||
type: nodejs-sdk
|
|
||||||
cloud_environments:
|
|
||||||
- name: eu_de
|
|
||||||
visibility: public
|
|
||||||
pdf_visibility: public
|
|
||||||
pdf_enabled: false
|
|
@ -6,33 +6,17 @@ jobs:
|
|||||||
tox-docs:
|
tox-docs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
{%- if environment == 'internal' %}
|
|
||||||
- uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-run-env@v1
|
- uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-run-env@v1
|
||||||
with:
|
with:
|
||||||
tox-env: docs
|
tox-env: docs
|
||||||
|
|
||||||
- name: Upload documentation preview
|
- name: Upload documentation preview
|
||||||
{% raw -%}
|
|
||||||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
|
||||||
{%- endraw %}
|
|
||||||
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
||||||
{%- elif environment == 'public' %}
|
|
||||||
- uses: opentelekomcloud-infra/github-actions/.github/actions/tox-run-env@v1
|
|
||||||
with:
|
|
||||||
tox-env: docs
|
|
||||||
|
|
||||||
- name: Upload documentation preview
|
|
||||||
{% raw -%}
|
|
||||||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
|
||||||
{%- endraw %}
|
|
||||||
uses: opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
|
||||||
{%- endif %}
|
|
||||||
with:
|
with:
|
||||||
docs_path: "doc/build/html"
|
docs_path: "doc/build/html"
|
||||||
docs_service: {{ service_uri }}
|
docs_service: {{ service_uri }}
|
||||||
{%- if environment == 'internal' %}
|
|
||||||
{% raw -%}
|
|
||||||
swift_container: "gitea_action_logs"
|
swift_container: "gitea_action_logs"
|
||||||
|
{% raw -%}
|
||||||
otc_swift_username: ${{ secrets.OTC_SWIFT_USERNAME }}
|
otc_swift_username: ${{ secrets.OTC_SWIFT_USERNAME }}
|
||||||
otc_swift_password: ${{ secrets.OTC_SWIFT_PASSWORD }}
|
otc_swift_password: ${{ secrets.OTC_SWIFT_PASSWORD }}
|
||||||
otc_swift_project_name: ${{ secrets.OTC_SWIFT_PROJECT_NAME }}
|
otc_swift_project_name: ${{ secrets.OTC_SWIFT_PROJECT_NAME }}
|
||||||
@ -43,20 +27,4 @@ jobs:
|
|||||||
repo: ${{ gitea.repository }}
|
repo: ${{ gitea.repository }}
|
||||||
pr_number: ${{ gitea.event.pull_request.number }}
|
pr_number: ${{ gitea.event.pull_request.number }}
|
||||||
run_id: ${{ gitea.run_id }}
|
run_id: ${{ gitea.run_id }}
|
||||||
ci_platform: gitea
|
{%- endraw %}
|
||||||
{%- endraw %}
|
|
||||||
{%- elif environment == 'public' %}
|
|
||||||
{% raw -%}
|
|
||||||
swift_container: "gh_action_logs"
|
|
||||||
otc_swift_username: ${{ secrets.OTC_SWIFT_USERNAME }}
|
|
||||||
otc_swift_password: ${{ secrets.OTC_SWIFT_PASSWORD }}
|
|
||||||
otc_swift_project_name: ${{ secrets.OTC_SWIFT_PROJECT_NAME }}
|
|
||||||
otc_swift_domain: ${{ secrets.OTC_SWIFT_DOMAIN }}
|
|
||||||
otc_swift_endpoint: ${{ secrets.OTC_SWIFT_ENDPOINT }}
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
repo: ${{ github.repository }}
|
|
||||||
pr_number: ${{ github.event.pull_request.number }}
|
|
||||||
run_id: ${{ github.run_id }}
|
|
||||||
ci_platform: github
|
|
||||||
{%- endraw %}
|
|
||||||
{%- endif %}
|
|
@ -6,33 +6,17 @@ jobs:
|
|||||||
tox-pdf-docs:
|
tox-pdf-docs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
{%- if environment == 'internal' %}
|
|
||||||
- uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-run-env@v1
|
- uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-run-env@v1
|
||||||
with:
|
with:
|
||||||
tox-env: pdf-docs
|
tox-env: pdf-docs
|
||||||
|
|
||||||
- name: Upload documentation preview
|
- name: Upload documentation preview
|
||||||
{% raw -%}
|
|
||||||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
|
||||||
{%- endraw %}
|
|
||||||
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
||||||
{%- elif environment == 'public' %}
|
|
||||||
- uses: opentelekomcloud-infra/github-actions/.github/actions/tox-run-env@v1
|
|
||||||
with:
|
|
||||||
tox-env: pdf-docs
|
|
||||||
|
|
||||||
- name: Upload documentation preview
|
|
||||||
{% raw -%}
|
|
||||||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
|
||||||
{%- endraw %}
|
|
||||||
uses: opentelekomcloud-infra/github-actions/.github/actions/tox-upload-swift@v1
|
|
||||||
{%- endif %}
|
|
||||||
with:
|
with:
|
||||||
docs_path: "doc/build/pdf"
|
docs_path: "doc/build/pdf"
|
||||||
docs_service: {{ service_uri }}
|
docs_service: {{ service_uri }}
|
||||||
{%- if environment == 'internal' %}
|
|
||||||
{% raw -%}
|
|
||||||
swift_container: "gitea_action_logs"
|
swift_container: "gitea_action_logs"
|
||||||
|
{% raw -%}
|
||||||
otc_swift_username: ${{ secrets.OTC_SWIFT_USERNAME }}
|
otc_swift_username: ${{ secrets.OTC_SWIFT_USERNAME }}
|
||||||
otc_swift_password: ${{ secrets.OTC_SWIFT_PASSWORD }}
|
otc_swift_password: ${{ secrets.OTC_SWIFT_PASSWORD }}
|
||||||
otc_swift_project_name: ${{ secrets.OTC_SWIFT_PROJECT_NAME }}
|
otc_swift_project_name: ${{ secrets.OTC_SWIFT_PROJECT_NAME }}
|
||||||
@ -43,20 +27,4 @@ jobs:
|
|||||||
repo: ${{ gitea.repository }}
|
repo: ${{ gitea.repository }}
|
||||||
pr_number: ${{ gitea.event.pull_request.number }}
|
pr_number: ${{ gitea.event.pull_request.number }}
|
||||||
run_id: ${{ gitea.run_id }}
|
run_id: ${{ gitea.run_id }}
|
||||||
ci_platform: gitea
|
{%- endraw %}
|
||||||
{%- endraw %}
|
|
||||||
{%- elif environment == 'public' %}
|
|
||||||
{% raw -%}
|
|
||||||
swift_container: "gh_action_logs"
|
|
||||||
otc_swift_username: ${{ secrets.OTC_SWIFT_USERNAME }}
|
|
||||||
otc_swift_password: ${{ secrets.OTC_SWIFT_PASSWORD }}
|
|
||||||
otc_swift_project_name: ${{ secrets.OTC_SWIFT_PROJECT_NAME }}
|
|
||||||
otc_swift_domain: ${{ secrets.OTC_SWIFT_DOMAIN }}
|
|
||||||
otc_swift_endpoint: ${{ secrets.OTC_SWIFT_ENDPOINT }}
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
repo: ${{ github.repository }}
|
|
||||||
pr_number: ${{ github.event.pull_request.number }}
|
|
||||||
run_id: ${{ github.run_id }}
|
|
||||||
ci_platform: github
|
|
||||||
{%- endraw %}
|
|
||||||
{%- endif %}
|
|
@ -152,7 +152,7 @@ commands =
|
|||||||
rm -rf {toxinidir}/packages.txt
|
rm -rf {toxinidir}/packages.txt
|
||||||
wget -O {toxinidir}/bindep.txt https://raw.githubusercontent.com/opentelekomcloud/otcdocstheme/main/bindep.txt
|
wget -O {toxinidir}/bindep.txt https://raw.githubusercontent.com/opentelekomcloud/otcdocstheme/main/bindep.txt
|
||||||
bash -c "bindep test -b -f {toxinidir}/bindep.txt > {toxinidir}/packages.txt || true"
|
bash -c "bindep test -b -f {toxinidir}/bindep.txt > {toxinidir}/packages.txt || true"
|
||||||
bash -c 'if [ -s {toxinidir}/packages.txt ]; then if command -v apt &>/dev/null; then sudo apt update && xargs sudo apt install --no-install-recommends -y < {toxinidir}/packages.txt; fi; fi'
|
bash -c 'if [ -s {toxinidir}/packages.txt ]; then if command -v apt &>/dev/null; then apt update && xargs apt install --no-install-recommends -y < {toxinidir}/packages.txt; fi; fi'
|
||||||
bash -c 'if [ -s {toxinidir}/packages.txt ]; then if command -v dnf &>/dev/null; then dnf install -y $(cat {toxinidir}/packages.txt); fi; fi'
|
bash -c 'if [ -s {toxinidir}/packages.txt ]; then if command -v dnf &>/dev/null; then dnf install -y $(cat {toxinidir}/packages.txt); fi; fi'
|
||||||
|
|
||||||
[doc8]
|
[doc8]
|
||||||
|
@ -356,10 +356,8 @@ def process_repositories(args, service):
|
|||||||
context["docs"].append(doc)
|
context["docs"].append(doc)
|
||||||
if args.cloud_environment == "swiss":
|
if args.cloud_environment == "swiss":
|
||||||
context["template"] = "helpcenter-swiss-base-jobs"
|
context["template"] = "helpcenter-swiss-base-jobs"
|
||||||
elif args.cloud_environment == "eu_de" and args.target_environment == "internal":
|
elif args.cloud_environment == "eu_de":
|
||||||
context["template"] = "helpcenter-base-jobs"
|
context["template"] = "helpcenter-base-jobs"
|
||||||
elif args.cloud_environment == "eu_de" and args.target_environment == "public":
|
|
||||||
context["template"] = "helpcenter-base-jobs-no-check"
|
|
||||||
context["service_type"] = service['service_type']
|
context["service_type"] = service['service_type']
|
||||||
|
|
||||||
zuul_yaml_content = zuul_yaml_template.render(**context)
|
zuul_yaml_content = zuul_yaml_template.render(**context)
|
||||||
@ -373,33 +371,21 @@ def process_repositories(args, service):
|
|||||||
"""Update actions"""
|
"""Update actions"""
|
||||||
context = dict(docs=[])
|
context = dict(docs=[])
|
||||||
context["service_uri"] = service['service_uri']
|
context["service_uri"] = service['service_uri']
|
||||||
context["environment"] = args.target_environment
|
|
||||||
|
|
||||||
actions_yaml_content_html = actions_yaml_template_html.render(**context)
|
actions_yaml_content_html = actions_yaml_template_html.render(**context)
|
||||||
actions_yaml_content_pdf = actions_yaml_template_pdf.render(**context)
|
actions_yaml_content_pdf = actions_yaml_template_pdf.render(**context)
|
||||||
if args.target_environment == "internal":
|
actions_yaml_content_html_path = pathlib.Path(copy_to, ".gitea", "workflows", "build-html-docs.yaml")
|
||||||
actions_yaml_content_html_path = pathlib.Path(copy_to, ".gitea", "workflows", "build-html-docs.yaml")
|
actions_yaml_content_html_path.parent.mkdir(parents=True, exist_ok=True)
|
||||||
actions_yaml_content_html_path.parent.mkdir(parents=True, exist_ok=True)
|
actions_yaml_content_pdf_path = pathlib.Path(copy_to, ".gitea", "workflows", "build-pdf-docs.yaml")
|
||||||
actions_yaml_content_pdf_path = pathlib.Path(copy_to, ".gitea", "workflows", "build-pdf-docs.yaml")
|
actions_yaml_content_pdf_path.parent.mkdir(parents=True, exist_ok=True)
|
||||||
actions_yaml_content_pdf_path.parent.mkdir(parents=True, exist_ok=True)
|
|
||||||
elif args.target_environment == "public":
|
|
||||||
actions_yaml_content_html_path = pathlib.Path(copy_to, ".github", "workflows", "build-html-docs.yaml")
|
|
||||||
actions_yaml_content_html_path.parent.mkdir(parents=True, exist_ok=True)
|
|
||||||
actions_yaml_content_pdf_path = pathlib.Path(copy_to, ".github", "workflows", "build-pdf-docs.yaml")
|
|
||||||
actions_yaml_content_pdf_path.parent.mkdir(parents=True, exist_ok=True)
|
|
||||||
|
|
||||||
with open(actions_yaml_content_html_path, "w", encoding="utf-8", newline="") as out:
|
with open(actions_yaml_content_html_path, "w", encoding="utf-8", newline="") as out:
|
||||||
logging.debug(f"Generating {actions_yaml_content_html_path} from template...")
|
logging.debug(f"Generating {actions_yaml_content_html_path} from template...")
|
||||||
out.write(actions_yaml_content_html)
|
out.write(actions_yaml_content_html)
|
||||||
|
repo_to.index.add([".gitea/workflows/build-html-docs.yaml"])
|
||||||
with open(actions_yaml_content_pdf_path, "w", encoding="utf-8", newline="") as out:
|
with open(actions_yaml_content_pdf_path, "w", encoding="utf-8", newline="") as out:
|
||||||
logging.debug(f"Generating {actions_yaml_content_pdf_path} from template...")
|
logging.debug(f"Generating {actions_yaml_content_pdf_path} from template...")
|
||||||
out.write(actions_yaml_content_pdf)
|
out.write(actions_yaml_content_pdf)
|
||||||
if args.target_environment == "internal":
|
repo_to.index.add([".gitea/workflows/build-pdf-docs.yaml"])
|
||||||
repo_to.index.add([".gitea/workflows/build-html-docs.yaml"])
|
|
||||||
repo_to.index.add([".gitea/workflows/build-pdf-docs.yaml"])
|
|
||||||
elif args.target_environment == "public":
|
|
||||||
repo_to.index.add([".github/workflows/build-html-docs.yaml"])
|
|
||||||
repo_to.index.add([".github/workflows/build-pdf-docs.yaml"])
|
|
||||||
|
|
||||||
if len(repo_to.index.diff("HEAD")) == 0:
|
if len(repo_to.index.diff("HEAD")) == 0:
|
||||||
# Nothing to commit
|
# Nothing to commit
|
||||||
|
Reference in New Issue
Block a user