<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by dillon-zheng</shortDescription></cause><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by dillon-zheng</shortDescription></cause></action><action></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>23400</buildableDurationMillis><buildableTimeMillis>23400</buildableTimeMillis><buildingDurationMillis>40671</buildingDurationMillis><executingTimeMillis>40671</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>5084</waitingDurationMillis><waitingTimeMillis>5084</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmain _class='hudson.plugins.git.util.Build'><buildNumber>1842</buildNumber><marked><SHA1>f62c75cca6b99d60d45c21dd8aee649f74544e2b</SHA1><branch><SHA1>f62c75cca6b99d60d45c21dd8aee649f74544e2b</SHA1><name>origin/main</name></branch></marked><revision><SHA1>f62c75cca6b99d60d45c21dd8aee649f74544e2b</SHA1><branch><SHA1>f62c75cca6b99d60d45c21dd8aee649f74544e2b</SHA1><name>origin/main</name></branch></revision></originmain></buildsByBranchName><lastBuiltRevision><SHA1>f62c75cca6b99d60d45c21dd8aee649f74544e2b</SHA1><branch><SHA1>f62c75cca6b99d60d45c21dd8aee649f74544e2b</SHA1><name>origin/main</name></branch></lastBuiltRevision><remoteUrl>https://github.com/PingCAP-QE/ci.git</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#1842</displayName><duration>40671</duration><estimatedDuration>45433</estimatedDuration><fullDisplayName>seed #1842</fullDisplayName><id>1842</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1842</number><queueId>3694530</queueId><result>SUCCESS</result><timestamp>1783049393431</timestamp><url>https://do.pingcap.net/jenkins/job/seed/1842/</url><builtOn>default-p79c0</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>pipelines/pingcap/tiflow/release-8.1/pod-pull_cdc_integration_build.yaml</affectedPath><affectedPath>pipelines/pingcap/tiflow/release-8.1/pod-ghpr_verify.yaml</affectedPath><affectedPath>pipelines/pingcap/tiflow/release-8.1/pod-pull_cdc_integration_kafka_test.yaml</affectedPath><affectedPath>pipelines/pingcap/tiflow/release-8.1/ghpr_verify.groovy</affectedPath><affectedPath>pipelines/pingcap/tiflow/release-8.1/pull_cdc_integration_pulsar_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tiflow/release-8.1/pull_dm_compatibility_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tiflow/release-8.1/pod-pull_cdc_integration_mysql_test.yaml</affectedPath><affectedPath>pipelines/pingcap/tiflow/release-8.1/pull_dm_integration_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tiflow/release-8.1/pull_cdc_integration_mysql_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tiflow/release-8.1/pod-pull_dm_integration_build.yaml</affectedPath><affectedPath>pipelines/pingcap/tiflow/release-8.1/pull_cdc_integration_kafka_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tiflow/release-8.1/pod-pull_dm_compatibility_test.yaml</affectedPath><affectedPath>pipelines/pingcap/tiflow/release-8.1/pod-pull_cdc_integration_pulsar_test.yaml</affectedPath><affectedPath>pipelines/pingcap/tiflow/release-8.1/pull_cdc_integration_storage_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tiflow/release-8.1/pod-pull_cdc_integration_storage_test.yaml</affectedPath><affectedPath>pipelines/pingcap/tiflow/release-8.1/pod-pull_dm_integration_test.yaml</affectedPath><commitId>f62c75cca6b99d60d45c21dd8aee649f74544e2b</commitId><timestamp>1783049361000</timestamp><author><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>refactor(pipelines/tiflow): align release-8.1 pipelines with release-8.5 refactoring (#4787)

### Description

Align release-8.1 tiflow pipelines with the refactoring done in
release-8.5, keeping Go 1.21 and ghpr_verify test matrix unchanged.

### Changes

**New files (infrastructure for existing tasks):**
- `pod-pull_cdc_integration_build.yaml` — lightweight build pod for CDC
tests
- `pod-pull_dm_integration_build.yaml` — lightweight build pod for DM
tests

**Modified pod YAMLs (7 files):**
- Resource specs switched to millicore format with explicit requests
- MySQL images migrated to dockerhub-remote registry
- `pod-pull_dm_compatibility_test.yaml`: added `utils` sidecar
- `pod-ghpr_verify.yaml`: removed gocache/gopathcache PVCs, increased
memory
- CDC/DM pods: resource adjustments aligned with 8.5

**Modified groovy pipelines (7 files):**
- `ghpr_verify.groovy`: agent none, workspaceVolume, removed cache
wrapper (test matrix &amp; coverage config preserved)
- CDC integration tests (4 files): agent none, build/test pod split, OCI
artifact download, stash/unstash, workspaceVolume
- `pull_dm_integration_test.groovy`: same refactoring + gh-ost download,
bin/sync_diff_inspector cache check
- `pull_dm_compatibility_test.groovy`: OCI artifact download,
workspaceVolume, gh-ost + mydumper download

### Not changed
- Go version: kept `v2024.10.8-119-g4e56df7-go1.21` (not upgraded to
go1.25)
- `ghpr_verify.groovy`: test matrix kept at 5 values (check, build, dm,
unit, engine unit)
- Container args: removed `[cat]` / `[tini, --, bash]` (unnecessary with
tty mode)
- `OCI_ARTIFACT_HOST` env var: removed
</comment><date>2026-07-03 11:29:21 +0800</date><id>f62c75cca6b99d60d45c21dd8aee649f74544e2b</id><msg>refactor(pipelines/tiflow): align release-8.1 pipelines with release-8.5</msg><path><editType>edit</editType><file>pipelines/pingcap/tiflow/release-8.1/ghpr_verify.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/release-8.1/pod-ghpr_verify.yaml</file></path><path><editType>add</editType><file>pipelines/pingcap/tiflow/release-8.1/pod-pull_dm_integration_build.yaml</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/release-8.1/pod-pull_dm_compatibility_test.yaml</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/release-8.1/pull_dm_compatibility_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/release-8.1/pull_dm_integration_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/release-8.1/pull_cdc_integration_kafka_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/release-8.1/pod-pull_cdc_integration_kafka_test.yaml</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/release-8.1/pod-pull_cdc_integration_pulsar_test.yaml</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/release-8.1/pod-pull_dm_integration_test.yaml</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/release-8.1/pull_cdc_integration_pulsar_test.groovy</file></path><path><editType>add</editType><file>pipelines/pingcap/tiflow/release-8.1/pod-pull_cdc_integration_build.yaml</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/release-8.1/pull_cdc_integration_storage_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/release-8.1/pod-pull_cdc_integration_mysql_test.yaml</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/release-8.1/pull_cdc_integration_mysql_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/release-8.1/pod-pull_cdc_integration_storage_test.yaml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit></freeStyleBuild>