diff --git a/.github/scripts/import-benchmarking/get-dolt-dolt-job-json.sh b/.github/scripts/import-benchmarking/get-dolt-dolt-job-json.sh index 717d957fc8..ff682975cb 100755 --- a/.github/scripts/import-benchmarking/get-dolt-dolt-job-json.sh +++ b/.github/scripts/import-benchmarking/get-dolt-dolt-job-json.sh @@ -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": [ diff --git a/.github/scripts/import-benchmarking/get-mysql-dolt-job-json.sh b/.github/scripts/import-benchmarking/get-mysql-dolt-job-json.sh index 8ca37ab773..5d756a0af9 100755 --- a/.github/scripts/import-benchmarking/get-mysql-dolt-job-json.sh +++ b/.github/scripts/import-benchmarking/get-mysql-dolt-job-json.sh @@ -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": [ diff --git a/.github/scripts/performance-benchmarking/get-dolt-dolt-job-json.sh b/.github/scripts/performance-benchmarking/get-dolt-dolt-job-json.sh index 5a1cd72923..f98c27f15c 100755 --- a/.github/scripts/performance-benchmarking/get-dolt-dolt-job-json.sh +++ b/.github/scripts/performance-benchmarking/get-dolt-dolt-job-json.sh @@ -53,6 +53,14 @@ echo ' "spec": { "backoffLimit": 1, "template": { + "metadata": { + "annotations": { + "alert_recipients": "'$ACTOR_EMAIL'" + }, + "labels": { + "k8s-liquidata-inc-monitored-job": "created-by-static-config" + } + }, "spec": { "serviceAccountName": "performance-benchmarking", "containers": [ diff --git a/.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh b/.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh index 49362d1df2..ba16c6a1ba 100755 --- a/.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh +++ b/.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh @@ -58,6 +58,14 @@ echo ' "spec": { "backoffLimit": 3, "template": { + "metadata": { + "annotations": { + "alert_recipients": "'$ACTOR_EMAIL'" + }, + "labels": { + "k8s-liquidata-inc-monitored-job": "created-by-static-config" + } + }, "spec": { "serviceAccountName": "performance-benchmarking", "containers": [ diff --git a/.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh b/.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh index 7ae30041db..00e5319eff 100755 --- a/.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh +++ b/.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh @@ -36,6 +36,14 @@ echo ' "spec": { "backoffLimit": 3, "template": { + "metadata": { + "annotations": { + "alert_recipients": "'$ACTOR_EMAIL'" + }, + "labels": { + "k8s-liquidata-inc-monitored-job": "created-by-static-config" + } + }, "spec": { "serviceAccountName": "sql-correctness", "containers": [