<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><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>15896</buildableDurationMillis><buildableTimeMillis>15896</buildableTimeMillis><buildingDurationMillis>295904</buildingDurationMillis><executingTimeMillis>295904</executingTimeMillis><executorUtilization>1.0</executorUtilization><queuingDurationMillis>21875</queuingDurationMillis><queuingTimeMillis>21875</queuingTimeMillis><subTaskCount>0</subTaskCount><totalDurationMillis>317779</totalDurationMillis><waitingDurationMillis>5977</waitingDurationMillis><waitingTimeMillis>5977</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmain _class='hudson.plugins.git.util.Build'><buildNumber>1828</buildNumber><marked><SHA1>7ab1bee28e0c44023a0ff022e71cbe379794cca9</SHA1><branch><SHA1>7ab1bee28e0c44023a0ff022e71cbe379794cca9</SHA1><name>origin/main</name></branch></marked><revision><SHA1>7ab1bee28e0c44023a0ff022e71cbe379794cca9</SHA1><branch><SHA1>7ab1bee28e0c44023a0ff022e71cbe379794cca9</SHA1><name>origin/main</name></branch></revision></originmain></buildsByBranchName><lastBuiltRevision><SHA1>7ab1bee28e0c44023a0ff022e71cbe379794cca9</SHA1><branch><SHA1>7ab1bee28e0c44023a0ff022e71cbe379794cca9</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'><artifactsUrl>https://do.pingcap.net/jenkins/blue/organizations/jenkins/seed/detail/seed/1828/artifacts</artifactsUrl><changesUrl>https://do.pingcap.net/jenkins/blue/organizations/jenkins/seed/detail/seed/1828/changes</changesUrl><displayUrl>https://do.pingcap.net/jenkins/blue/organizations/jenkins/seed/detail/seed/1828/</displayUrl><testsUrl>https://do.pingcap.net/jenkins/blue/organizations/jenkins/seed/detail/seed/1828/tests</testsUrl></action><building>false</building><displayName>#1828</displayName><duration>295904</duration><estimatedDuration>118973</estimatedDuration><fullDisplayName>seed #1828</fullDisplayName><id>1828</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1828</number><queueId>3694440</queueId><result>SUCCESS</result><timestamp>1782889672809</timestamp><url>https://do.pingcap.net/jenkins/job/seed/1828/</url><builtOn>default-lpk82</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>pipelines/tikv/pd/release-8.1/pod-pull_integration_copr_test.yaml</affectedPath><affectedPath>pipelines/tikv/pd/release-7.1/pod-pull_integration_copr_test.yaml</affectedPath><affectedPath>pipelines/tikv/tikv/release-7.1/pod-pull_unit_test.yaml</affectedPath><affectedPath>pipelines/tikv/tikv/release-6.5/pod-pull_integration_test.yaml</affectedPath><affectedPath>pipelines/tikv/tikv/release-8.2/pod-pull_unit_test.yaml</affectedPath><affectedPath>pipelines/tikv/pd/release-6.5-fips/pod-ghpr_build.yaml</affectedPath><affectedPath>pipelines/tikv/pd/release-7.5/pod-pull_integration_copr_test.yaml</affectedPath><affectedPath>pipelines/tikv/tikv/release-7.1/pod-pull_integration_test.yaml</affectedPath><affectedPath>pipelines/tikv/tikv/release-8.1/pod-pull_integration_test.yaml</affectedPath><affectedPath>pipelines/tikv/pd/release-6.5/pod-ghpr_build.yaml</affectedPath><affectedPath>pipelines/tikv/tikv/release-8.4/pod-pull_unit_test.yaml</affectedPath><affectedPath>pipelines/tikv/tikv/release-7.5/pod-pull_integration_test.yaml</affectedPath><affectedPath>pipelines/tikv/pd/release-8.1/pod-ghpr_build.yaml</affectedPath><affectedPath>pipelines/tikv/pd/release-7.5/pod-ghpr_build.yaml</affectedPath><affectedPath>pipelines/tikv/pd/release-9.0-beta/pod-ghpr_build.yaml</affectedPath><affectedPath>pipelines/tikv/tikv/release-8.1/pod-pull_unit_test.yaml</affectedPath><affectedPath>pipelines/tikv/tikv/release-6.5/pod-pull_unit_test.yaml</affectedPath><affectedPath>pipelines/tikv/tikv/release-8.3/pod-pull_unit_test.yaml</affectedPath><affectedPath>pipelines/tikv/pd/release-8.5/pod-ghpr_build.yaml</affectedPath><affectedPath>pipelines/tikv/pd/release-7.1/pod-ghpr_build.yaml</affectedPath><affectedPath>pipelines/tikv/pd/release-9.0-beta/pod-pull_integration_copr_test.yaml</affectedPath><commitId>7ab1bee28e0c44023a0ff022e71cbe379794cca9</commitId><timestamp>1782889647000</timestamp><author><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>feat(pipelines): replace hub.pingcap.net image refs with ghcr.io equivalents in tikv/pd pod YAMLs (#4775)

## Summary

Replace all `hub.pingcap.net` image references in `pipelines/tikv/tikv/`
and `pipelines/tikv/pd/` pod YAMLs with ghcr.io equivalents.

## Changes

- **D1**: Replace `hub.pingcap.net/jenkins/tikv-cached-release-*` and
`hub.pingcap.net/jenkins/tikv-ci:*` with
`ghcr.io/pingcap-qe/ci/jenkins/tikv:v2026.3.22-4-gd9d1135`
- **D2**: Replace `hub.pingcap.net/jenkins/centos7_golang-*` with
`ghcr.io/pingcap-qe/ci/jenkins:v2026.3.29-14-g90ae7ef-go1.25`

Affected files (21 files, 25 occurrences):
- pipelines/tikv/tikv/ (release-6.5 through 8.4) - tikv runner and
golang images
- pipelines/tikv/pd/ (release-6.5 through 9.0-beta) - golang build
images

## Testing

- Verified `rg -l 'hub.pingcap.net' pipelines/tikv/tikv/
pipelines/tikv/pd/` returns zero matches
- All YAML files remain syntactically valid (image tag replacement only)
- No changes to groovy scripts, resource limits, affinity rules, or
container structure

## Risk

Low. Image-only replacements with pinned digests/version tags. No
structural changes.
</comment><date>2026-07-01 07:07:27 +0000</date><id>7ab1bee28e0c44023a0ff022e71cbe379794cca9</id><msg>feat(pipelines): replace hub.pingcap.net image refs with ghcr.io</msg><path><editType>edit</editType><file>pipelines/tikv/pd/release-7.5/pod-pull_integration_copr_test.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/pd/release-8.1/pod-pull_integration_copr_test.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/tikv/release-8.4/pod-pull_unit_test.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/pd/release-7.1/pod-ghpr_build.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/pd/release-7.5/pod-ghpr_build.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/pd/release-9.0-beta/pod-pull_integration_copr_test.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/pd/release-8.1/pod-ghpr_build.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/pd/release-8.5/pod-ghpr_build.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/tikv/release-6.5/pod-pull_unit_test.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/tikv/release-8.3/pod-pull_unit_test.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/tikv/release-7.1/pod-pull_unit_test.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/tikv/release-8.2/pod-pull_unit_test.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/tikv/release-7.5/pod-pull_integration_test.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/pd/release-6.5-fips/pod-ghpr_build.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/pd/release-6.5/pod-ghpr_build.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/tikv/release-8.1/pod-pull_unit_test.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/tikv/release-6.5/pod-pull_integration_test.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/tikv/release-8.1/pod-pull_integration_test.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/tikv/release-7.1/pod-pull_integration_test.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/pd/release-7.1/pod-pull_integration_copr_test.yaml</file></path><path><editType>edit</editType><file>pipelines/tikv/pd/release-9.0-beta/pod-ghpr_build.yaml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName><id>noreply</id></culprit></freeStyleBuild>