mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
enhance: [nightly ci] get log from loki instead of api-server (#38204)
Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
This commit is contained in:
parent
34d71289e5
commit
9b60694975
@ -1,4 +1,4 @@
|
||||
@Library('jenkins-shared-library@v0.67.0') _
|
||||
@Library('jenkins-shared-library@tekton') _
|
||||
|
||||
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
|
||||
|
||||
@ -29,6 +29,12 @@ pipeline {
|
||||
yaml pod
|
||||
}
|
||||
}
|
||||
|
||||
environment {
|
||||
LOKI_ADDR = 'http://loki-1-loki-distributed-gateway.loki.svc.cluster.local'
|
||||
LOKI_CLIENT_RETRIES = 3
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('meta') {
|
||||
steps {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user