Skip to content
Success

Changes

Summary

  1. ci(pipelines): enable ci label inject for all ticdc cdc jobs (#4277) (commit: d470f75) (details)
Commit d470f757e0763e8cf8ac31e5120cc3a0e25027f1 by noreply
ci(pipelines): enable ci label inject for all ticdc cdc jobs (#4277)

## What

Enable CI annotation injection for all non-next-gen ticdc CDC pipelines
by switching to the proven pattern:

- `yaml pod_label.withCiLabels(POD_TEMPLATE_FILE_BUILD, REFS)`
- `yaml pod_label.withCiLabels(POD_TEMPLATE_FILE, REFS)`

Updated 15 pipeline files:
- latest: 8 classic CDC pipelines
- release-9.0-beta: 7 classic CDC pipelines
(commit: d470f75)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/release-9.0-beta/pull_cdc_pulsar_integration_light.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_kafka_integration_heavy/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/release-9.0-beta/pull_cdc_mysql_integration_heavy.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_kafka_integration_light/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/release-9.0-beta/pull_cdc_storage_integration_heavy.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_heavy/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/release-9.0-beta/pull_cdc_kafka_integration_heavy.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/release-9.0-beta/pull_cdc_kafka_integration_light.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/release-9.0-beta/pull_cdc_mysql_integration_light.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/release-9.0-beta/pull_cdc_storage_integration_light.groovy (diff)