Skip to content
Success

Changes

Summary

  1. fix(scripts/artifacts): workaround tikv amd64 building hang problem (commit: 1e46de4) (details)
Commit 1e46de450146ee1380a8295e945257c674615abe by noreply
fix(scripts/artifacts): workaround tikv amd64 building hang problem (#3024)

### **User description**
Signed-off-by: wuhuizuo <wuhuizuo@126.com>


___

### **PR Type**
Bug fix


___

### **Description**
- Added a conditional check in `check_results` function to handle the
`tikv` package differently during git_sha verification.
- This change addresses the issue of `tikv` amd64 building hang by
allowing more than two unique git_sha values for `tikv`.



___



### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Bug
fix</strong></td><td><table>
<tr>
  <td>
    <details>
<summary><strong>check-tiup.sh</strong><dd><code>Add workaround for
`tikv` amd64 building hang in check-tiup.sh</code></dd></summary>
<hr>

scripts/artifacts/check-tiup.sh

<li>Added conditional check for <code>tikv</code> package to handle
git_sha <br>verification differently.<br> <li> Modified the
<code>check_results</code> function to address the building hang
<br>problem for <code>tikv</code> on amd64.<br>


</details>


  </td>
<td><a
href="https://github.com/PingCAP-QE/ci/pull/3024/files#diff-83f2cad14e0bb5b9198ff6572612ce9402249949544b3abf6b6e50ae9a9c02bb">+7/-2</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>                   
</table></td></tr></tr></tbody></table>

___

> 💡 **PR-Agent usage**:
>Comment `/help` on the PR to get a list of all available PR-Agent tools
and their descriptions

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
(commit: 1e46de4)
The file was modifiedscripts/artifacts/check-tiup.sh (diff)