{
  "_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" : 21294,
      "buildableTimeMillis" : 21294,
      "buildingDurationMillis" : 46296,
      "executingTimeMillis" : 46296,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6259,
      "waitingTimeMillis" : 6259
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1102,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f8279475a3a0dd82bc91763492247b9468911630",
            "branch" : [
              {
                "SHA1" : "f8279475a3a0dd82bc91763492247b9468911630",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f8279475a3a0dd82bc91763492247b9468911630",
            "branch" : [
              {
                "SHA1" : "f8279475a3a0dd82bc91763492247b9468911630",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f8279475a3a0dd82bc91763492247b9468911630",
        "branch" : [
          {
            "SHA1" : "f8279475a3a0dd82bc91763492247b9468911630",
            "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" : "#1102",
  "duration" : 46296,
  "estimatedDuration" : 88935,
  "executor" : None,
  "fullDisplayName" : "seed #1102",
  "id" : "1102",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1102,
  "queueId" : 2244737,
  "result" : "SUCCESS",
  "timestamp" : 1761185574739,
  "url" : "https://do.pingcap.net/jenkins/job/seed/1102/",
  "builtOn" : "default-spbbm",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light_next_gen/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pod.yaml",
          "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",
          "pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light_next_gen/pod.yaml",
          "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy_next_gen/pipeline.groovy",
          "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pod-test.yaml",
          "prow-jobs/pingcap/ticdc/latest-presubmits-next-gen.yaml",
          "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_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/pod-test.yaml",
          "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pod.yaml",
          "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pod-build.yaml",
          "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pod-build.yaml"
        ],
        "commitId" : "f8279475a3a0dd82bc91763492247b9468911630",
        "timestamp" : 1761185543000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "TiCDC: Update Prow jobs to use dedicated build and test pod templates and enable 'all' trigger. (#3836)\u000a\u000aThis PR introduces a new pod template file (`pod-build.yaml`) for\u000abuild-related jobs and renames the existing test pod template file to\u000a`pod-test.yaml`. This change aims to provide better resource allocation\u000aand configuration separation between build and test environments.\u000a\u000aThe following changes have been made:\u000a\u000a* Introduced `pod-build.yaml` with specific resource allocations for\u000abuild containers.\u000a* Renamed existing `pod.yaml` files to `pod-test.yaml` for clarity in\u000aintegration test jobs.\u000a* Updated pipeline groovy files to reference the new `pod-build.yaml`\u000afor build stages and the renamed `pod-test.yaml` for test stages.\u000a* Updated Prow job configurations to include the `all` keyword in the\u000atrigger for various jobs, allowing them to be run with a single `/test\u000aall` command.\u000a* Increased CPU allocation for the `golang` container in\u000a`pull_cdc_pulsar_integration_light_next_gen/pod.yaml` from 6 to 12 cores\u000ato accommodate build needs.\u000a* Removed the `utils` container from the test pod templates\u000a(`pod-test.yaml`) as it is now included in the `pod-build.yaml` for\u000abuild stages.\u000a* Added `run_before_merge: true` to `pull-unit-test-next-gen` and\u000a`pull-build-next-gen` jobs in `latest-presubmits-next-gen.yaml`.\u000a* Added `all` to the trigger for several integration test jobs in\u000a`latest-presubmits-next-gen.yaml`.\u000a\u000a---------\u000a\u000aSigned-off-by: tenfyzhong <tenfy@tenfy.cn>\u000a",
        "date" : "2025-10-23 02:12:23 +0000",
        "id" : "f8279475a3a0dd82bc91763492247b9468911630",
        "msg" : "TiCDC: Update Prow jobs to use dedicated build and test pod templates",
        "paths" : [
          {
            "editType" : "add",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pod-test.yaml"
          },
          {
            "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_heavy_next_gen/pipeline.groovy"
          },
          {
            "editType" : "add",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pod-build.yaml"
          },
          {
            "editType" : "add",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pod-build.yaml"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light_next_gen/pod.yaml"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light_next_gen/pipeline.groovy"
          },
          {
            "editType" : "delete",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pod.yaml"
          },
          {
            "editType" : "edit",
            "file" : "prow-jobs/pingcap/ticdc/latest-presubmits-next-gen.yaml"
          },
          {
            "editType" : "add",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pod-test.yaml"
          },
          {
            "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_next_gen/pipeline.groovy"
          },
          {
            "editType" : "delete",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pod.yaml"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light_next_gen/pipeline.groovy"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}