Skip to content

Commit

Permalink
chore: sqllogic test pod use specify node (#3017)
Browse files Browse the repository at this point in the history
### **User description**
sqllogic test pod use specify node to avoid the test script from getting
stuck


___

### **PR Type**
enhancement


___

### **Description**
- Added a node selector for `ci-nvme-high-performance` with value `true`
in the `latest` pipeline configuration.
- Added a node selector for `ci-nvme-high-performance` with value `true`
in the `release-8.2` pipeline configuration.



___



### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Enhancement
</strong></td><td><table>
<tr>
  <td>
    <details>
<summary><strong>pod-pull_sqllogic_test.yaml</strong><dd><code>Add node
selector for high-performance NVMe in latest
pipeline</code></dd></summary>
<hr>
      
pipelines/pingcap/tidb/latest/pod-pull_sqllogic_test.yaml

<li>Added a node selector for <code>ci-nvme-high-performance</code> with
value <code>true</code>.<br>


</details>
    

  </td>
<td><a
href="https://github.com/PingCAP-QE/ci/pull/3017/files#diff-18868a47ddbab92e0dca0746ff1f8901ba2e7e00ce1c7e19acf2e239b68e01d1">+4/-0</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>                    

<tr>
  <td>
    <details>
<summary><strong>pod-pull_sqllogic_test.yaml</strong><dd><code>Add node
selector for high-performance NVMe in release-8.2
pipeline</code></dd></summary>
<hr>
      
pipelines/pingcap/tidb/release-8.2/pod-pull_sqllogic_test.yaml

<li>Added a node selector for <code>ci-nvme-high-performance</code> with
value <code>true</code>.<br>


</details>
    

  </td>
<td><a
href="https://github.com/PingCAP-QE/ci/pull/3017/files#diff-41ffb42bb4a80ae755652f6fd9c3ca5db9558f1759ddbecc6d6ef606adc9ddbe">+5/-0</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
  • Loading branch information
purelind authored Jun 27, 2024
1 parent f2e8a8d commit fbaaa2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipelines/pingcap/tidb/latest/pod-pull_sqllogic_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ spec:
operator: In
values:
- amd64
- key: ci-nvme-high-performance
operator: In
values:
- "true"
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ spec:
operator: In
values:
- amd64
- key: ci-nvme-high-performance
operator: In
values:
- "true"

0 comments on commit fbaaa2f

Please sign in to comment.