metadata: annotations: prow.k8s.io/context: pull-e2e prow.k8s.io/job: pull-e2e creationTimestamp: "2026-01-07T06:40:59Z" generation: 10 labels: created-by-prow: "true" event-GUID: d2807840-eb93-11f0-8952-cb03575ec952 prow.k8s.io/build-id: "2008790952826638336" prow.k8s.io/context: pull-e2e prow.k8s.io/id: 0e2fe51f-c05d-499b-83dc-820f52365490 prow.k8s.io/is-optional: "false" prow.k8s.io/job: pull-e2e prow.k8s.io/refs.base_ref: main prow.k8s.io/refs.org: pingcap prow.k8s.io/refs.pull: "6635" prow.k8s.io/refs.repo: tidb-operator prow.k8s.io/type: presubmit name: 0e2fe51f-c05d-499b-83dc-820f52365490 namespace: apps resourceVersion: "1767768571208255007" uid: befe673e-999a-40d1-bf16-458ac6ab5432 spec: agent: kubernetes cluster: default context: pull-e2e decoration_config: gcs_configuration: bucket: gs://prow-tidb-logs path_strategy: explicit gcs_credentials_secret: gcs-credentials timeout: 3h0m0s 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-e2e namespace: prow-test-pods pod_spec: containers: - args: - | set -ex export DEBIAN_FRONTEND=noninteractive apt-get update apt-get install -y --no-install-recommends \ ca-certificates \ curl \ git \ make \ cmake \ tar # Add Docker's official GPG key install -m 0755 -d /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc chmod a+r /etc/apt/keyrings/docker.asc # Add the repository to Apt sources echo \ "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \ $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \ tee /etc/apt/sources.list.d/docker.list > /dev/null apt-get update # Install Docker CLI apt-get install -y --no-install-recommends docker-ce-cli docker-buildx-plugin # Install Go 1.23 curl -fsSL https://go.dev/dl/go1.23.10.linux-amd64.tar.gz | tar -C /usr/local -xz export PATH=/usr/local/go/bin:$PATH export GOPATH=/go export GOCACHE=/tmp/go-cache echo "Go version: $(go version)" echo "Docker version: $(docker version --format '{{.Client.Version}}')" echo "Waiting for Docker daemon to be responsive..." timeout_seconds=120 # Loop until docker info succeeds or timeout is reached start_time=$(date +%s) while ! docker info > /dev/null 2>&1; do current_time=$(date +%s) elapsed=$((current_time - start_time)) if [ $elapsed -ge $timeout_seconds ]; then echo "Error: Docker daemon did not start within ${timeout_seconds} seconds." >&2 echo "Listing contents of /var/run to help debug:" >&2 ls -la /var/run || echo "Warning: Failed to list /var/run" >&2 exit 1 fi echo "Waiting for Docker... $(date)" sleep 5 done echo "Docker daemon is responsive." make kube docker update tidb-operator-control-plane --memory-reservation=6G -c 2048 docker update tidb-operator-worker -m 16G --memory-swap 16G -c 4096 docker update tidb-operator-worker2 -m 16G --memory-swap 16G -c 4096 docker update tidb-operator-worker3 -m 16G --memory-swap 16G -c 4096 CI=true GINKGO_OPTS='--procs=4' make e2e command: - /bin/sh - -ce image: ubuntu:22.04 name: e2e-runner resources: limits: cpu: "5" memory: 28Gi requests: cpu: "5" memory: 28Gi volumeMounts: - mountPath: /var/run name: docker-sock-dir - mountPath: /data name: data subPath: data initContainers: - command: - /bin/sh - -c - dockerd-entrypoint.sh --cgroup-parent /kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod$(echo ${POD_UID} | tr - _).slice env: - name: DOCKER_TLS_CERTDIR - name: POD_UID valueFrom: fieldRef: fieldPath: metadata.uid image: docker:28.1-dind name: dind-daemon resources: limits: cpu: "1" memory: 28Gi requests: cpu: "1" memory: 28Gi restartPolicy: Always securityContext: privileged: true volumeMounts: - mountPath: /var/run name: docker-sock-dir - mountPath: /var/lib/docker name: data subPath: docker nodeSelector: node.kubernetes.io/instance-type: e2-highmem-8 volumes: - emptyDir: {} name: docker-sock-dir - ephemeral: volumeClaimTemplate: metadata: creationTimestamp: null spec: accessModes: - ReadWriteOnce resources: requests: storage: 500Gi storageClassName: standard-rwo name: data prowjob_defaults: tenant_id: GlobalDefaultID refs: base_link: https://github.com/pingcap/tidb-operator/commit/c01b1c9ba0dc2ed2a9f9ebfb1de40015d56b1d6e base_ref: main base_sha: c01b1c9ba0dc2ed2a9f9ebfb1de40015d56b1d6e org: pingcap pulls: - author: okJiang author_link: https://github.com/okJiang commit_link: https://github.com/pingcap/tidb-operator/pull/6635/commits/9efb3ada3af15193cc73b74f395f7a5b09761e22 head_ref: operator-rm link: https://github.com/pingcap/tidb-operator/pull/6635 number: 6635 sha: 9efb3ada3af15193cc73b74f395f7a5b09761e22 title: 'feat: add resource-manager support to PD microservices' repo: tidb-operator repo_link: https://github.com/pingcap/tidb-operator report: true rerun_command: /test pull-e2e type: presubmit status: build_id: "2008790952826638336" completionTime: "2026-01-07T06:49:29Z" description: Job failed. pendingTime: "2026-01-07T06:40:59Z" pod_name: 0e2fe51f-c05d-499b-83dc-820f52365490 prev_report_states: gcsk8sreporter: failure gcsreporter: failure github-reporter: failure startTime: "2026-01-07T06:40:59Z" state: failure url: https://prow.tidb.net/view/gs/prow-tidb-logs/pr-logs/pull/pingcap_tidb-operator/6635/pull-e2e/2008790952826638336