Skip to content

Commit

Permalink
enhance: [skip e2e] update nightly script (#38788)
Browse files Browse the repository at this point in the history
Signed-off-by: nico <[email protected]>
  • Loading branch information
NicoYuan1986 authored Dec 26, 2024
1 parent a67b572 commit 65574cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jenkins/Nightly2.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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 1 * * * ' : ''
String cron_string = BRANCH_NAME == '2.5' ? '50 2 * * * ' : ''

// Make timeout 4 hours so that we can run two nightly during the ci
int total_timeout_minutes = 7 * 60
Expand Down

0 comments on commit 65574cb

Please sign in to comment.