{
  "_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" : 37500,
      "buildableTimeMillis" : 37500,
      "buildingDurationMillis" : 49216,
      "executingTimeMillis" : 49216,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5752,
      "waitingTimeMillis" : 5752
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1369,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "667fe50e4910ab69eb300ec6972077f13cba2172",
            "branch" : [
              {
                "SHA1" : "667fe50e4910ab69eb300ec6972077f13cba2172",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "667fe50e4910ab69eb300ec6972077f13cba2172",
            "branch" : [
              {
                "SHA1" : "667fe50e4910ab69eb300ec6972077f13cba2172",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "667fe50e4910ab69eb300ec6972077f13cba2172",
        "branch" : [
          {
            "SHA1" : "667fe50e4910ab69eb300ec6972077f13cba2172",
            "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" : "#1369",
  "duration" : 49216,
  "estimatedDuration" : 107630,
  "executor" : None,
  "fullDisplayName" : "seed #1369",
  "id" : "1369",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1369,
  "queueId" : 3096358,
  "result" : "SUCCESS",
  "timestamp" : 1769436411698,
  "url" : "https://do.pingcap.net/jenkins/job/seed/1369/",
  "builtOn" : "default-3bk07",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light_next_gen/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy_next_gen/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light_next_gen/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pipeline.groovy",
          "libraries/tipipeline/vars/prow.groovy",
          "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_next_gen/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light_next_gen/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light/pipeline.groovy",
          "libraries/tipipeline/vars/cdc.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy/pipeline.groovy"
        ],
        "commitId" : "667fe50e4910ab69eb300ec6972077f13cba2172",
        "timestamp" : 1769436362000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "refactor(pipelines/pingcap/ticdc): optimize ticdc pipelines for resource efficiency (#4109)\u000a\u000aThis PR optimizes the TiCDC integration test pipelines in\u000a`pipelines/pingcap/ticdc/latest/` to improve resource efficiency and\u000aconsistency.\u000a\u000a## The following changes were made\u000a\u000a**Classic Pipelines:**\u000a\u000a1. For `pull_cdc_kafka_integration_light` and\u000a`pull_cdc_mysql_integration_light`, the pipelines were refactored to:\u000a    - Use `agent none` at the pipeline level.\u000a- Merge the `Checkout` and `prepare` stages into a single `Checkout &\u000aPrepare` stage with its own agent.\u000a    This ensures agents are only allocated when required.\u000a\u000a2. For `pull_cdc_kafka_integration_heavy`,\u000a`pull_cdc_mysql_integration_heavy`, `pull_cdc_pulsar_integration_light`,\u000a`pull_cdc_storage_integration_heavy`, and\u000a`pull_cdc_storage_integration_light`, the redundant stage-level\u000a`timeout` option was removed from the `Checkout & Prepare` stage. This\u000acentralizes timeout management at the global pipeline level.\u000a\u000a**Next-gen Pipelines:**\u000a\u000aAll `next_gen` integration test pipelines were refactored to:\u000a- Use `agent none` at the pipeline level.\u000a- Merge the `Checkout` and `prepare` stages into a single `Checkout &\u000aPrepare` stage with its own agent.\u000a\u000aThis aligns the `next_gen` pipelines with the resource-saving standards\u000aof the classic pipelines, ensuring that agents are only allocated when\u000arequired. This reduces overall resource consumption and improves\u000amaintainability.\u000a\u000a## Tests\u000a\u000a- [x]\u000a[pull_cdc_kafka_integration_light](https://prow.tidb.net/jenkins/job/pingcap/job/ticdc/job/pull_cdc_kafka_integration_light/188/)\u000a- [x]\u000a[pull_cdc_mysql_integration_light](https://prow.tidb.net/jenkins/job/pingcap/job/ticdc/job/pull_cdc_mysql_integration_light/227/)\u000a- [ ]\u000a[pull_cdc_pulsar_integration_light](https://prow.tidb.net/jenkins/job/pingcap/job/ticdc/job/pull_cdc_pulsar_integration_light/177)\u000a- [x]\u000a[pull_cdc_storage_integration_light](https://prow.tidb.net/jenkins/job/pingcap/job/ticdc/job/pull_cdc_storage_integration_light/178)\u000a",
        "date" : "2026-01-26 14:06:02 +0000",
        "id" : "667fe50e4910ab69eb300ec6972077f13cba2172",
        "msg" : "refactor(pipelines/pingcap/ticdc): optimize ticdc pipelines for resource",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light_next_gen/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "libraries/tipipeline/vars/prow.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy_next_gen/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "libraries/tipipeline/vars/cdc.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light_next_gen/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light_next_gen/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy_next_gen/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light/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_mysql_integration_heavy/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy/pipeline.groovy"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}