Skip to content
Success

Changes

Summary

  1. feat(pingcap/tidb): add integration test pipeline with tici (#4108) (commit: 0274cbc) (details)
Commit 0274cbc74a49bc87e26fc9c67db09c04e12dc8b0 by noreply
feat(pingcap/tidb): add integration test pipeline with tici (#4108)

Description
This PR adds a dedicated PR pipeline for the tici integration test. The
new job downloads required binaries via OCI artifacts, starts TiDB
components + MinIO + TiCDC, and runs tests/integrationtest2/run-tests.sh
-t tici/tici_integration. This isolates tici setup from
the general e2e job and allows iterative config changes without
impacting other tests.

  Changes

- Added pull_integration_tici_test.groovy and
pod-pull_integration_tici_test.yaml to run the tici integration test in
PR CI.
- Reused integrationtest2 harness and environment variables for
tici/minio.
(commit: 0274cbc)
The file was addedpipelines/pingcap/tidb/latest/pull_integration_tici_test/pipeline.groovy
The file was modifiedprow-jobs/pingcap/tidb/latest-presubmits.yaml (diff)
The file was addedjobs/pingcap/tidb/latest/pull_integration_tici_test.groovy
The file was addedpipelines/pingcap/tidb/latest/pull_integration_tici_test/pod.yaml
The file was modifiedscripts/artifacts/download_pingcap_oci_artifact.sh (diff)