<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>21504</buildableDurationMillis><buildableTimeMillis>21504</buildableTimeMillis><buildingDurationMillis>56469</buildingDurationMillis><executingTimeMillis>56469</executingTimeMillis><executorUtilization>1.0</executorUtilization><queuingDurationMillis>28610</queuingDurationMillis><queuingTimeMillis>28610</queuingTimeMillis><subTaskCount>0</subTaskCount><totalDurationMillis>85079</totalDurationMillis><waitingDurationMillis>7104</waitingDurationMillis><waitingTimeMillis>7104</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmain _class='hudson.plugins.git.util.Build'><buildNumber>1353</buildNumber><marked><SHA1>b9f3f36f849613387e3086f8c31060985e12f2fe</SHA1><branch><SHA1>b9f3f36f849613387e3086f8c31060985e12f2fe</SHA1><name>origin/main</name></branch></marked><revision><SHA1>b9f3f36f849613387e3086f8c31060985e12f2fe</SHA1><branch><SHA1>b9f3f36f849613387e3086f8c31060985e12f2fe</SHA1><name>origin/main</name></branch></revision></originmain></buildsByBranchName><lastBuiltRevision><SHA1>b9f3f36f849613387e3086f8c31060985e12f2fe</SHA1><branch><SHA1>b9f3f36f849613387e3086f8c31060985e12f2fe</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'><artifactsUrl>https://do.pingcap.net/jenkins/blue/organizations/jenkins/seed/detail/seed/1353/artifacts</artifactsUrl><changesUrl>https://do.pingcap.net/jenkins/blue/organizations/jenkins/seed/detail/seed/1353/changes</changesUrl><displayUrl>https://do.pingcap.net/jenkins/blue/organizations/jenkins/seed/detail/seed/1353/</displayUrl><testsUrl>https://do.pingcap.net/jenkins/blue/organizations/jenkins/seed/detail/seed/1353/tests</testsUrl></action><building>false</building><displayName>#1353</displayName><duration>56469</duration><estimatedDuration>86474</estimatedDuration><fullDisplayName>seed #1353</fullDisplayName><id>1353</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1353</number><queueId>3022917</queueId><result>SUCCESS</result><timestamp>1768545308148</timestamp><url>https://do.pingcap.net/jenkins/view/all/job/seed/1353/</url><builtOn>default-1636x</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light/pipeline.groovy</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light_next_gen/pipeline.groovy</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy/pipeline.groovy</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_storage_integration_light/pipeline.groovy</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy/pipeline.groovy</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy_next_gen/pipeline.groovy</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>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light/pipeline.groovy</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light/pipeline.groovy</affectedPath><affectedPath>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy/pipeline.groovy</affectedPath><commitId>9ab738ccd9b0bede6395c20c7e5c42f824c1e2f5</commitId><timestamp>1768531934000</timestamp><author><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>TiCDC: Increase pipeline timeouts and remove stage timeouts to prevent premature failures (#4102)

## Why
This PR standardizes timeout configurations across all TiCDC integration
test pipelines to ensure consistency and prevent premature job failures.
The changes address scenarios where tests may run longer than previously
allocated timeouts, especially in heavy-load or complex integration
scenarios.

## Changes
- **Increased overall pipeline timeout** from 80/100 minutes to a
uniform 120 minutes across all pipelines
- **Removed per-stage timeout configurations** for Checkout, Prepare,
and Test stages to rely on the global pipeline timeout
- Applied changes consistently to both standard and next-gen variants
of:
  - Kafka integration tests (light/heavy)
  - MySQL integration tests (light/heavy)
  - Pulsar integration tests (light)
  - Storage integration tests (light/heavy)

## Impact
- Provides more consistent timeout behavior across all test types
- Reduces maintenance overhead by eliminating per-stage timeouts
- Allows tests to complete without artificial time constraints while
maintaining reasonable overall limits
- Ensures both standard and next-gen pipelines have identical timeout
configurations

Signed-off-by: tenfyzhong &lt;tenfy@tenfy.cn&gt;
</comment><date>2026-01-16 02:52:14 +0000</date><id>9ab738ccd9b0bede6395c20c7e5c42f824c1e2f5</id><msg>TiCDC: Increase pipeline timeouts and remove stage timeouts to prevent</msg><path><editType>edit</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light/pipeline.groovy</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_kafka_integration_light/pipeline.groovy</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_pulsar_integration_light/pipeline.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light/pipeline.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy/pipeline.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy/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_heavy_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>edit</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy/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>edit</editType><file>pipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light_next_gen/pipeline.groovy</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>prow-jobs/tikv/rocksdb/latest-presubmits.yaml</affectedPath><commitId>b9f3f36f849613387e3086f8c31060985e12f2fe</commitId><timestamp>1768545274000</timestamp><author><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>feat(tikv/rocksdb): use prow job to run rocksdb-test job (#4104)

ref: https://github.com/PingCAP-QE/ci/issues/4103

---------

Signed-off-by: lyb &lt;yebin.li@pingcap.com&gt;
Co-authored-by: pre-commit-ci[bot] &lt;66853113+pre-commit-ci[bot]@users.noreply.github.com&gt;
</comment><date>2026-01-16 06:34:34 +0000</date><id>b9f3f36f849613387e3086f8c31060985e12f2fe</id><msg>feat(tikv/rocksdb): use prow job to run rocksdb-test job (#4104)</msg><path><editType>edit</editType><file>prow-jobs/tikv/rocksdb/latest-presubmits.yaml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName><id>noreply</id></culprit></freeStyleBuild>