Commit
ef91c40d03d6620f8f070e2e41b2075b058a5adc
by noreply fileserver: migrate artifacts for pingcap/tiflow to OCI registry (#4265) Removes all `fileserver.pingcap.net` references from `pingcap/tiflow` CI pipelines and scripts, replacing binary artifact downloads with OCI registry pulls via the existing `download_pingcap_oci_artifact.sh` infrastructure. Also removes end-of-life `release-5.3`, `release-5.4`, and `release-6.0` branch support. ## Script rewrites - **`download_test_binaries_by_tag.sh`** — replaced sha1-lookup + wget pattern with `download_pingcap_oci_artifact.sh` using version tag as OCI tag - **`ticdc_integration_test_download_dependency.sh`** — migrated tidb/tikv/pd/tiflash + minio/ycsb/etcd/sync_diff_inspector to OCI - **`release-{6.1,6.5,6.5-fips}/ticdc_download_integration_test_binaries.sh`** — replaced fileserver sha1 lookups with `download_pingcap_oci_artifact.sh --tidb=$branch --tikv=$branch ...`; `jq` now pulled from GitHub releases - **`release-*/dm_download_{integration,compatibility}_test_binaries.sh`** — replaced fileserver tidb/tikv/pd/minio/tidb-tools downloads with OCI; remaining `download.pingcap.com` URLs (GitHub, enterprise tools) left untouched ## Pipeline migrations - **`latest/ghpr_verify.groovy`** + **`merged_unit_test.groovy`** — codecovcli wget now targets `https://cli.codecov.io/v0.9.4/linux/codecovcli` - **`latest/pull_syncdiff_integration_test.groovy`** + **`release-9.0-beta/...`** — replaced `component.fetchAndExtractArtifact(FILE_SERVER_URL, ...)` with OCI downloads via `utils` container; removed deprecated `tidb-enterprise-tools` download (loader/importer); added `utils` container to both pod templates - **All other tiflow pipelines (~127 files)** — `FILE_SERVER_URL = 'http://fileserver.pingcap.net'` → `OCI_ARTIFACT_HOST = 'hub-zot.pingcap.net/mirrors/hub'` ## OCI script extension Added `--dumpling` flag to `download_pingcap_oci_artifact.sh`, extracting the dumpling binary from the tidb OCI package (`pingcap/tidb/package`): ```bash download_pingcap_oci_artifact.sh \ --tidb=master \ --dumpling=master # extracts dumpling from the same tidb OCI artifact ``` ## EOL branch cleanup Removed all `jobs/`, `pipelines/`, and `scripts/` for the end-of-life `release-5.3` and `release-5.4` branches (42 files deleted), and all `jobs/` and `pipelines/` for the end-of-life `release-6.0` branch (4 files deleted). ## Domain migration Replaced all `download.pingcap.org` references with `download.pingcap.com` across scripts, pipelines, Dockerfiles, and CI steps (24 files updated), including legacy Jenkins pipelines, tidb/tidb-tools pipelines, tiflow scripts, ops scripts, and Dockerfiles. ## Result Zero `fileserver.pingcap.net` or `download.pingcap.org` references remain in `jobs/`, `pipelines/`, or `scripts/` under `pingcap/tiflow` (or anywhere else in the repository). <!-- START COPILOT ORIGINAL PROMPT --> <details> <summary>Original prompt</summary> > > ---- > > *This section details on the original issue you should resolve* > > <issue_title>fileserver: migrate artifacts for pingcap/tiflow</issue_title> > <issue_description>Replace fileserver.pingcap.net usage for pingcap/tiflow with OCI artifacts in a standard registry. > > Acceptance criteria: > - No fileserver.pingcap.net references in jobs/pipelines for pingcap/tiflow > - Artifacts pulled via OCI registry with documented paths > </issue_description> > > ## Comments on the Issue (you are @copilot in this section) > > <comments> > </comments> > </details> <!-- START COPILOT CODING AGENT SUFFIX --> - Fixes PingCAP-QE/ci#4217 <!-- START COPILOT CODING AGENT TIPS --> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: wuhuizuo <2574558+wuhuizuo@users.noreply.github.com> Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io> Co-authored-by: wuhuizuo <wuhuizuo@126.com> (commit: ef91c40 ) The file was added .agents/skills/prow-image-bump-keep-variant/scripts/bump_prow_job_images.sh The file was modified pipelines/pingcap/tiflow/release-8.5/pull_dm_compatibility_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-6.5/pull_cdc_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.3/pull_dm_compatibility_test.groovy (diff) The file was modified jenkins/pipelines/cd/multibranch/build_dm_multi_branch.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-6.5-fips/pull_cdc_integration_kafka_test.groovy (diff) The file was modified jenkins/pipelines/cd/nightly/release_tidb_enterprise_tools_master-nightly.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.3/ghpr_verify.groovy (diff) The file was added .agents/skills/test-jenkins-pipeline-changes-in-pr-by-replaying/SKILL.md The file was modified pipelines/pingcap/tiflow/release-6.5-20241101-v6.5.7/pull_dm_integration_test.groovy (diff) The file was modified scripts/pingcap/tiflow/release-6.5/ticdc_download_integration_test_binaries.sh (diff) The file was modified pipelines/pingcap/tiflow/release-8.2/pull_cdc_integration_pulsar_test.groovy (diff) The file was removed jobs/pingcap/tiflow/release-5.4/pull_cdc_integration_kafka_test.groovy The file was modified pipelines/pingcap/tiflow/release-7.4/pull_cdc_integration_kafka_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.1/pull_cdc_integration_kafka_test.groovy (diff) The file was removed scripts/pingcap/tiflow/release-5.4/dm_run_group.sh The file was removed jobs/pingcap/tiflow/release-5.4/ghpr_verify.groovy The file was removed scripts/pingcap/tiflow/release-5.4/dm_download_compatibility_test_binaries.sh The file was modified scripts/pingcap/tiflow/release-6.5/dm_download_integration_test_binaries.sh (diff) The file was modified scripts/pingcap/tiflow/download_test_binaries_by_tag.sh (diff) The file was added .agents/skills/ci-pr-failure-diagnosis/agents/openai.yaml The file was modified pipelines/pingcap/tidb/release-9.0-beta/pull_integration_tidb_tools_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-9.0-beta/pull_dm_compatibility_test.groovy (diff) The file was removed skills/prow-image-bump-keep-variant/scripts/bump_prow_job_images.sh The file was modified pipelines/pingcap/tiflow/release-7.3/pull_dm_compatibility_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.0/pull_cdc_integration_mysql_test.groovy (diff) The file was modified jenkins/pipelines/ci/tidb-tools/tools_ghpr_integration_test.groovy (diff) The file was removed jobs/pingcap/tiflow/release-5.3/ghpr_verify.groovy The file was modified jenkins/pipelines/cd/multibranch/build_dm_from_cdc_multi_branch.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.6/pull_cdc_integration_pulsar_test.groovy (diff) The file was removed jobs/pingcap/tiflow/release-5.3/aa_folder.groovy The file was modified pipelines/pingcap/tiflow/release-7.4/pull_cdc_integration_pulsar_test.groovy (diff) The file was removed jobs/pingcap/tiflow/release-6.0/ghpr_verify.groovy The file was removed pipelines/pingcap/tiflow/release-5.3/pull_cdc_integration_kafka_test.groovy The file was modified pipelines/pingcap/tiflow/release-7.3/pull_dm_integration_test.groovy (diff) The file was removed jobs/pingcap/tiflow/release-5.3/pull_cdc_integration_test.groovy The file was modified pipelines/pingcap/tiflow/release-8.3/pull_cdc_integration_pulsar_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.5/ghpr_verify.groovy (diff) The file was removed pipelines/pingcap/tiflow/release-6.0/pod-ghpr_verify.yaml The file was removed jobs/pingcap/tiflow/release-6.0/aa_folder.groovy The file was modified pipelines/pingcap/tiflow/latest/pull_cdc_integration_storage_test.groovy (diff) The file was removed pipelines/pingcap/tiflow/release-5.4/pull_dm_compatibility_test.groovy The file was modified pipelines/pingcap/tiflow/release-8.4/pull_cdc_integration_storage_test.groovy (diff) The file was removed pipelines/pingcap/tiflow/release-5.3/pull_cdc_integration_test.groovy The file was removed pipelines/pingcap/tiflow/release-5.4/ghpr_verify.groovy The file was modified pipelines/pingcap/tiflow/release-7.4/pull_cdc_integration_mysql_test.groovy (diff) The file was modified scripts/pingcap/tiflow/ticdc_integration_test_download_dependency.sh (diff) The file was modified pipelines/pingcap/tiflow/release-9.0-beta/pull_cdc_integration_mysql_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-6.1/pull_cdc_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.1/ghpr_verify.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.1/pull_cdc_integration_storage_test.groovy (diff) The file was removed pipelines/pingcap/tiflow/release-5.3/pod-pull_cdc_integration_test.yaml The file was modified pipelines/pingcap/tidb-tools/latest/pull_verify.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.6/pull_cdc_integration_mysql_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.4/pull_cdc_integration_mysql_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.1/ghpr_verify.groovy (diff) The file was modified pipelines/pingcap/tiflow/latest/ghpr_verify.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.2/pull_cdc_integration_storage_test.groovy (diff) The file was removed pipelines/pingcap/tiflow/release-5.4/pod-pull_dm_compatibility_test.yaml The file was modified pipelines/pingcap/tiflow/release-7.2/pull_dm_compatibility_test.groovy (diff) The file was removed skills/test-jenkins-pipeline-changes-in-pr-by-replaying/agents/openai.yaml The file was removed pipelines/pingcap/tiflow/release-5.3/pod-pull_dm_integration_test.yaml The file was modified pipelines/pingcap/tiflow/release-9.0-beta/pull_cdc_integration_storage_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.5/pull_cdc_integration_mysql_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.2/pull_cdc_integration_mysql_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.3/pull_cdc_integration_storage_test.groovy (diff) The file was removed pipelines/pingcap/tiflow/release-5.4/pod-pull_cdc_integration_test.yaml The file was modified pipelines/pingcap/tidb/release-8.5/pull_integration_tidb_tools_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.3/pull_dm_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.4/pull_dm_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.4/pull_cdc_integration_pulsar_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.2/pull_dm_compatibility_test.groovy (diff) The file was modified scripts/pingcap/tiflow/release-6.5-fips/dm_download_compatibility_test_binaries.sh (diff) The file was removed scripts/pingcap/tiflow/release-5.4/ticdc_download_integration_test_binaries.sh The file was modified pipelines/pingcap/tiflow/latest/merged_unit_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-6.5/pull_dm_compatibility_test.groovy (diff) The file was removed pipelines/pingcap/tiflow/release-5.3/ghpr_verify.groovy The file was modified pipelines/pingcap/tiflow/release-6.5-fips/pull_cdc_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-6.5/pull_dm_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.0/pull_cdc_integration_pulsar_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/latest/pull_dm_compatibility_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-6.1/pull_dm_compatibility_test.groovy (diff) The file was removed scripts/pingcap/tiflow/release-5.3/ticdc_download_integration_test_binaries.sh The file was removed pipelines/pingcap/tiflow/release-5.4/pod-pull_dm_integration_test.yaml The file was modified pipelines/pingcap/tiflow/release-7.5/pull_dm_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.0/pull_dm_integration_test.groovy (diff) The file was removed scripts/pingcap/tiflow/release-5.3/dm_run_group.sh The file was added .agents/skills/ci-pr-failure-diagnosis/scripts/log_peek.py The file was modified pipelines/pingcap/tiflow/release-6.1/ghpr_verify.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.1/pull_dm_compatibility_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/latest/pull_cdc_integration_kafka_test.groovy (diff) The file was modified jenkins/pipelines/cd/atom-jobs/build-common.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.5/pull_cdc_integration_storage_test.groovy (diff) The file was removed pipelines/pingcap/tiflow/release-5.4/pull_dm_integration_test.groovy The file was modified pipelines/pingcap/tiflow/release-6.5-fips/ghpr_verify.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.1/pull_cdc_integration_storage_test.groovy (diff) The file was modified scripts/pingcap/tiflow/release-6.1/dm_download_compatibility_test_binaries.sh (diff) The file was modified pipelines/pingcap/tiflow/release-7.6/pull_dm_integration_test.groovy (diff) The file was removed pipelines/pingcap/tiflow/release-5.3/pod-pull_dm_compatibility_test.yaml The file was removed pipelines/pingcap/tiflow/release-5.4/pull_cdc_integration_test.groovy The file was added .agents/skills/test-jenkins-pipeline-changes-in-pr-by-replaying/agents/openai.yaml The file was removed skills/prow-image-bump-keep-variant/agents/openai.yaml The file was modified pipelines/pingcap/tiflow/release-6.2/ghpr_verify.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.2/pull_dm_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.0/ghpr_verify.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.4/pull_dm_compatibility_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-9.0-beta/pull_verify.groovy (diff) The file was removed skills/ci-pr-failure-diagnosis/agents/openai.yaml The file was modified pipelines/pingcap/tiflow/release-8.4/pull_dm_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.1/pull_cdc_integration_pulsar_test.groovy (diff) The file was modified pipelines/pingcap/tidb/release-7.1/pull_integration_tidb_tools_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.2/pull_cdc_integration_kafka_test.groovy (diff) The file was modified tools/deprecated/release-checker/checker/pkg/pingcap.py (diff) The file was modified pipelines/pingcap/tiflow/release-8.5/pull_cdc_integration_pulsar_test.groovy (diff) The file was removed pipelines/pingcap/tiflow/release-5.4/pod-pull_cdc_integration_kafka_test.yaml The file was modified pipelines/pingcap/tiflow/release-7.2/ghpr_verify.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-6.1/pull_dm_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-6.5-20241101-v6.5.7/pull_cdc_integration_test.groovy (diff) The file was removed pipelines/pingcap/tiflow/release-5.4/pod-ghpr_verify.yaml The file was modified pipelines/pingcap/tiflow/release-7.4/pull_cdc_integration_storage_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-6.5-fips/pull_dm_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.5/pull_cdc_integration_kafka_test.groovy (diff) The file was removed jobs/pingcap/tiflow/release-5.4/aa_folder.groovy The file was modified pipelines/pingcap/tiflow/release-7.3/pull_cdc_integration_kafka_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.5/pull_cdc_integration_pulsar_test.groovy (diff) The file was removed jobs/pingcap/tiflow/release-5.3/pull_dm_integration_test.groovy The file was modified pipelines/pingcap/tiflow/release-8.0/pull_cdc_integration_kafka_test.groovy (diff) The file was modified scripts/pingcap/tiflow/release-6.5-fips/ticdc_download_integration_test_binaries.sh (diff) The file was modified pipelines/pingcap/tiflow/release-7.1/pull_dm_integration_test.groovy (diff) The file was removed skills/ci-pr-failure-diagnosis/SKILL.md The file was modified pipelines/pingcap/tiflow/release-6.5/ghpr_verify.groovy (diff) The file was modified jenkins/pipelines/release_tiflash_by_tag.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-6.1/pull_cdc_integration_kafka_test.groovy (diff) The file was removed pipelines/pingcap/tiflow/release-5.3/pod-ghpr_verify.yaml The file was modified pipelines/pingcap/tiflow/release-8.0/pull_dm_compatibility_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.4/ghpr_verify.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.2/pull_dm_integration_test.groovy (diff) The file was added .agents/skills/prow-image-bump-keep-variant/agents/openai.yaml The file was modified pipelines/pingcap/tiflow/release-7.6/ghpr_verify.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.6/pull_cdc_integration_kafka_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.2/ghpr_verify.groovy (diff) The file was removed jobs/pingcap/tiflow/release-5.3/pull_dm_compatibility_test.groovy The file was modified pipelines/pingcap/tiflow/latest/pull_cdc_integration_pulsar_test.groovy (diff) The file was modified jenkins/pipelines/cd/tiup-package-offline-mirror-dm.groovy (diff) The file was modified scripts/pingcap/tiflow/release-6.5-fips/dm_download_integration_test_binaries.sh (diff) The file was modified pipelines/pingcap/tiflow/release-6.5/pull_cdc_integration_kafka_test.groovy (diff) The file was modified pipelines/pingcap/tidb/release-6.5/pull_integration_tidb_tools_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.4/ghpr_verify.groovy (diff) The file was removed scripts/pingcap/tiflow/release-5.3/dm_download_compatibility_test_binaries.sh The file was modified pipelines/pingcap/tiflow/release-9.0-beta/pull_cdc_integration_kafka_test.groovy (diff) The file was removed scripts/pingcap/tiflow/release-5.3/dm_download_integration_test_binaries.sh The file was modified pipelines/pingcap/tiflow/release-9.0-beta/pod-pull_syncdiff_integration_test.yaml (diff) The file was modified pipelines/pingcap/tiflow/release-7.5/pull_cdc_integration_storage_test.groovy (diff) The file was removed scripts/pingcap/tiflow/release-5.4/dm_download_integration_test_binaries.sh The file was modified scripts/pingcap/tiflow/release-6.5/dm_download_compatibility_test_binaries.sh (diff) The file was modified pipelines/pingcap/tiflow/release-8.4/pull_dm_compatibility_test.groovy (diff) The file was modified pipelines/pingcap/tidb/release-8.1/pull_integration_tidb_tools_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.1/pull_cdc_integration_kafka_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.1/pull_dm_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.5/pull_cdc_integration_mysql_test.groovy (diff) The file was removed jobs/pingcap/tiflow/release-5.3/pull_cdc_integration_kafka_test.groovy The file was modified pipelines/pingcap/tiflow/release-9.0-beta/pull_dm_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.6/pull_dm_compatibility_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.3/pull_cdc_integration_kafka_test.groovy (diff) The file was removed skills/ci-pr-failure-diagnosis/scripts/log_peek.py The file was modified jenkins/pipelines/ci/ticdc/dm_ghpr_compatibility_test.groovy (diff) The file was modified scripts/pingcap/tiflow/release-6.1/ticdc_download_integration_test_binaries.sh (diff) The file was removed jobs/pingcap/tiflow/release-5.4/pull_dm_compatibility_test.groovy The file was modified pipelines/pingcap/tiflow/release-8.2/pull_cdc_integration_storage_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.4/pull_cdc_integration_kafka_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.1/pull_cdc_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-6.5-20241101-v6.5.7/ghpr_verify.groovy (diff) The file was modified jenkins/Dockerfile/release/linux-arm64/tidb-backup-manager (diff) The file was removed scripts/pingcap/tiflow/release-5.4/cdc_run_group.sh The file was modified pipelines/pingcap/tiflow/release-7.2/pull_cdc_integration_kafka_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.5/pull_cdc_integration_kafka_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.6/pull_cdc_integration_storage_test.groovy (diff) The file was removed scripts/pingcap/tiflow/release-5.3/cdc_run_group.sh The file was modified scripts/ops/release-check-version/check_offline_package.py (diff) The file was modified jenkins/pipelines/cd/tiup/grafana-tiup-mirror-update-test.groovy (diff) The file was modified scripts/pingcap/tiflow/release-6.1/dm_download_integration_test_binaries.sh (diff) The file was modified jenkins/pipelines/cd/tiup/prometheus-tiup-mirror-update.groovy (diff) The file was removed skills/prow-image-bump-keep-variant/SKILL.md The file was modified scripts/artifacts/download_pingcap_oci_artifact.sh (diff) The file was added .agents/skills/ci-pr-failure-diagnosis/SKILL.md The file was removed pipelines/pingcap/tiflow/release-6.0/ghpr_verify.groovy The file was modified pipelines/pingcap/tiflow/release-7.5/pull_dm_compatibility_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.1/pull_dm_compatibility_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.5/ghpr_verify.groovy (diff) The file was removed skills/test-jenkins-pipeline-changes-in-pr-by-replaying/SKILL.md The file was modified pipelines/pingcap/tiflow/release-8.0/pull_cdc_integration_storage_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.5/pull_dm_integration_test.groovy (diff) The file was removed pipelines/pingcap/tiflow/release-5.3/pull_dm_compatibility_test.groovy The file was modified pipelines/pingcap/tiflow/release-7.2/pull_cdc_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.1.0/pull_cdc_integration_storage_test.groovy (diff) The file was modified pipelines/pingcap/tidb/release-7.5/pull_integration_tidb_tools_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/latest/pull_dm_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-6.5-fips/pull_dm_compatibility_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-6.5-20241101-v6.5.7/pull_dm_compatibility_test.groovy (diff) The file was removed jobs/pingcap/tiflow/release-5.4/pull_dm_integration_test.groovy The file was removed pipelines/pingcap/tiflow/release-5.4/pull_cdc_integration_kafka_test.groovy The file was removed pipelines/pingcap/tiflow/release-5.3/pull_dm_integration_test.groovy The file was modified pipelines/pingcap/tiflow/release-7.3/pull_cdc_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.3/ghpr_verify.groovy (diff) The file was modified pipelines/pingcap/tidb/release-6.1/pull_integration_tidb_tools_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-9.0-beta/pull_syncdiff_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/latest/pod-pull_syncdiff_integration_test.yaml (diff) The file was modified pipelines/pingcap/tiflow/release-8.3/pull_cdc_integration_mysql_test.groovy (diff) The file was removed pipelines/pingcap/tiflow/release-5.3/pod-pull_cdc_integration_kafka_test.yaml The file was modified pipelines/pingcap/tiflow/latest/pull_syncdiff_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-7.3/pull_cdc_integration_storage_test.groovy (diff) The file was added .agents/skills/prow-image-bump-keep-variant/SKILL.md The file was modified pipelines/pingcap/tiflow/release-9.0-beta/pull_cdc_integration_pulsar_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/latest/pull_cdc_integration_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-6.5-20241101-v6.5.7/pull_cdc_integration_kafka_test.groovy (diff) The file was modified pipelines/pingcap/tiflow/release-8.1/pull_cdc_integration_mysql_test.groovy (diff) The file was removed jobs/pingcap/tiflow/release-5.4/pull_cdc_integration_test.groovy