metadata: annotations: prow.k8s.io/context: pull-e2e prow.k8s.io/job: pull-e2e creationTimestamp: "2025-11-04T04:38:15Z" generation: 10 labels: created-by-prow: "true" event-GUID: 133394a0-b938-11f0-8f88-e46407d1d2aa prow.k8s.io/build-id: "1985567242967846912" prow.k8s.io/context: pull-e2e prow.k8s.io/id: d8ab4747-b0be-4785-9848-a9c9421deba9 prow.k8s.io/is-optional: "false" prow.k8s.io/job: pull-e2e prow.k8s.io/refs.base_ref: v2 prow.k8s.io/refs.org: pingcap prow.k8s.io/refs.pull: "6533" prow.k8s.io/refs.repo: tidb-operator prow.k8s.io/type: presubmit name: d8ab4747-b0be-4785-9848-a9c9421deba9 namespace: apps resourceVersion: "1762238009228223005" uid: 7bf32236-3926-432c-9b5c-e6a6bd725175 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: 2h0m0s 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/6f11e0d3d0dbcbfb44ca95b40ee53b9047cad838 base_ref: feature/v2 base_sha: 6f11e0d3d0dbcbfb44ca95b40ee53b9047cad838 org: pingcap pulls: - author: liubog2008 author_link: https://github.com/liubog2008 commit_link: https://github.com/pingcap/tidb-operator/pull/6533/commits/ea020620184190fcef13a11ca7a8ff87be909797 head_ref: liubo02/fix-no-inplace-update link: https://github.com/pingcap/tidb-operator/pull/6533 number: 6533 sha: ea020620184190fcef13a11ca7a8ff87be909797 title: 'fix(updater): optimize no inplace update' repo: tidb-operator repo_link: https://github.com/pingcap/tidb-operator report: true rerun_command: /test pull-e2e type: presubmit status: build_id: "1985567242967846912" completionTime: "2025-11-04T06:33:27Z" description: Job failed. pendingTime: "2025-11-04T04:38:15Z" pod_name: d8ab4747-b0be-4785-9848-a9c9421deba9 prev_report_states: gcsk8sreporter: failure gcsreporter: failure github-reporter: failure startTime: "2025-11-04T04:38:15Z" state: failure url: https://prow.tidb.net/view/gs/prow-tidb-logs/pr-logs/pull/pingcap_tidb-operator/6533/pull-e2e/1985567242967846912