From aadfbd1475d618b320847b0df4d27613d4e0ec56 Mon Sep 17 00:00:00 2001 From: clyang82 Date: Sat, 11 Oct 2025 14:30:14 +0800 Subject: [PATCH 1/2] Add slack notification configuration for glo-grafana release 1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable slack notifications for the glo-grafana component build pipeline by adding required parameters including webhook configuration and member ID for notification alerts on pipeline failures. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .tekton/glo-grafana-globalhub-1-6-push.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.tekton/glo-grafana-globalhub-1-6-push.yaml b/.tekton/glo-grafana-globalhub-1-6-push.yaml index df3f213692821..79b6f0546aa23 100644 --- a/.tekton/glo-grafana-globalhub-1-6-push.yaml +++ b/.tekton/glo-grafana-globalhub-1-6-push.yaml @@ -41,6 +41,19 @@ spec: value: "true" - name: prefetch-input value: '[ {"type": "gomod", "path": "."} ]' + - name: send-slack-notification + value: "true" + - name: konflux-application-name + value: "release-globalhub-1-6" + - name: slack-webhook-url-secret-name + # See details: https://konflux.pages.redhat.com/docs/users/patterns/slack-notifications.html + value: "slack-notify-webhook" + - name: slack-webhook-url-secret-key + value: "slack-webhook-url" + - name: slack-member-id + # Will mention the user in the slack message when the pipeline run failed; this is not required. + # Please make sure replace the value with component owner's slack member id. + value: "S09JCE3DF9N" pipelineRef: resolver: git params: From c3f380bd6f118ec5e984736c9d2e8b8b7557c49b Mon Sep 17 00:00:00 2001 From: Chunlin Yang Date: Sat, 11 Oct 2025 14:48:50 +0800 Subject: [PATCH 2/2] Update glo-grafana-globalhub-1-6-push.yaml --- .tekton/glo-grafana-globalhub-1-6-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/glo-grafana-globalhub-1-6-push.yaml b/.tekton/glo-grafana-globalhub-1-6-push.yaml index 79b6f0546aa23..f18fdc676ba42 100644 --- a/.tekton/glo-grafana-globalhub-1-6-push.yaml +++ b/.tekton/glo-grafana-globalhub-1-6-push.yaml @@ -53,7 +53,7 @@ spec: - name: slack-member-id # Will mention the user in the slack message when the pipeline run failed; this is not required. # Please make sure replace the value with component owner's slack member id. - value: "S09JCE3DF9N" + value: "S09JCE3DF9N" pipelineRef: resolver: git params: