<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by ti-chi-bot[bot]</shortDescription></cause></action><action></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>25516</buildableDurationMillis><buildableTimeMillis>25516</buildableTimeMillis><buildingDurationMillis>48674</buildingDurationMillis><executingTimeMillis>48674</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>8507</waitingDurationMillis><waitingTimeMillis>8507</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmain _class='hudson.plugins.git.util.Build'><buildNumber>1546</buildNumber><marked><SHA1>14a40ac952f3e430e73877df7e3c2e493129a28c</SHA1><branch><SHA1>14a40ac952f3e430e73877df7e3c2e493129a28c</SHA1><name>origin/main</name></branch></marked><revision><SHA1>14a40ac952f3e430e73877df7e3c2e493129a28c</SHA1><branch><SHA1>14a40ac952f3e430e73877df7e3c2e493129a28c</SHA1><name>origin/main</name></branch></revision></originmain></buildsByBranchName><lastBuiltRevision><SHA1>14a40ac952f3e430e73877df7e3c2e493129a28c</SHA1><branch><SHA1>14a40ac952f3e430e73877df7e3c2e493129a28c</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>#1546</displayName><duration>48674</duration><estimatedDuration>80415</estimatedDuration><fullDisplayName>seed #1546</fullDisplayName><id>1546</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1546</number><queueId>3571175</queueId><result>SUCCESS</result><timestamp>1774250447955</timestamp><url>https://do.pingcap.net/jenkins/view/all/job/seed/1546/</url><builtOn>default-s26v8</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>pipelines/pingcap/tiflow/latest/pull_syncdiff_integration_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_kafka_test.yaml</affectedPath><affectedPath>pipelines/pingcap/tiflow/latest/pull_cdc_integration_test.groovy</affectedPath><affectedPath>prow-jobs/pingcap/tiflow/latest-postsubmits.yaml</affectedPath><affectedPath>pipelines/pingcap/tiflow/latest/pull_cdc_integration_pulsar_test.groovy</affectedPath><affectedPath>prow-jobs/pingcap/tiflow/latest-presubmits.yaml</affectedPath><affectedPath>pipelines/pingcap/tiflow/latest/pull_cdc_integration_storage_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tiflow/latest/pull_dm_compatibility_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tiflow/latest/pull_cdc_integration_kafka_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tiflow/latest/pod-pull_dm_integration_test.yaml</affectedPath><affectedPath>pipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_test.yaml</affectedPath><affectedPath>pipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_pulsar_test.yaml</affectedPath><affectedPath>pipelines/pingcap/tiflow/latest/pull_dm_integration_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tiflow/latest/pod-pull_dm_compatibility_test.yaml</affectedPath><affectedPath>pipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_build.yaml</affectedPath><affectedPath>pipelines/pingcap/tiflow/latest/pod-pull_syncdiff_integration_test.yaml</affectedPath><affectedPath>pipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_storage_test.yaml</affectedPath><commitId>14a40ac952f3e430e73877df7e3c2e493129a28c</commitId><timestamp>1774250409000</timestamp><author><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>ci(tiflow): migrate latest Jenkins jobs to GCP (#4367)

## Summary
- keep and refine `pingcap/tiflow` **latest** migration changes for
Jenkins-on-GCP
- complete latest DM/syncdiff migration alignment with existing migrated
jobs:
  - use `container("utils")` + OCI artifact downloader
  - add `utils` container in DM pod templates
- avoid broad `chmod` on OCI-downloaded root-owned files (fixes replay
failure)

## Scope Decision
- This PR now migrates **latest only**.
- `release-8.5` migration will be handled in a separate follow-up PR.

## Replay tests
-
https://prow.tidb.net/jenkins/blue/organizations/jenkins/pingcap%2Ftiflow%2Fpull_cdc_integration_kafka_test/detail/pull_cdc_integration_kafka_test/5/pipeline/
-
https://prow.tidb.net/jenkins/blue/organizations/jenkins/pingcap%2Ftiflow%2Fpull_cdc_integration_pulsar_test/detail/pull_cdc_integration_pulsar_test/2/pipeline/
-
https://prow.tidb.net/jenkins/blue/organizations/jenkins/pingcap%2Ftiflow%2Fpull_cdc_integration_storage_test/detail/pull_cdc_integration_storage_test/2/pipeline/
-
https://prow.tidb.net/jenkins/blue/organizations/jenkins/pingcap%2Ftiflow%2Fpull_cdc_integration_test/detail/pull_cdc_integration_test/2/pipeline/
-
https://prow.tidb.net/jenkins/blue/organizations/jenkins/pingcap%2Ftiflow%2Fghpr_verify/detail/ghpr_verify/3/pipeline
-
https://prow.tidb.net/jenkins/job/pingcap/job/tiflow/job/merged_unit_test/2/
-
https://prow.tidb.net/jenkins/blue/organizations/jenkins/pingcap%2Ftiflow%2Fpull_dm_compatibility_test/detail/pull_dm_compatibility_test/9/pipeline/
-
https://prow.tidb.net/jenkins/blue/organizations/jenkins/pingcap%2Ftiflow%2Fpull_dm_integration_test/detail/pull_dm_integration_test/8/pipeline/
-
https://prow.tidb.net/jenkins/blue/organizations/jenkins/pingcap%2Ftiflow%2Fpull_syncdiff_integration_test/detail/pull_syncdiff_integration_test/6/pipeline/
</comment><date>2026-03-23 07:20:09 +0000</date><id>14a40ac952f3e430e73877df7e3c2e493129a28c</id><msg>ci(tiflow): migrate latest Jenkins jobs to GCP (#4367)</msg><path><editType>edit</editType><file>pipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_test.yaml</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/latest/pod-pull_dm_integration_test.yaml</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/latest/pull_cdc_integration_kafka_test.groovy</file></path><path><editType>add</editType><file>pipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_build.yaml</file></path><path><editType>edit</editType><file>prow-jobs/pingcap/tiflow/latest-postsubmits.yaml</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/latest/pod-pull_dm_compatibility_test.yaml</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/latest/pod-pull_syncdiff_integration_test.yaml</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/latest/pull_dm_integration_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/latest/pull_cdc_integration_storage_test.groovy</file></path><path><editType>edit</editType><file>prow-jobs/pingcap/tiflow/latest-presubmits.yaml</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/latest/pull_cdc_integration_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/latest/pull_syncdiff_integration_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/latest/pull_dm_compatibility_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_storage_test.yaml</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_kafka_test.yaml</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/latest/pull_cdc_integration_pulsar_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_pulsar_test.yaml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit></freeStyleBuild>