enhance: update nightly groovy (#33362)

Signed-off-by: nico <cheng.yuan@zilliz.com>
pull/33375/head
nico 2024-05-24 18:43:41 +08:00 committed by GitHub
parent 512f57e65a
commit ecdaeda6a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
// When scheduling a job that gets automatically triggered by changes,
// you need to include a [cronjob] tag within the commit message.
String cron_timezone = 'TZ=Asia/Shanghai'
String cron_string = BRANCH_NAME == "master" ? "50 1 * * * " : ""
String cron_string = BRANCH_NAME == "2.4" ? "50 3 * * * " : ""
// Make timeout 4 hours so that we can run two nightly during the ci
int total_timeout_minutes = 7 * 60

View File

@ -12,7 +12,7 @@ allure-pytest==2.7.0
pytest-print==0.2.1
pytest-level==0.1.1
pytest-xdist==2.5.0
pymilvus[bulk_writer]==2.4.3rc3
pymilvus[bulk_writer]==2.4.3
pytest-rerunfailures==9.1.1
git+https://github.com/Projectplace/pytest-tags
ndg-httpsclient