mirror of https://github.com/milvus-io/milvus.git
parent
9771059565
commit
4776dada09
|
@ -7,7 +7,7 @@ String cron_string = BRANCH_NAME == "master" ? "50 22 * * * " : ""
|
|||
|
||||
int total_timeout_minutes = 660
|
||||
def imageTag=''
|
||||
def chart_version='2.4.25'
|
||||
def chart_version='3.0.0'
|
||||
pipeline {
|
||||
triggers {
|
||||
cron """${cron_timezone}
|
||||
|
|
|
@ -4,7 +4,7 @@ int total_timeout_minutes = 120
|
|||
int e2e_timeout_seconds = 70 * 60
|
||||
def imageTag=''
|
||||
int case_timeout_seconds = 10 * 60
|
||||
def chart_version='2.4.25'
|
||||
def chart_version='3.0.0'
|
||||
pipeline {
|
||||
options {
|
||||
timestamps()
|
||||
|
|
|
@ -94,6 +94,9 @@ pulsar:
|
|||
# cpu: "1.5"
|
||||
# memory: "8Gi"
|
||||
bookkeeper:
|
||||
volumes:
|
||||
ledgers:
|
||||
existingStorageClassName: local-path
|
||||
resources:
|
||||
requests:
|
||||
cpu: 1
|
||||
|
@ -118,6 +121,9 @@ pulsar:
|
|||
# cpu: "1"
|
||||
# memory: "1Gi"
|
||||
zookeeper:
|
||||
volumes:
|
||||
data:
|
||||
existingStorageClassName: local-path
|
||||
resources:
|
||||
requests:
|
||||
cpu: "0.3"
|
||||
|
|
Loading…
Reference in New Issue