mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip e2e] update nightly helm chart version and format wp config (#41559)
fix: https://jenkins.milvus.io:18080/blue/organizations/jenkins/Milvus%20Nightly%20CI(new)/detail/master/332/pipeline/146 Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
parent
3de904c7ea
commit
6c12a1c7aa
@ -8,7 +8,7 @@ String cron_string = BRANCH_NAME == 'master' ? '50 4 * * * ' : ''
|
|||||||
// Make timeout 4 hours so that we can run two nightly during the ci
|
// Make timeout 4 hours so that we can run two nightly during the ci
|
||||||
int total_timeout_minutes = 7 * 60
|
int total_timeout_minutes = 7 * 60
|
||||||
|
|
||||||
def milvus_helm_chart_version = '4.2.18'
|
def milvus_helm_chart_version = '4.2.47'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
triggers {
|
triggers {
|
||||||
|
|||||||
@ -1,73 +1,62 @@
|
|||||||
cluster:
|
cluster:
|
||||||
enabled: true
|
enabled: true
|
||||||
streaming:
|
|
||||||
enabled: true
|
# dependencies
|
||||||
streamingNode:
|
|
||||||
replicas: 2
|
|
||||||
common:
|
|
||||||
security:
|
|
||||||
authorizationEnabled: false
|
|
||||||
dataCoordinator:
|
|
||||||
gc:
|
|
||||||
dropTolerance: 86400
|
|
||||||
missingTolerance: 86400
|
|
||||||
profiling:
|
|
||||||
enabled: true
|
|
||||||
dataNode:
|
|
||||||
profiling:
|
|
||||||
enabled: true
|
|
||||||
replicas: 2
|
|
||||||
etcd:
|
etcd:
|
||||||
metrics:
|
metrics:
|
||||||
enabled: true
|
enabled: true
|
||||||
podMonitor:
|
podMonitor:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
|
||||||
all:
|
|
||||||
pullPolicy: Always
|
|
||||||
repository: harbor.milvus.io/milvus/milvus
|
|
||||||
tag: nightly-20240821-ed4eaff
|
|
||||||
indexCoordinator:
|
|
||||||
enabled: false
|
|
||||||
gc:
|
|
||||||
interval: 1
|
|
||||||
profiling:
|
|
||||||
enabled: true
|
|
||||||
indexNode:
|
|
||||||
enabled: false
|
|
||||||
disk:
|
|
||||||
enabled: true
|
|
||||||
profiling:
|
|
||||||
enabled: true
|
|
||||||
replicas: 2
|
|
||||||
woodpecker:
|
|
||||||
enabled: true
|
|
||||||
log:
|
|
||||||
level: debug
|
|
||||||
metrics:
|
|
||||||
serviceMonitor:
|
|
||||||
enabled: true
|
|
||||||
minio:
|
minio:
|
||||||
mode: standalone
|
mode: standalone
|
||||||
|
woodpecker:
|
||||||
|
enabled: true
|
||||||
|
pulsarv3:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
# milvus components
|
||||||
proxy:
|
proxy:
|
||||||
profiling:
|
profiling:
|
||||||
enabled: true
|
enabled: true
|
||||||
replicas: 2
|
replicas: 2
|
||||||
pulsar:
|
|
||||||
enabled: false
|
|
||||||
pulsarv3:
|
|
||||||
enabled: false
|
|
||||||
queryCoordinator:
|
|
||||||
profiling:
|
|
||||||
enabled: true
|
|
||||||
queryNode:
|
queryNode:
|
||||||
disk:
|
disk:
|
||||||
enabled: true
|
enabled: true
|
||||||
profiling:
|
profiling:
|
||||||
enabled: true
|
enabled: true
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
streaming:
|
||||||
|
enabled: true
|
||||||
|
streamingNode:
|
||||||
|
replicas: 2
|
||||||
|
mixCoordinator:
|
||||||
|
profiling:
|
||||||
|
enabled: true
|
||||||
|
dataNode:
|
||||||
|
profiling:
|
||||||
|
enabled: true
|
||||||
|
replicas: 2
|
||||||
|
indexNode:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
# others
|
||||||
|
image:
|
||||||
|
all:
|
||||||
|
pullPolicy: Always
|
||||||
|
repository: harbor.milvus.io/milvus/milvus
|
||||||
|
tag: nightly-20240821-ed4eaff
|
||||||
|
log:
|
||||||
|
level: debug
|
||||||
|
metrics:
|
||||||
|
serviceMonitor:
|
||||||
|
enabled: true
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
standalone:
|
|
||||||
disk:
|
# milvus.yaml config
|
||||||
enabled: true
|
extraConfigFiles:
|
||||||
|
user.yaml: |+
|
||||||
|
dataCoord:
|
||||||
|
gc:
|
||||||
|
dropTolerance: 86400
|
||||||
|
missingTolerance: 86400
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user