fix(pipelines/pingcap/ticdc/latest): add Docker authentication to TiCDC integration pipelines (#4088)
Update all TiCDC integration pipelines to include Docker authentication configuration using the tidbx-docker-config credentials. This ensures proper access to private Docker registries during the pipeline execution. (commit: 9b870e4)
fix(pipelines/pingcap/ticdc/latest): increase memory limits for TiCDC integration test pods to prevent out-of-memory failures (#4087)
## Increase memory resources for TiCDC integration test pipelines
### Why this change? Recent test runs have shown that some TiCDC integration tests are experiencing out-of-memory (OOM) issues and performance degradation, particularly during heavy workload scenarios. To ensure test stability and reliability, we need to increase the memory allocation for both build and test pods across various integration test pipelines.
### Changes: - **Test pods**: Memory allocation adjusted based on test intensity: - **Light tests**: Memory increased from 8Gi to 16Gi - MySQL integration light
- **Next-gen pipelines**: Memory allocations updated consistently with their legacy counterparts - Build pods: 8Gi → 16Gi
### Impact: - Improved test stability by preventing OOM failures - Better performance for memory-intensive integration tests - Consistent resource allocation across all TiCDC integration test pipelines - No changes to CPU allocations - all remain at current levels
These changes will help ensure our integration tests run reliably and provide accurate results for pull request validation.