{
  "_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" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 33778,
      "buildableTimeMillis" : 33778,
      "buildingDurationMillis" : 108724,
      "executingTimeMillis" : 108724,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5915,
      "waitingTimeMillis" : 5915
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1213,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b521b64e6806a6d04e1cbc7a95291ea9d3481383",
            "branch" : [
              {
                "SHA1" : "b521b64e6806a6d04e1cbc7a95291ea9d3481383",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b521b64e6806a6d04e1cbc7a95291ea9d3481383",
            "branch" : [
              {
                "SHA1" : "b521b64e6806a6d04e1cbc7a95291ea9d3481383",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b521b64e6806a6d04e1cbc7a95291ea9d3481383",
        "branch" : [
          {
            "SHA1" : "b521b64e6806a6d04e1cbc7a95291ea9d3481383",
            "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" : "#1213",
  "duration" : 108724,
  "estimatedDuration" : 74051,
  "executor" : None,
  "fullDisplayName" : "seed #1213",
  "id" : "1213",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1213,
  "queueId" : 2635423,
  "result" : "SUCCESS",
  "timestamp" : 1765335021385,
  "url" : "https://do.pingcap.net/jenkins/view/all/job/seed/1213/",
  "builtOn" : "default-cph32",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_kafka_test.yaml",
          "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pod-test.yaml",
          "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pod-test.yaml",
          "pipelines/pingcap/ticdc/latest/pod-pull_cdc_kafka_integration_light.yaml",
          "pipelines/pingcap/ticdc/latest/pod-pull_cdc_kafka_integration_heavy.yaml"
        ],
        "commitId" : "b521b64e6806a6d04e1cbc7a95291ea9d3481383",
        "timestamp" : 1765334978000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "fix(ticdc): increase kafka container resources (#3967)\u000a\u000aThis pull request updates several Kafka integration test pipeline\u000aconfigurations to improve performance and reliability. The main changes\u000ainclude increasing resource allocations for Kafka containers and\u000aexplicitly setting the Kafka log directory across multiple test YAML\u000afiles.\u000a\u000aResource configuration improvements:\u000a\u000a* Increased CPU and memory requests and limits for the Kafka container\u000afrom `2000m`/`6Gi` to `4000m`/`12Gi` in\u000a`pod-pull_cdc_kafka_integration_heavy.yaml`,\u000a`pull_cdc_kafka_integration_heavy_next_gen/pod-test.yaml`, and\u000a`pod-pull_cdc_integration_kafka_test.yaml`.\u000a[[1]](diffhunk://#diff-412e89b4eb7b3e39fbef4be0d0ec5efc96e8be04192f73e6d0352fbfd2a34c8cR61-R74)\u000a[[2]](diffhunk://#diff-412e89b4eb7b3e39fbef4be0d0ec5efc96e8be04192f73e6d0352fbfd2a34c8cR61-R74)\u000a[[3]](diffhunk://#diff-ea0e17c3643ab7e43359637aa5b1c8a2dfe1105f795c9dfd6deaa7638c3fe810R64-R77)\u000a\u000aEnvironment variable additions:\u000a\u000a* Added the `KAFKA_LOG_DIRS` environment variable with the value\u000a`/tmp/tidb_cdc_test` to all relevant pipeline YAML files, ensuring\u000aconsistent Kafka log storage location.\u000a[[1]](diffhunk://#diff-412e89b4eb7b3e39fbef4be0d0ec5efc96e8be04192f73e6d0352fbfd2a34c8cR61-R74)\u000a[[2]](diffhunk://#diff-706637dd406b423de6c9c23c8ad784b2f85e242d16fc953d69df56107904fcc5R61-R62)\u000a[[3]](diffhunk://#diff-412e89b4eb7b3e39fbef4be0d0ec5efc96e8be04192f73e6d0352fbfd2a34c8cR61-R74)\u000a[[4]](diffhunk://#diff-706637dd406b423de6c9c23c8ad784b2f85e242d16fc953d69df56107904fcc5R61-R62)\u000a[[5]](diffhunk://#diff-ea0e17c3643ab7e43359637aa5b1c8a2dfe1105f795c9dfd6deaa7638c3fe810R64-R77)\u000a",
        "date" : "2025-12-10 02:49:38 +0000",
        "id" : "b521b64e6806a6d04e1cbc7a95291ea9d3481383",
        "msg" : "fix(ticdc): increase kafka container resources (#3967)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pod-pull_cdc_kafka_integration_light.yaml"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pod-pull_cdc_kafka_integration_heavy.yaml"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pod-test.yaml"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_kafka_test.yaml"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pod-test.yaml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}