Commit
d470f757e0763e8cf8ac31e5120cc3a0e25027f1
by noreplyci(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)