Skip to content
Success

Changes

Summary

  1. feat(tiflow): download exact version content in hotfix branch (#3380) (commit: 5aa7227) (details)
Commit 5aa7227dfe0cd1376a8b5f6b4bdd5cca1d29cb37 by noreply
feat(tiflow): download exact version content in hotfix branch (#3380)

Over time, the release branch will be continuously updated, and for the
hotfix branch (from the tag), using non-fixed artifacts in integration
testing may lead to test failures due to incompatible changes in
dependency components(tidb & tikv & pd & tiflash). Therefore, we handle
hotfixes separately in the pipeline; when a hotfix branch is detected,
we download and test the dependencies for that tag version.

---------

Signed-off-by: purelind <purelind@gmail.com>
(commit: 5aa7227)
The file was modifiedpipelines/pingcap/tiflow/release-8.1/pull_dm_compatibility_test.groovy (diff)
The file was modifiedpipelines/pingcap/tiflow/release-8.1/pull_engine_integration_test.groovy (diff)
The file was modifiedpipelines/pingcap/tiflow/release-8.1/pull_cdc_integration_mysql_test.groovy (diff)
The file was modifiedpipelines/pingcap/tiflow/release-8.1/pull_dm_integration_test.groovy (diff)
The file was modifiedscripts/pingcap/tiflow/ticdc_integration_test_download_dependency.sh (diff)
The file was modifiedpipelines/pingcap/tiflow/release-8.1/pull_cdc_integration_pulsar_test.groovy (diff)
The file was modifiedlibraries/tipipeline/vars/component.groovy (diff)
The file was modifiedpipelines/pingcap/tiflow/release-8.1/pull_cdc_integration_storage_test.groovy (diff)
The file was modifiedpipelines/pingcap/tiflow/release-8.1/pull_cdc_integration_kafka_test.groovy (diff)