{
  "_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" : 20055,
      "buildableTimeMillis" : 20055,
      "buildingDurationMillis" : 242266,
      "executingTimeMillis" : 242266,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5009,
      "waitingTimeMillis" : 5009
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1114,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d16ad19d35a2de1bafc7255522d5358611b3c326",
            "branch" : [
              {
                "SHA1" : "d16ad19d35a2de1bafc7255522d5358611b3c326",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d16ad19d35a2de1bafc7255522d5358611b3c326",
            "branch" : [
              {
                "SHA1" : "d16ad19d35a2de1bafc7255522d5358611b3c326",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d16ad19d35a2de1bafc7255522d5358611b3c326",
        "branch" : [
          {
            "SHA1" : "d16ad19d35a2de1bafc7255522d5358611b3c326",
            "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" : "#1114",
  "duration" : 242266,
  "estimatedDuration" : 62260,
  "executor" : None,
  "fullDisplayName" : "seed #1114",
  "id" : "1114",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1114,
  "queueId" : 2291616,
  "result" : "SUCCESS",
  "timestamp" : 1761716298432,
  "url" : "https://do.pingcap.net/jenkins/view/all/job/seed/1114/",
  "builtOn" : "default-g02kl",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pipelines/pingcap/tidb/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy",
          "pipelines/tikv/pd/latest/pull_integration_realcluster_test_next_gen/main-pod.yaml",
          "pipelines/tikv/pd/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy",
          "jobs/tikv/pd/latest/pull_integration_realcluster_test_next_gen.groovy",
          "prow-jobs/tikv/pd/latest-presubmits-next-gen.yaml",
          "pipelines/tikv/pd/latest/pull_integration_realcluster_test_next_gen/test-pod.yaml"
        ],
        "commitId" : "d16ad19d35a2de1bafc7255522d5358611b3c326",
        "timestamp" : 1761716269000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "feat(tikv/pd): add PD real cluster integration test job for next-gen kernel (#3777)\u000a\u000aThis pull request introduces a new Jenkins-based integration test job\u000afor the `tikv/pd` repository, specifically targeting the \"Next Gen\" real\u000acluster integration tests. It adds all necessary pipeline, pod template,\u000aand Prow configuration files to support running these tests in a Jenkins\u000aenvironment, alongside updates to cache key usage in a related TiDB\u000apipeline for consistency.\u000a\u000a**New Jenkins Integration Test Job for tikv/pd:**\u000a\u000a* Added a new Jenkins pipeline job definition for\u000a`tikv/pd/pull_integration_realcluster_test_next_gen`, including job\u000aparameters, SCM configuration, and log rotation\u000a(`jobs/tikv/pd/latest/pull_integration_realcluster_test_next_gen.groovy`).\u000a* Implemented the Jenkins pipeline script for the integration tests,\u000ahandling checkout, preparation (including binary downloads and caching),\u000aand a matrix of test stages with reporting and artifact archiving\u000a(`pipelines/tikv/pd/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy`).\u000a* Added Kubernetes pod templates for both the main build pod and the\u000atest pod, specifying resource requirements, container images, volume\u000amounts, and node affinity (`main-pod.yaml`, `test-pod.yaml`).\u000a[[1]](diffhunk://#diff-3425317e0ae8375e751ef6a78b53e3de1248e1a97100321e3cee04d3af5ec302R1-R35)\u000a[[2]](diffhunk://#diff-075018e84467a3b3235ba17f792a7da60cc6e2615829f3b8242604433720b7bdR1-R92)\u000a\u000a**Prow Job Configuration Updates:**\u000a\u000a* Updated the Prow presubmit configuration to add the new Jenkins job,\u000ausing a Jenkins agent (not Kubernetes), and set it as optional and not\u000aalways run until stabilized\u000a(`prow-jobs/tikv/pd/latest-presubmits-next-gen.yaml`).\u000a* Refactored Prow job definitions to use YAML anchors for Jenkins and\u000aKubernetes job types, improving maintainability and clarity\u000a(`prow-jobs/tikv/pd/latest-presubmits-next-gen.yaml`).\u000a[[1]](diffhunk://#diff-0a1ed9e4783f485246ae8e0405d3d1559accdc9e203bb3363fc6d6d96419284eR16-L23)\u000a[[2]](diffhunk://#diff-0a1ed9e4783f485246ae8e0405d3d1559accdc9e203bb3363fc6d6d96419284eL43-L46)\u000a\u000a**Related Consistency Fix:**\u000a\u000a* Updated the TiDB integration test pipeline to use the shared\u000a`prow.getCacheKey` utility for cache keys, improving consistency and\u000acache hit rates\u000a(`pipelines/pingcap/tidb/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy`).\u000a\u000a---------\u000a\u000aCo-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>\u000a",
        "date" : "2025-10-29 05:37:49 +0000",
        "id" : "d16ad19d35a2de1bafc7255522d5358611b3c326",
        "msg" : "feat(tikv/pd): add PD real cluster integration test job for next-gen",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/tidb/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy"
          },
          {
            "editType" : "add",
            "file" : "pipelines/tikv/pd/latest/pull_integration_realcluster_test_next_gen/main-pod.yaml"
          },
          {
            "editType" : "add",
            "file" : "pipelines/tikv/pd/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "prow-jobs/tikv/pd/latest-presubmits-next-gen.yaml"
          },
          {
            "editType" : "add",
            "file" : "jobs/tikv/pd/latest/pull_integration_realcluster_test_next_gen.groovy"
          },
          {
            "editType" : "add",
            "file" : "pipelines/tikv/pd/latest/pull_integration_realcluster_test_next_gen/test-pod.yaml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}