mirror of https://github.com/milvus-io/milvus.git
enhance: [nightly ci] get log from loki instead of api-server (#38204)
Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>pull/38112/head
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…
Reference in New Issue