metadata: annotations: prow.k8s.io/context: pull-verify prow.k8s.io/job: pull-verify creationTimestamp: "2026-08-18T08:02:53Z" generation: 13 labels: created-by-prow: "true" event-GUID: 36275a20-9adb-11f1-8c0a-a831a49a6201 prow.k8s.io/build-id: "2089624058520932352" prow.k8s.io/context: pull-verify prow.k8s.io/id: 5279ed95-14ee-4b42-ba0b-8299f8da4dbb prow.k8s.io/is-optional: "false" prow.k8s.io/job: pull-verify prow.k8s.io/refs.base_ref: master prow.k8s.io/refs.org: pingcap prow.k8s.io/refs.pull: "21832" prow.k8s.io/refs.repo: docs-cn prow.k8s.io/type: presubmit name: 5279ed95-14ee-4b42-ba0b-8299f8da4dbb namespace: apps resourceVersion: "1787040473030447001" uid: ea098883-72aa-49b3-bc69-fcc408575a98 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-cn/commit/41add7feeb3963dbd4df7f21c3a67c28edb4a877 base_ref: master base_sha: 41add7feeb3963dbd4df7f21c3a67c28edb4a877 org: pingcap pulls: - author: 3AceShowHand author_link: https://github.com/3AceShowHand commit_link: https://github.com/pingcap/docs-cn/pull/21832/commits/11c708a8f9369f617e7e857234740529ee139c7c head_ref: ticdc-kafka-max-message-bytes link: https://github.com/pingcap/docs-cn/pull/21832 number: 21832 sha: 11c708a8f9369f617e7e857234740529ee139c7c title: 'cdc: add kafka max-message-bytes related explain' repo: docs-cn repo_link: https://github.com/pingcap/docs-cn report: true rerun_command: /test pull-verify type: presubmit status: build_id: "2089624058520932352" completionTime: "2026-08-18T08:07:53Z" description: Aborted by trigger plugin. pendingTime: "2026-08-18T08:02:53Z" pod_name: 5279ed95-14ee-4b42-ba0b-8299f8da4dbb prev_report_states: gcsk8sreporter: aborted gcsreporter: aborted github-reporter: aborted startTime: "2026-08-18T08:02:53Z" state: aborted url: https://prow.tidb.net/view/gs/prow-tidb-logs/pr-logs/pull/pingcap_docs-cn/21832/pull-verify/2089624058520932352