Skip to content
Success

Changes

Summary

  1. TiCDC: Increase pipeline timeouts and remove stage timeouts to prevent (commit: 9ab738c) (details)
  2. feat(tikv/rocksdb): use prow job to run rocksdb-test job (#4104) (commit: b9f3f36) (details)
Commit 9ab738ccd9b0bede6395c20c7e5c42f824c1e2f5 by noreply
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 <tenfy@tenfy.cn>
(commit: 9ab738c)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy_next_gen/pipeline.groovy (diff)
Commit b9f3f36f849613387e3086f8c31060985e12f2fe by noreply
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 <yebin.li@pingcap.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
(commit: b9f3f36)
The file was modifiedprow-jobs/tikv/rocksdb/latest-presubmits.yaml (diff)