enable cron test (#5004)

* update sdk-python source

Signed-off-by: zhenwu <zhenwu@milvus.io>
pull/5009/head
del-zhenwu 2021-04-22 22:05:04 -05:00 committed by GitHub
parent 0ede2fcf1c
commit afd15b6971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env groovy
String cron_timezone = "TZ=Asia/Shanghai"
String cron_string = BRANCH_NAME == "1.x" ? "50 22 * * * " : ""
String cron_string = BRANCH_NAME == "1.1" ? "50 22 * * * " : ""
pipeline {
agent none