metadata: annotations: prow.k8s.io/context: pull-verify prow.k8s.io/job: pull-verify creationTimestamp: "2026-09-16T11:44:35Z" generation: 10 labels: created-by-prow: "true" event-GUID: fc95a280-b1c3-11f1-8f09-84fde12e0e75 prow.k8s.io/build-id: "2100189100177887232" prow.k8s.io/context: pull-verify prow.k8s.io/id: 63b2b7b1-cbf9-46b5-aee6-f23db4b62cbc prow.k8s.io/is-optional: "false" prow.k8s.io/job: pull-verify prow.k8s.io/refs.author: qiancai prow.k8s.io/refs.base_ref: release-8.5 prow.k8s.io/refs.org: pingcap prow.k8s.io/refs.pull: "23458" prow.k8s.io/refs.repo: docs prow.k8s.io/type: presubmit name: 63b2b7b1-cbf9-46b5-aee6-f23db4b62cbc namespace: apps resourceVersion: "1789559132063951005" uid: 537b4038-d1b7-46f0-b80e-b7d07a8b5c6b spec: agent: kubernetes cluster: default context: pull-verify decoration_config: gcs_configuration: bucket: gs://prow-tidb-logs path_strategy: explicit gcs_credentials_secret: gcs-credentials timeout: 40m0s utility_images: clonerefs: gcr.io/k8s-prow/clonerefs:v20230601-43eb1068e4 entrypoint: gcr.io/k8s-prow/entrypoint:v20230601-43eb1068e4 initupload: gcr.io/k8s-prow/initupload:v20230601-43eb1068e4 sidecar: gcr.io/k8s-prow/sidecar:v20230601-43eb1068e4 job: pull-verify namespace: prow-test-pods pod_spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: kubernetes.io/arch operator: In values: - amd64 containers: - args: - | #!/usr/bin/env bash set -euo pipefail base_ref="${PULL_BASE_REF:?missing PULL_BASE_REF}" base_target="origin/${base_ref}" if ! git rev-parse --verify --quiet "${base_target}" >/dev/null; then base_target="${PULL_BASE_SHA:?missing PULL_BASE_SHA}" fi mapfile -t diff_docs_files < <(git diff-tree --name-only --no-commit-id -r "${base_target}..HEAD" -- '*.md' ':(exclude).github/*') mkdir -p /tmp/check-scripts for check_script in \ check-conflicts.py \ check-control-char.py \ check-tags.py \ check-manual-line-breaks.py \ check-file-encoding.py; do curl -fsSL --retry 3 "https://cdn.jsdelivr.net/gh/pingcap/docs@master/scripts/${check_script}" \ -o "/tmp/check-scripts/${check_script}" done cp -r /tmp/check-scripts/* ./ python3 check-conflicts.py "${diff_docs_files[@]}" python3 check-control-char.py "${diff_docs_files[@]}" python3 check-tags.py "${diff_docs_files[@]}" python3 check-manual-line-breaks.py "${diff_docs_files[@]}" npm install -g markdownlint-cli@0.17.0 markdownlint "${diff_docs_files[@]}" python3 check-file-encoding.py "${diff_docs_files[@]}" command: - bash - -ce image: node:lts name: pull-verify resources: limits: cpu: "2" memory: 4Gi requests: cpu: "2" memory: 4Gi prowjob_defaults: tenant_id: GlobalDefaultID refs: base_link: https://github.com/pingcap/docs/commit/6acba5d04f2e3ab5702335c3823a92994ec87789 base_ref: release-8.5 base_sha: 6acba5d04f2e3ab5702335c3823a92994ec87789 org: pingcap pulls: - author: qiancai author_link: https://github.com/qiancai commit_link: https://github.com/pingcap/docs/pull/23458/commits/b5971fd26eccf60ee308e7e3f7cc27e8d597160f head_ref: add-tidb-x-2603-rn link: https://github.com/pingcap/docs/pull/23458 number: 23458 sha: b5971fd26eccf60ee308e7e3f7cc27e8d597160f title: 'cloud: add tidb-x-cloud.202603.1.md' repo: docs repo_link: https://github.com/pingcap/docs report: true rerun_command: /test pull-verify type: presubmit status: build_id: "2100189100177887232" completionTime: "2026-09-16T11:45:30Z" description: Job succeeded. pendingTime: "2026-09-16T11:44:36Z" pod_name: 63b2b7b1-cbf9-46b5-aee6-f23db4b62cbc prev_report_states: gcsk8sreporter: success gcsreporter: success github-reporter: success startTime: "2026-09-16T11:44:35Z" state: success url: https://prow.tidb.net/view/gs/prow-tidb-logs/pr-logs/pull/pingcap_docs/23458/pull-verify/2100189100177887232