aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2020-06-03 13:47:26 +0300
committerPaul Sokolovskyy <paul.sokolovsky@linaro.org>2020-06-03 11:34:41 +0000
commit58079aaeaaae8bbf285bd2603d450f66a56c7d87 (patch)
tree3b3280e31abe684133b1909d15fcd8256f52b966
parentee7893e61dbf8b01a5a33769fd4e5de17b643146 (diff)
lite-aeolus-micropython: Disable not-useful LAVA notifications.
LAVA notifications proved to be not useful. The matter, notifications are sent unconditionally for each job, regardless of whether it's successful or not. Then emails are also not very destinguiashable, requiring effort to figuring out whether it was successful or not, instead of making it clear right away. All in all, they're indeed not too useful, and effectively turned into daily spam. Instead, we're trying to leverage SQUAD's notification capabilities, and as we're having a kind of progress with untangling setup for our projects, disable LAVA notifications for both Vincent and myself. Change-Id: I5f0c198b2fbebb920a08288a0c172bcda5871453 Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
-rw-r--r--lite-aeolus/lava-job-definitions/frdm-k64f/template-upy-testsuite.yaml12
-rw-r--r--lite-aeolus/lava-job-definitions/frdm-k64f/template.yaml12
2 files changed, 0 insertions, 24 deletions
diff --git a/lite-aeolus/lava-job-definitions/frdm-k64f/template-upy-testsuite.yaml b/lite-aeolus/lava-job-definitions/frdm-k64f/template-upy-testsuite.yaml
index 5f127431ad..957c42e6fc 100644
--- a/lite-aeolus/lava-job-definitions/frdm-k64f/template-upy-testsuite.yaml
+++ b/lite-aeolus/lava-job-definitions/frdm-k64f/template-upy-testsuite.yaml
@@ -45,15 +45,3 @@ metadata:
platform: $PLATFORM
git-url: $GIT_URL
git-commit: $GIT_COMMIT_ID
-
-notify:
- criteria:
- status: finished
- verbosity: verbose
- recipients:
- - to:
- method: email
- email: paul.sokolovsky@linaro.org
- - to:
- method: email
- email: vincent.wan@linaro.org
diff --git a/lite-aeolus/lava-job-definitions/frdm-k64f/template.yaml b/lite-aeolus/lava-job-definitions/frdm-k64f/template.yaml
index 6a2f573725..ed392f0c31 100644
--- a/lite-aeolus/lava-job-definitions/frdm-k64f/template.yaml
+++ b/lite-aeolus/lava-job-definitions/frdm-k64f/template.yaml
@@ -37,15 +37,3 @@ metadata:
platform: $PLATFORM
git-url: $GIT_URL
git-commit: $GIT_COMMIT_ID
-
-notify:
- criteria:
- status: finished
- verbosity: verbose
- recipients:
- - to:
- method: email
- email: paul.sokolovsky@linaro.org
- - to:
- method: email
- email: vincent.wan@linaro.org