{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by ti-chi-bot[bot]"
        },
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by ti-chi-bot[bot]"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 22522,
      "buildableTimeMillis" : 22522,
      "buildingDurationMillis" : 43663,
      "executingTimeMillis" : 43663,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8846,
      "waitingTimeMillis" : 8846
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1543,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "582f4a987c2b19ca2cc9dc12e77aee68b50aae4b",
            "branch" : [
              {
                "SHA1" : "582f4a987c2b19ca2cc9dc12e77aee68b50aae4b",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "582f4a987c2b19ca2cc9dc12e77aee68b50aae4b",
            "branch" : [
              {
                "SHA1" : "582f4a987c2b19ca2cc9dc12e77aee68b50aae4b",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "582f4a987c2b19ca2cc9dc12e77aee68b50aae4b",
        "branch" : [
          {
            "SHA1" : "582f4a987c2b19ca2cc9dc12e77aee68b50aae4b",
            "name" : "origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/PingCAP-QE/ci.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1543",
  "duration" : 43663,
  "estimatedDuration" : 85979,
  "executor" : None,
  "fullDisplayName" : "seed #1543",
  "id" : "1543",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1543,
  "queueId" : 3567024,
  "result" : "SUCCESS",
  "timestamp" : 1774193216726,
  "url" : "https://do.pingcap.net/jenkins/job/seed/1543/",
  "builtOn" : "default-nf6bc",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "prow-jobs/pingcap/tidb-binlog/latest-presubmits.yaml",
          "prow-jobs/pingcap/tidb-engine-ext/release-6.1-latest-presubmits.yaml",
          "prow-jobs/tikv/pd/release-6.1-presubmits.yaml",
          "prow-jobs/tikv/rust-rocksdb/latest-presubmits.yaml",
          "prow-jobs/pingcap/tidb-engine-ext/latest-presubmits.yaml",
          "prow-jobs/tikv/raft-engine/presubmits.yaml",
          "prow-jobs/ti-community-infra/prow/presubmits.yaml"
        ],
        "commitId" : "582f4a987c2b19ca2cc9dc12e77aee68b50aae4b",
        "timestamp" : 1774193181000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Migrate prow kubernetes jobs from `gcp-prow-ksyun` to `default` cluster (#4340)\u000a\u000aProw's default cluster is `default`. Jobs pinned to `gcp-prow-ksyun`\u000aneed to be migrated by dropping the `cluster` field and removing\u000adependencies on PVCs that don't exist in the default cluster.\u000a\u000a## Changes\u000a\u000a- **Remove `cluster: gcp-prow-ksyun`** from all affected jobs (7 files)\u000a— omitting the field defaults to `default` cluster\u000a- **Remove go mod cache dependencies** (env vars\u000a`GO_PROXY`/`GOMODCACHE`, `gomod-cache` PVC volumeMounts/volumes) from\u000ajobs in `tidb-binlog` and `tikv/pd`\u000a- **Remove cargo cache PVC volumes** from `tikv/raft-engine` jobs where\u000avolumeMounts were already commented out (orphaned declarations)\u000a- **Remove cargo cache volumeMounts/volumes** from `tidb-engine-ext`\u000ajobs (both `latest` and `release-6.1`)\u000a\u000a## Pending image migrations (`hub.pingcap.net`)\u000a\u000aThe following jobs still reference internal `hub.pingcap.net` images\u000athat need to be migrated to a public registry — marked with\u000a`TODO(@wuhuizuo)`:\u000a\u000a| File | Image |\u000a|------|-------|\u000a| `pingcap/tidb-engine-ext/latest-presubmits.yaml` |\u000a`hub.pingcap.net/tiflash/tiflash-llvm-base:amd64` |\u000a| `pingcap/tidb-engine-ext/release-6.1-latest-presubmits.yaml` |\u000a`hub.pingcap.net/tiflash/tiflash-llvm-base:amd64` |\u000a| `pingcap/tidb-binlog/latest-presubmits.yaml` |\u000a`hub.pingcap.net/jenkins/centos7_golang-1.21:latest`,\u000a`hub.pingcap.net/jenkins/zookeeper`, `hub.pingcap.net/jenkins/kafka` |\u000a| `tikv/pd/release-6.1-presubmits.yaml` |\u000a`hub.pingcap.net/ee/ci/base:v20230803-go1.19.12` |\u000a\u000a<!-- START COPILOT ORIGINAL PROMPT -->\u000a\u000a\u000a\u000a<details>\u000a\u000a<summary>Original prompt</summary>\u000a\u000a> \u000a> ----\u000a> \u000a> *This section details on the original issue you should resolve*\u000a> \u000a> <issue_title>Migrate prow kubernetes type jobs which run on cluster\u000a`gcp-prow-ksyun` to `default` cluster</issue_title>\u000a> <issue_description>prow job default cluster is `default`, so when we\u000amigrate them, we can just delete the `cluster` field in prow job. And\u000asome additional changes we need to make:\u000a> \u000a> 1. when the job use go build or go mod cache env vars and volume and\u000avolume mounts, please delete it.\u000a> 2. when use images from hub.pingcap.net, your should add a task item\u000ain the pull request description and assign the pr to @wuhuizuo and add\u000alabel \"help wanted\" to request help.\u000a> \u000a> </issue_description>\u000a> \u000a> ## Comments on the Issue (you are @copilot in this section)\u000a> \u000a> <comments>\u000a> </comments>\u000a> \u000a\u000a\u000a</details>\u000a\u000a\u000a\u000a<!-- START COPILOT CODING AGENT SUFFIX -->\u000a\u000a- Fixes PingCAP-QE/ci#4339\u000a\u000a<!-- START COPILOT CODING AGENT TIPS -->\u000a---\u000a\u000a\ud83d\udd12 GitHub Advanced Security automatically protects Copilot coding agent\u000apull requests. You can protect all pull requests by enabling Advanced\u000aSecurity for your repositories. [Learn more about Advanced\u000aSecurity.](https://gh.io/cca-advanced-security)\u000a\u000a---------\u000a\u000aCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\u000aCo-authored-by: wuhuizuo <2574558+wuhuizuo@users.noreply.github.com>\u000a",
        "date" : "2026-03-22 15:26:21 +0000",
        "id" : "582f4a987c2b19ca2cc9dc12e77aee68b50aae4b",
        "msg" : "Migrate prow kubernetes jobs from `gcp-prow-ksyun` to `default` cluster",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "prow-jobs/ti-community-infra/prow/presubmits.yaml"
          },
          {
            "editType" : "edit",
            "file" : "prow-jobs/tikv/pd/release-6.1-presubmits.yaml"
          },
          {
            "editType" : "edit",
            "file" : "prow-jobs/pingcap/tidb-engine-ext/latest-presubmits.yaml"
          },
          {
            "editType" : "edit",
            "file" : "prow-jobs/tikv/raft-engine/presubmits.yaml"
          },
          {
            "editType" : "edit",
            "file" : "prow-jobs/pingcap/tidb-binlog/latest-presubmits.yaml"
          },
          {
            "editType" : "edit",
            "file" : "prow-jobs/tikv/rust-rocksdb/latest-presubmits.yaml"
          },
          {
            "editType" : "edit",
            "file" : "prow-jobs/pingcap/tidb-engine-ext/release-6.1-latest-presubmits.yaml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}