This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new 9bffe58ee fix(ci): trigger test for more rust components (#2251)
9bffe58ee is described below
commit 9bffe58eea2eb55c88bdc77ab83a8731fcc0f5be
Author: Huan-Cheng Chang <[email protected]>
AuthorDate: Fri Oct 10 08:55:13 2025 +0100
fix(ci): trigger test for more rust components (#2251)
Co-authored-by: Hubert Gruszecki <[email protected]>
---
.github/config/components.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/config/components.yml b/.github/config/components.yml
index b11c99098..1d775d85f 100644
--- a/.github/config/components.yml
+++ b/.github/config/components.yml
@@ -69,6 +69,11 @@ components:
- "rust-binary-protocol"
- "rust-server"
- "rust-tools"
+ - "rust-cli"
+ - "rust-bench"
+ - "rust-connectors"
+ - "rust-mcp"
+ - "rust-integration"
- "ci-infrastructure" # CI changes trigger full regression
paths:
- "Dockerfile*"