mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
[skip e2e] Add scale test post email notify (#14792)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
parent
3913567cd3
commit
d9081d94d1
@ -1,6 +1,6 @@
|
||||
|
||||
String cron_timezone = 'TZ=Asia/Shanghai'
|
||||
String cron_string = BRANCH_NAME == "master" ? "30 20 * * * " : ""
|
||||
String cron_string = BRANCH_NAME == "master" ? "05 21 * * * " : ""
|
||||
|
||||
int total_timeout_minutes = 60
|
||||
|
||||
@ -56,6 +56,17 @@ pipeline {
|
||||
}
|
||||
}
|
||||
post {
|
||||
unsuccessful {
|
||||
container ('jnlp') {
|
||||
script {
|
||||
emailext subject: '$DEFAULT_SUBJECT',
|
||||
body: '$DEFAULT_CONTENT',
|
||||
// recipientProviders: [requestor()],
|
||||
// replyTo: '$DEFAULT_REPLYTO',
|
||||
to: 'qa@zilliz.com'
|
||||
}
|
||||
}
|
||||
}
|
||||
always {
|
||||
container('milvus-test') {
|
||||
dir ('tests/scripts') {
|
||||
|
Loading…
Reference in New Issue
Block a user