metadata: annotations: prow.k8s.io/context: pull-e2e prow.k8s.io/job: pull-e2e creationTimestamp: "2025-11-07T10:34:51Z" generation: 10 labels: created-by-prow: "true" event-GUID: 633478e0-bbc5-11f0-996c-5804dec1f9f4 prow.k8s.io/build-id: "1986744147351965696" prow.k8s.io/context: pull-e2e prow.k8s.io/id: 2d2ae311-9891-42ae-bd89-db73c19e8b8e 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: 2d2ae311-9891-42ae-bd89-db73c19e8b8e namespace: apps resourceVersion: "1762513515164927004" uid: c0cb71a1-217a-4fc5-85b0-417c9ebd97a2 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/06a65dac2879e40b5626bd65f4d9bd1c2d7e39ec base_ref: feature/v2 base_sha: 06a65dac2879e40b5626bd65f4d9bd1c2d7e39ec org: pingcap pulls: - author: liubog2008 author_link: https://github.com/liubog2008 commit_link: https://github.com/pingcap/tidb-operator/pull/6533/commits/2d451fab15c8c3e115d73f4aa15b5b53b469a1ec head_ref: liubo02/fix-no-inplace-update link: https://github.com/pingcap/tidb-operator/pull/6533 number: 6533 sha: 2d451fab15c8c3e115d73f4aa15b5b53b469a1ec 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: "1986744147351965696" completionTime: "2025-11-07T11:05:13Z" description: Job failed. pendingTime: "2025-11-07T10:34:51Z" pod_name: 2d2ae311-9891-42ae-bd89-db73c19e8b8e prev_report_states: gcsk8sreporter: failure gcsreporter: failure github-reporter: failure startTime: "2025-11-07T10:34:51Z" state: failure url: https://prow.tidb.net/view/gs/prow-tidb-logs/pr-logs/pull/pingcap_tidb-operator/6533/pull-e2e/1986744147351965696