enhance: [nightly ci] get log from loki instead of api-server (#38204)

Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
pull/38112/head
yellow-shine 2024-12-05 09:42:40 +08:00 committed by GitHub
parent 34d71289e5
commit 9b60694975
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 1 deletions

View File

@ -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' def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
@ -29,6 +29,12 @@ pipeline {
yaml pod yaml pod
} }
} }
environment {
LOKI_ADDR = 'http://loki-1-loki-distributed-gateway.loki.svc.cluster.local'
LOKI_CLIENT_RETRIES = 3
}
stages { stages {
stage('meta') { stage('meta') {
steps { steps {