From abdf993efdce3caeee73ea36df336709324f7e2a Mon Sep 17 00:00:00 2001 From: nico <109071306+NicoYuan1986@users.noreply.github.com> Date: Tue, 14 Oct 2025 16:58:08 +0800 Subject: [PATCH] enhance: [skip e2e]Enable nightly test for the 2.6 branch (#44829) Signed-off-by: nico --- 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 6c2528268b..ae05f6c6ee 100644 --- a/ci/jenkins/Nightly2.groovy +++ b/ci/jenkins/Nightly2.groovy @@ -3,7 +3,7 @@ def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml' String cron_timezone = 'TZ=Asia/Shanghai' -String cron_string = BRANCH_NAME == 'master' ? '50 4 * * * ' : '' +String cron_string = BRANCH_NAME == '2.6' ? '50 1 * * * ' : '' // Make timeout 4 hours so that we can run two nightly during the ci int total_timeout_minutes = 7 * 60