metadata: annotations: prow.k8s.io/context: pull-verify prow.k8s.io/job: pull-verify creationTimestamp: "2026-05-20T08:39:18Z" generation: 10 labels: created-by-prow: "true" event-GUID: 62a1e1b0-5427-11f1-99e4-e04c05af8534 prow.k8s.io/build-id: "2057018313132740608" prow.k8s.io/context: pull-verify prow.k8s.io/id: 9ab99de2-dd58-4376-87f4-22b3830fb187 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: "21454" prow.k8s.io/refs.repo: docs-cn prow.k8s.io/type: presubmit name: 9ab99de2-dd58-4376-87f4-22b3830fb187 namespace: apps resourceVersion: "1779266389496623023" uid: 98aa16d8-6591-4147-a3d5-c78856a508ab 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://raw.githubusercontent.com/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/6cfd8512dd8c7e86be4c4b9d152386ec422055a9 base_ref: master base_sha: 6cfd8512dd8c7e86be4c4b9d152386ec422055a9 org: pingcap pulls: - author: tiancaiamao author_link: https://github.com/tiancaiamao commit_link: https://github.com/pingcap/docs-cn/pull/21454/commits/d73e99fce67b56e9c44980b3db0147d5c2e36c30 head_ref: column-masking-policy link: https://github.com/pingcap/docs-cn/pull/21454 number: 21454 sha: d73e99fce67b56e9c44980b3db0147d5c2e36c30 title: '*: add column-level masking policy feature document' repo: docs-cn repo_link: https://github.com/pingcap/docs-cn report: true rerun_command: /test pull-verify type: presubmit status: build_id: "2057018313132740608" completionTime: "2026-05-20T08:39:47Z" description: Job failed. pendingTime: "2026-05-20T08:39:18Z" pod_name: 9ab99de2-dd58-4376-87f4-22b3830fb187 prev_report_states: gcsk8sreporter: failure gcsreporter: failure github-reporter: failure startTime: "2026-05-20T08:39:18Z" state: failure url: https://prow.tidb.net/view/gs/prow-tidb-logs/pr-logs/pull/pingcap_docs-cn/21454/pull-verify/2057018313132740608