/.github/scripts/{import-benchmarking,performance-benchmarking,sql-correctness}: add email alert to jobs

This commit is contained in:
coffeegoddd
2022-07-26 14:33:58 -07:00
parent 40c44c8661
commit 1e7a6002aa
5 changed files with 40 additions and 0 deletions

View File

@@ -29,6 +29,14 @@ echo '
"spec": {
"backoffLimit": 1,
"template": {
"metadata": {
"annotations": {
"alert_recipients": "'$ACTOR_EMAIL'"
},
"labels": {
"k8s-liquidata-inc-monitored-job": "created-by-static-config"
}
},
"spec": {
"serviceAccountName": "import-benchmarking",
"containers": [

View File

@@ -29,6 +29,14 @@ echo '
"spec": {
"backoffLimit": 1,
"template": {
"metadata": {
"annotations": {
"alert_recipients": "'$ACTOR_EMAIL'"
},
"labels": {
"k8s-liquidata-inc-monitored-job": "created-by-static-config"
}
},
"spec": {
"serviceAccountName": "import-benchmarking",
"containers": [