<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by ti-chi-bot[bot]</shortDescription></cause></action><action></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>21294</buildableDurationMillis><buildableTimeMillis>21294</buildableTimeMillis><buildingDurationMillis>46296</buildingDurationMillis><executingTimeMillis>46296</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>6259</waitingDurationMillis><waitingTimeMillis>6259</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmain _class='hudson.plugins.git.util.Build'><buildNumber>1102</buildNumber><marked><SHA1>f8279475a3a0dd82bc91763492247b9468911630</SHA1><branch><SHA1>f8279475a3a0dd82bc91763492247b9468911630</SHA1><name>origin/main</name></branch></marked><revision><SHA1>f8279475a3a0dd82bc91763492247b9468911630</SHA1><branch><SHA1>f8279475a3a0dd82bc91763492247b9468911630</SHA1><name>origin/main</name></branch></revision></originmain></buildsByBranchName><lastBuiltRevision><SHA1>f8279475a3a0dd82bc91763492247b9468911630</SHA1><branch><SHA1>f8279475a3a0dd82bc91763492247b9468911630</SHA1><name>origin/main</name></branch></lastBuiltRevision><remoteUrl>https://github.com/PingCAP-QE/ci.git</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#1102</displayName><duration>46296</duration><estimatedDuration>83303</estimatedDuration><fullDisplayName>seed #1102</fullDisplayName><id>1102</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1102</number><queueId>2244737</queueId><result>SUCCESS</result><timestamp>1761185574739</timestamp><url>https://do.pingcap.net/jenkins/view/all/job/seed/1102/</url><builtOn>default-spbbm</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light_next_gen/pipeline.groovy</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pod.yaml</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy_next_gen/pipeline.groovy</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light_next_gen/pipeline.groovy</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pipeline.groovy</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light_next_gen/pod.yaml</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy_next_gen/pipeline.groovy</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pod-test.yaml</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light_next_gen/pipeline.groovy</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pipeline.groovy</affectedPath><affectedPath>prow-jobs/pingcap/ticdc/latest-presubmits-next-gen.yaml</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pod-test.yaml</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pod.yaml</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pod-build.yaml</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pod-build.yaml</affectedPath><commitId>f8279475a3a0dd82bc91763492247b9468911630</commitId><timestamp>1761185543000</timestamp><author><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>TiCDC: Update Prow jobs to use dedicated build and test pod templates and enable 'all' trigger. (#3836)

This PR introduces a new pod template file (`pod-build.yaml`) for
build-related jobs and renames the existing test pod template file to
`pod-test.yaml`. This change aims to provide better resource allocation
and configuration separation between build and test environments.

The following changes have been made:

* Introduced `pod-build.yaml` with specific resource allocations for
build containers.
* Renamed existing `pod.yaml` files to `pod-test.yaml` for clarity in
integration test jobs.
* Updated pipeline groovy files to reference the new `pod-build.yaml`
for build stages and the renamed `pod-test.yaml` for test stages.
* Updated Prow job configurations to include the `all` keyword in the
trigger for various jobs, allowing them to be run with a single `/test
all` command.
* Increased CPU allocation for the `golang` container in
`pull_cdc_pulsar_integration_light_next_gen/pod.yaml` from 6 to 12 cores
to accommodate build needs.
* Removed the `utils` container from the test pod templates
(`pod-test.yaml`) as it is now included in the `pod-build.yaml` for
build stages.
* Added `run_before_merge: true` to `pull-unit-test-next-gen` and
`pull-build-next-gen` jobs in `latest-presubmits-next-gen.yaml`.
* Added `all` to the trigger for several integration test jobs in
`latest-presubmits-next-gen.yaml`.

---------

Signed-off-by: tenfyzhong &lt;tenfy@tenfy.cn&gt;
</comment><date>2025-10-23 02:12:23 +0000</date><id>f8279475a3a0dd82bc91763492247b9468911630</id><msg>TiCDC: Update Prow jobs to use dedicated build and test pod templates</msg><path><editType>edit</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy_next_gen/pipeline.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light_next_gen/pipeline.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light_next_gen/pod.yaml</file></path><path><editType>add</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pod-build.yaml</file></path><path><editType>add</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pod-build.yaml</file></path><path><editType>edit</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light_next_gen/pipeline.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy_next_gen/pipeline.groovy</file></path><path><editType>add</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pod-test.yaml</file></path><path><editType>delete</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pod.yaml</file></path><path><editType>edit</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pipeline.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pipeline.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light_next_gen/pipeline.groovy</file></path><path><editType>delete</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pod.yaml</file></path><path><editType>add</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pod-test.yaml</file></path><path><editType>edit</editType><file>prow-jobs/pingcap/ticdc/latest-presubmits-next-gen.yaml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit></freeStyleBuild>