{
  "_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" : 37184,
      "buildableTimeMillis" : 37184,
      "buildingDurationMillis" : 74887,
      "executingTimeMillis" : 74887,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5205,
      "waitingTimeMillis" : 5205
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1356,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "43a77d4e4d57b6c6c33192d719eef0053d889db1",
            "branch" : [
              {
                "SHA1" : "43a77d4e4d57b6c6c33192d719eef0053d889db1",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "43a77d4e4d57b6c6c33192d719eef0053d889db1",
            "branch" : [
              {
                "SHA1" : "43a77d4e4d57b6c6c33192d719eef0053d889db1",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "43a77d4e4d57b6c6c33192d719eef0053d889db1",
        "branch" : [
          {
            "SHA1" : "43a77d4e4d57b6c6c33192d719eef0053d889db1",
            "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" : "#1356",
  "duration" : 74887,
  "estimatedDuration" : 57186,
  "executor" : None,
  "fullDisplayName" : "seed #1356",
  "id" : "1356",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1356,
  "queueId" : 3057126,
  "result" : "SUCCESS",
  "timestamp" : 1768974829377,
  "url" : "https://do.pingcap.net/jenkins/job/seed/1356/",
  "builtOn" : "default-7h2wq",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light/pipeline.groovy"
        ],
        "commitId" : "43a77d4e4d57b6c6c33192d719eef0053d889db1",
        "timestamp" : 1768974782000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "opt(pipelines/pingcap/ticdc/latest): save the main flow pod for classic CI jobs (#4106)\u000a\u000aThis pull request refactors several TiCDC integration test pipelines to\u000astreamline the build and preparation stages. The main improvements\u000ainclude merging the checkout and preparation steps into a single stage,\u000aintroducing per-stage agents, and improving caching for downstream test\u000astages. These changes make the pipelines more efficient and easier to\u000amaintain.\u000a\u000a**Pipeline structure improvements:**\u000a\u000a* Merged the \"Checkout\" and \"Prepare\" stages into a single `Checkout &\u000aPrepare` stage in all affected pipelines, reducing redundancy and\u000aimproving clarity.\u000a[[1]](diffhunk://#diff-c73fd0d85ab95a1dbdcb5cabc92969d7274aed9a02bf590762f8b54210add373L41-R54)\u000a[[2]](diffhunk://#diff-735ec4a4296b8e7f5ed8a2044e3f06fd5d14a9d49e8c6bf1dbb4a4f8cf33cd92L41-R54)\u000a[[3]](diffhunk://#diff-b21919d36b64c128f60d8f347fa28341be804b4605a82b35f60b194201d0fc1dL38-R51)\u000a[[4]](diffhunk://#diff-23ba138e4d98d3427be704ca62ad3bd5fe864f937f9d678b7940678c09ebcde3L41-R54)\u000a[[5]](diffhunk://#diff-1fcfbc438d4fe398d709a843a87ea07348406dfac4e5459380b42963df34401bL42-R55)\u000a* Changed the pipeline-level `agent` from a Kubernetes agent to `agent\u000anone`, and moved the Kubernetes agent definition to the new `Checkout &\u000aPrepare` stage, allowing for more flexible agent assignment in other\u000astages.\u000a[[1]](diffhunk://#diff-c73fd0d85ab95a1dbdcb5cabc92969d7274aed9a02bf590762f8b54210add373L25-R25)\u000a[[2]](diffhunk://#diff-735ec4a4296b8e7f5ed8a2044e3f06fd5d14a9d49e8c6bf1dbb4a4f8cf33cd92L25-R25)\u000a[[3]](diffhunk://#diff-b21919d36b64c128f60d8f347fa28341be804b4605a82b35f60b194201d0fc1dL22-R22)\u000a[[4]](diffhunk://#diff-23ba138e4d98d3427be704ca62ad3bd5fe864f937f9d678b7940678c09ebcde3L25-R25)\u000a[[5]](diffhunk://#diff-1fcfbc438d4fe398d709a843a87ea07348406dfac4e5459380b42963df34401bL26-R26)\u000a\u000a**Build and caching enhancements:**\u000a\u000a* Added comments and structure to clarify the steps for checking out\u000acode, building binaries, and downloading additional required binaries.\u000a[[1]](diffhunk://#diff-c73fd0d85ab95a1dbdcb5cabc92969d7274aed9a02bf590762f8b54210add373L41-R54)\u000a[[2]](diffhunk://#diff-735ec4a4296b8e7f5ed8a2044e3f06fd5d14a9d49e8c6bf1dbb4a4f8cf33cd92L41-R54)\u000a[[3]](diffhunk://#diff-b21919d36b64c128f60d8f347fa28341be804b4605a82b35f60b194201d0fc1dL38-R51)\u000a[[4]](diffhunk://#diff-23ba138e4d98d3427be704ca62ad3bd5fe864f937f9d678b7940678c09ebcde3L41-R54)\u000a[[5]](diffhunk://#diff-1fcfbc438d4fe398d709a843a87ea07348406dfac4e5459380b42963df34401bL42-R55)\u000a* Improved binary caching by ensuring built artifacts are cached for use\u000ain downstream test stages, reducing redundant builds and speeding up\u000apipeline execution.\u000a[[1]](diffhunk://#diff-c73fd0d85ab95a1dbdcb5cabc92969d7274aed9a02bf590762f8b54210add373R96)\u000a[[2]](diffhunk://#diff-735ec4a4296b8e7f5ed8a2044e3f06fd5d14a9d49e8c6bf1dbb4a4f8cf33cd92R94)\u000a[[3]](diffhunk://#diff-b21919d36b64c128f60d8f347fa28341be804b4605a82b35f60b194201d0fc1dR92)\u000a[[4]](diffhunk://#diff-23ba138e4d98d3427be704ca62ad3bd5fe864f937f9d678b7940678c09ebcde3R96)\u000a[[5]](diffhunk://#diff-1fcfbc438d4fe398d709a843a87ea07348406dfac4e5459380b42963df34401bR97)\u000a* Explicitly added a step for downloading other binaries needed for the\u000atests, improving clarity and reproducibility.\u000a[[1]](diffhunk://#diff-c73fd0d85ab95a1dbdcb5cabc92969d7274aed9a02bf590762f8b54210add373R67)\u000a[[2]](diffhunk://#diff-735ec4a4296b8e7f5ed8a2044e3f06fd5d14a9d49e8c6bf1dbb4a4f8cf33cd92R65)\u000a[[3]](diffhunk://#diff-b21919d36b64c128f60d8f347fa28341be804b4605a82b35f60b194201d0fc1dR63)\u000a[[4]](diffhunk://#diff-23ba138e4d98d3427be704ca62ad3bd5fe864f937f9d678b7940678c09ebcde3R67)\u000a[[5]](diffhunk://#diff-1fcfbc438d4fe398d709a843a87ea07348406dfac4e5459380b42963df34401bR68)\u000a\u000aThese changes collectively improve pipeline maintainability, execution\u000aspeed, and clarity for future contributors.\u000a\u000a---------\u000a\u000aCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\u000a",
        "date" : "2026-01-21 05:53:02 +0000",
        "id" : "43a77d4e4d57b6c6c33192d719eef0053d889db1",
        "msg" : "opt(pipelines/pingcap/ticdc/latest): save the main flow pod for classic",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy/pipeline.groovy"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}