From f753aff30ce25dd65c75e8282af7f13527f34cf3 Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Wed, 19 Jun 2024 17:09:56 +0200 Subject: [PATCH] Added notification settings --- catalog-info.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 0f0b34ce281..f708458faba 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -196,7 +196,7 @@ spec: access_level: BUILD_AND_READ --- -# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json +# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json apiVersion: backstage.io/v1alpha1 kind: Resource metadata: @@ -221,6 +221,11 @@ spec: provider_settings: trigger_mode: none # don't trigger jobs from github activity repository: elastic/elastic-agent + env: + ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true" + SLACK_NOTIFICATIONS_CHANNEL: "#ingest-notifications" + SLACK_NOTIFICATIONS_ON_SUCCESS: "false" + SLACK_NOTIFICATIONS_SKIP_FOR_RETRIES: "true" schedules: weekly: branch: main