<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>16065</buildableDurationMillis><buildableTimeMillis>16065</buildableTimeMillis><buildingDurationMillis>39878</buildingDurationMillis><executingTimeMillis>39878</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>7779</waitingDurationMillis><waitingTimeMillis>7779</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmain _class='hudson.plugins.git.util.Build'><buildNumber>1721</buildNumber><marked><SHA1>eb38ea32268d5b51a9a392ec4dc35d6299d0db03</SHA1><branch><SHA1>eb38ea32268d5b51a9a392ec4dc35d6299d0db03</SHA1><name>origin/main</name></branch></marked><revision><SHA1>eb38ea32268d5b51a9a392ec4dc35d6299d0db03</SHA1><branch><SHA1>eb38ea32268d5b51a9a392ec4dc35d6299d0db03</SHA1><name>origin/main</name></branch></revision></originmain></buildsByBranchName><lastBuiltRevision><SHA1>eb38ea32268d5b51a9a392ec4dc35d6299d0db03</SHA1><branch><SHA1>eb38ea32268d5b51a9a392ec4dc35d6299d0db03</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>#1721</displayName><duration>39878</duration><estimatedDuration>43329</estimatedDuration><fullDisplayName>seed #1721</fullDisplayName><id>1721</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1721</number><queueId>3687976</queueId><result>SUCCESS</result><timestamp>1779939192371</timestamp><url>https://do.pingcap.net/jenkins/job/seed/1721/</url><builtOn>default-19976</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>pipelines/pingcap/tidb/release-8.5/pull_integration_mysql_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/latest/merged_integration_python_orm_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/release-8.5/pull_common_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/latest/pull_integration_ddl_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/latest/merged_common_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/release-8.5/pull_integration_python_orm_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/latest/merged_integration_mysql_test.groovy</affectedPath><affectedPath>pipelines/pingcap-inc/tidb/release-8.5/pull_mysql_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/latest/merged_sqllogic_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/latest/pull_mysql_test_next_gen/pipeline.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/latest/pull_integration_mysql_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/release-8.5/pull_integration_jdbc_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/latest/pull_common_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/release-8.5/pull_integration_ddl_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/release-8.5/pull_mysql_client_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/release-8.5/pull_integration_nodejs_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/release-8.5/pull_integration_common_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/latest/pull_integration_nodejs_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/release-8.5/pull_sqllogic_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/latest/pull_integration_jdbc_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/latest/pull_sqllogic_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/release-8.5/pull_mysql_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/latest/pull_integration_python_orm_test.groovy</affectedPath><affectedPath>pipelines/pingcap/tidb/latest/merged_integration_jdbc_test.groovy</affectedPath><commitId>eb38ea32268d5b51a9a392ec4dc35d6299d0db03</commitId><timestamp>1779939164000</timestamp><author><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>fix(pipeline): skip tidb-test checkout cache (#4635)

### Changed
skip the Jenkins pipeline cache wrapper around the `tidb-test` checkout
.

### Why

Recent builds were failing in `Checkout` while restoring
`git/PingCAP-QE/tidb-test/rev-` cache with:

```
java.io.IOException: unexpected EOF with 3072 bytes unread
Caused: java.io.IOException: Failed to extract input stream
```

Direct checkout avoids the corrupted prefix cache while keeping the job
runnable.

### Validation
-
https://prow.tidb.net/jenkins/job/pingcap-inc/job/tidb/job/release-8.5/job/pull_mysql_test/35/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/merged_common_test/268/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/merged_integration_jdbc_test/268/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/merged_integration_mysql_test/261/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/merged_integration_python_orm_test/273/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/merged_sqllogic_test/268/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/pull_common_test/21/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/pull_integration_ddl_test/9/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/pull_integration_jdbc_test/21/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/pull_integration_mysql_test/23/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/pull_integration_nodejs_test/3/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/pull_integration_python_orm_test/17/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/pull_sqllogic_test/10/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/release-8.5/job/pull_common_test/7/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/release-8.5/job/pull_integration_common_test/5/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/release-8.5/job/pull_integration_ddl_test/9/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/release-8.5/job/pull_integration_jdbc_test/8/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/release-8.5/job/pull_integration_nodejs_test/5/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/release-8.5/job/pull_integration_python_orm_test/5/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/release-8.5/job/pull_mysql_client_test/7/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/release-8.5/job/pull_mysql_test/742/
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/release-8.5/job/pull_sqllogic_test/4/

Signed-off-by: lyb &lt;yebin.li@pingcap.com&gt;
</comment><date>2026-05-28 03:32:44 +0000</date><id>eb38ea32268d5b51a9a392ec4dc35d6299d0db03</id><msg>fix(pipeline): skip tidb-test checkout cache (#4635)</msg><path><editType>edit</editType><file>pipelines/pingcap/tidb/latest/pull_common_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/latest/pull_sqllogic_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/latest/pull_integration_mysql_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/latest/merged_integration_python_orm_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/latest/merged_common_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/release-8.5/pull_mysql_client_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/latest/pull_integration_python_orm_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/release-8.5/pull_integration_common_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/release-8.5/pull_integration_jdbc_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/latest/merged_integration_jdbc_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/latest/pull_integration_nodejs_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/latest/merged_sqllogic_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/release-8.5/pull_common_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap-inc/tidb/release-8.5/pull_mysql_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/release-8.5/pull_sqllogic_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/release-8.5/pull_integration_python_orm_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/release-8.5/pull_integration_ddl_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/latest/merged_integration_mysql_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/latest/pull_mysql_test_next_gen/pipeline.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/release-8.5/pull_integration_nodejs_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/latest/pull_integration_ddl_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/release-8.5/pull_mysql_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/latest/pull_integration_jdbc_test.groovy</file></path><path><editType>edit</editType><file>pipelines/pingcap/tidb/release-8.5/pull_integration_mysql_test.groovy</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit></freeStyleBuild>