test: Enable vortex storage in Helm test values (#50442)

## Summary

Enable the DataNode vortex storage format in the Helm values that
already enable Loon FFI storage:

- tests/_helm/values/e2e/standalone
- tests/_helm/values/e2e/distributed-pulsar
- tests/_helm/values/e2e-amd/standalone
- tests/_helm/values/e2e-amd/distributed-pulsar
- tests/_helm/values/e2e-arm/standalone
- tests/_helm/values/e2e-arm/distributed-pulsar
- tests/_helm/values/nightly/distributed-woodpecker
- tests/_helm/values/nightly/distributed-woodpecker-service

Fixes #50441

## Test Plan

- [x] ruby YAML parse check for the eight target values files, verifying
common.storage.useLoonFFI is true and dataNode.storage.format is vortex
- [x] git diff scope check confirmed only the two nightly woodpecker
files were added in the follow-up amend

Signed-off-by: Yanliang Qiao <yanliang.qiao@zilliz.com>
This commit is contained in:
yanliang567
2026-06-18 10:54:22 +08:00
committed by GitHub
parent fa441d8861
commit 081a3e3fa7
8 changed files with 24 additions and 0 deletions
@@ -81,6 +81,9 @@ extraConfigFiles:
enablev2: true
# enable storage v3
useLoonFFI: true
dataNode:
storage:
format: vortex
dataCoord:
targetVecIndexVersion: 10
gc:
+3
View File
@@ -40,6 +40,9 @@ extraConfigFiles:
storage:
# enable storage v3
useLoonFFI: true
dataNode:
storage:
format: vortex
dataCoord:
targetVecIndexVersion: 10
gc:
@@ -68,6 +68,9 @@ extraConfigFiles:
enablev2: true
# enable storage v3
useLoonFFI: true
dataNode:
storage:
format: vortex
dataCoord:
targetVecIndexVersion: 10
gc:
+3
View File
@@ -27,6 +27,9 @@ extraConfigFiles:
storage:
# enable storage v3
useLoonFFI: true
dataNode:
storage:
format: vortex
dataCoord:
targetVecIndexVersion: 10
gc:
@@ -81,6 +81,9 @@ extraConfigFiles:
enablev2: true
# enable storage v3
useLoonFFI: true
dataNode:
storage:
format: vortex
dataCoord:
targetVecIndexVersion: 10
gc:
+3
View File
@@ -40,6 +40,9 @@ extraConfigFiles:
storage:
# enable storage v3
useLoonFFI: true
dataNode:
storage:
format: vortex
dataCoord:
targetVecIndexVersion: 10
gc:
@@ -88,6 +88,9 @@ extraConfigFiles:
enablev2: true
# enable storage v3
useLoonFFI: true
dataNode:
storage:
format: vortex
dataCoord:
targetVecIndexVersion: 10
gc:
@@ -97,6 +97,9 @@ extraConfigFiles:
enablev2: true
# enable storage v3
useLoonFFI: true
dataNode:
storage:
format: vortex
dataCoord:
targetVecIndexVersion: 10
gc: