From 134422eeafd6eb6705ee63e5f18e2fe7089dee98 Mon Sep 17 00:00:00 2001 From: yellow-shine Date: Wed, 11 Sep 2024 09:53:07 +0800 Subject: [PATCH] enhance: delete streaming-service pipeline in nightly (#36137) Signed-off-by: Yellow Shine --- ci/jenkins/Nightly2.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/jenkins/Nightly2.groovy b/ci/jenkins/Nightly2.groovy index c3fd761967..84bee8864d 100644 --- a/ci/jenkins/Nightly2.groovy +++ b/ci/jenkins/Nightly2.groovy @@ -87,7 +87,7 @@ pipeline { axes { axis { name 'milvus_deployment_option' - values 'standalone', 'distributed-pulsar', 'distributed-kafka', 'standalone-authentication', 'standalone-one-pod', 'distributed-streaming-service' + values 'standalone', 'distributed-pulsar', 'distributed-kafka', 'standalone-authentication', 'standalone-one-pod' } } stages {