mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 12:29:36 +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_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
|
int total_timeout_minutes = 60
|
||||||
|
|
||||||
@ -56,6 +56,17 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
|
unsuccessful {
|
||||||
|
container ('jnlp') {
|
||||||
|
script {
|
||||||
|
emailext subject: '$DEFAULT_SUBJECT',
|
||||||
|
body: '$DEFAULT_CONTENT',
|
||||||
|
// recipientProviders: [requestor()],
|
||||||
|
// replyTo: '$DEFAULT_REPLYTO',
|
||||||
|
to: 'qa@zilliz.com'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
always {
|
always {
|
||||||
container('milvus-test') {
|
container('milvus-test') {
|
||||||
dir ('tests/scripts') {
|
dir ('tests/scripts') {
|
||||||
|
Loading…
Reference in New Issue
Block a user