From 37b0c209844658f8db9b49acc6b3cacf84ab2999 Mon Sep 17 00:00:00 2001 From: Dimitris Sotirakis Date: Mon, 16 Aug 2021 15:54:52 +0300 Subject: [PATCH] Chore: Update channel to where failed Docker nightly builds are posted (#37927) * Update channel * Sign drone.yml --- .drone.yml | 4 ++-- scripts/job.star | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index aec33809cfa..c32491de2c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3489,7 +3489,7 @@ steps: - name: slack-notify-failure image: plugins/slack settings: - channel: grafana-backend + channel: grafana-backend-ops template: "Nightly docker image scan job for {{repo.name}} failed: {{build.link}}" webhook: from_secret: slack_webhook_backend @@ -3529,6 +3529,6 @@ get: --- kind: signature -hmac: 4f23649a1678c66fb96af929675bcf569cca3b208d425eace86150d981ee9fbb +hmac: 0ab7831c1f9acfcc20fbd011bd0e04f88f85f77d9997ab7a5092592bbcd8ae34 ... diff --git a/scripts/job.star b/scripts/job.star index e1088c5ea44..ef5b6ef9ac8 100644 --- a/scripts/job.star +++ b/scripts/job.star @@ -17,7 +17,7 @@ def cronjobs(edition): steps=[ scan_docker_image_unkown_low_medium_vulnerabilities_step(edition), scan_docker_image_high_critical_vulnerabilities_step(edition), - slack_job_failed_step('grafana-backend'), + slack_job_failed_step('grafana-backend-ops'), ] return [ {